@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    font-size: 15px;
    margin: 0 auto;
    color: #191919;
    max-width: 991px;
}

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;
}

a:hover {
    color: #8b8b8b;
    text-decoration: underline;
}

:focus-visible {
    outline: none;
}

img {
    max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
textarea,
select {
    color: #666;
    width: 100%;
}

.t-body {
    padding-top: 54px;
    padding-bottom: 60px;
}

/*header*/
.header-top {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 991px;
    z-index: 99;
    background: #ffffff;

}

.header-top-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    text-align: center;
    position: relative;
}

.header_logo {
    padding: 0px;
    width: 220px;

}

.header_top_right {
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    right: 10px;
}

.header_logo img {
    width: 180px;
}

button#language-menu {
    color: #dcdcdc;
    font-size: 13px;
    padding: 0;
}

button#language-menu img {
    width: 35px;
}

.dropdown-menu.language {
    padding: 2px 0;
    margin: 0;
    min-width: auto;
    font-size: 13px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.7);
}

.dropdown-menu.language .dropdown-item {
    padding: 7px 10px;
    text-align: center;
    color: #212121;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.index_head {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-menu.language .dropdown-item img {
    margin: 0;
    width: 60px;
}

.logreg-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin: 10px;
}

.register-button {
    color: #fff;
    background: #40b429;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 50px; */
    width: auto;
    padding: 5px;
    border-radius: 3px;
}

.login-button {
    background: #1b74e4;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 50px; */
    width: auto;
    padding: 5px;
    border-radius: 3px;
}

.logreg-wrapper a img {
    width: 32px;
    margin-right: 5px;
}

.index_tab ul {
    background: #163a77;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    /* Enable horizontal scrolling */
    white-space: nowrap;
    /* Prevent line breaks */
    -webkit-overflow-scrolling: touch;
    /* Enable smooth scrolling for mobile */
    scrollbar-width: thin;
    /* Optional: style the scrollbar for Firefox */
    scrollbar-color: #163a77 #f0f0f0;
    /* Optional: color for scrollbar track and thumb */
}

.index_tab ul::-webkit-scrollbar {
    height: 8px;
    /* Height of scrollbar */
}

.index_tab ul::-webkit-scrollbar-thumb {
    background-color: #0066d1;
    /* Scrollbar color */
    border-radius: 10px;
}

.index_tab ul::-webkit-scrollbar-track {
    background: #f0f0f0;
    /* Track color */
}

.index_tab ul li {
    flex: 0 0 25%;
    /* 25% width for 4 items */
    text-align: center;
    list-style: none;
}

.index_tab ul li a.nav-link {
    border: none;
    position: relative;
    text-align: center;
    color: #ffffff;
    padding: 7px 8px;
    min-width: 70px;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #1c1e21;
    font-weight: 500;
    border-bottom: 4px solid transparent;
}

.index_tab ul li a.nav-link.active {
    color: #1b74e4;
    border: none;
    border-radius: 0;
    border-bottom: 4px solid #1b74e4;
    background-color: #1c1e21;
}

.index_tab ul li a img {
    width: 55px;
    margin-bottom: 5px;
    filter: brightness(16.5);
}

.index_tab ul li a.active img {

    filter: brightness(1);
}

.tab_product_main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
    grid-row-gap: 15px;
    padding-top: 10px;
}

.tab_product_main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    grid-row-gap: 5px;
    padding: 10px 10px 10px 10px;
}

.tab_product_main a {
    border-radius: 6px;
    overflow: hidden;
}

.tab_product_main img {
    width: 100%;
}

.tab_product_main a:hover .index_p_title {
    background-color: #a52424;
}

.index_p_title {
    background-color: #1c2025;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
}

.playpop {
    display: flex;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

a.play-btn {
    display: block;
    font-size: 13px;
    font-weight: 500;
    min-width: 115px;
    margin: auto;
    border-radius: 5px;
    padding: 5px 0px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    transition: .5s;
    transform: scale(0.5);
    opacity: 0;
    background-image: linear-gradient(to right, #1873e5, #159cf8);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_lobby_a:hover .playpop {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    transform: scale(1);
}

.index_lobby_a {
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}

.index_lobby_a .playpop a.play-btn {
    border-radius: 30px;
}

.index_lobby_a:hover .playpop a.play-btn {
    opacity: 1;
    transform: scale(1);
    transition: .5s;
}


.footer_menu_bar {
    background-color: #252525;
}

.footer_menu_bar_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    padding: 10px 0;
}

.footer_menu_bar_wrap a {
    color: #fff;
    font-size: 11px;
}

/*footer*/
.menu-btm {
    position: fixed;
    max-width: 991px;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, .9);
    z-index: 99;
}

.menu-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    padding: 5px;
    border-radius: 0;
    box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.1);
    background-color: #111213;
}

.menu-wrapper a {
    color: #ffffff;
    font-size: 11px;
}

.menu-wrapper a img {
    max-width: 35%;
    display: block;
    margin: auto;
}

.menu-wrapper a .active-img {
    display: none;
}

.menu-wrapper a.active {
    color: #1b74e4;
}

.menu-wrapper a.active .active-img {
    display: block;
}

.menu-wrapper a.active .com-img {
    display: none;
}

/*modallogin*/
.modal-login {
    background: #ffffff;
    border-radius: 12px;
    padding: 0px;
    border: none;
}

button.close-modal {
    background: none;
    border: none;
    position: absolute;
    right: 4px;
    top: 0px;
    font-size: 24px;
    font-weight: 100;
    color: #fff;
}

.login-title {
    color: #f0da7c;
    font-size: 37px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 15px;
}

.login-title img {
    max-width: 120px;
    margin: auto;
}

.login-field {
    margin-bottom: 15px;
    position: relative;
}

.login-field input {
    border-radius: 5px;
    border: none;
    padding: 6px 9px;
    /* box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 16%); */
}

.login-field span.login_span_icon {}

.login-field span.login_span_icon img {

    width: 30px;
}

.field-icon {
    position: absolute;
    top: 12px;
    right: 20px;
    z-index: 2;
    font-size: 20px;
    cursor: pointer;
    color: #7d7d7d;
}

button.login-submit {
    background: linear-gradient(to right, #1873e5 0%, #159cf8 100%);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    border: none;
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px;
    border-radius: 35px;
    font-weight: 500;
    /* box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 32%); */
}

.modal_login_head {

    text-align: center;

    color: #fff;

    background-color: #1d1e22;

    border-top-left-radius: 10px;

    border-top-right-radius: 10px;

    padding: 10px;

    font-weight: 600;

    font-size: 18px;
}

.login_m_wrap {
    padding: 20px;
}

.login_form_flex {
    display: flex;
    align-items: center;
    border: 1px solid #aaaaaa;
    border-radius: 7px;
    padding: 5px;
}

.login_sec_wrap {
    display: flex;
    align-items: baseline;
}

.fj-wrapper {
    display: flex;
    justify-content: space-between;
}

.forgot-link {
    font-size: 12px;
    float: left;
    color: #4f4f4f;
    text-decoration: underline;
}

.join-link {
    font-size: 12px;
    float: right;
    color: #1c73e4;
    text-decoration: underline;
}

.join-link_sign {
    font-size: 12px;
    color: #1c73e4;
    text-decoration: underline;
}

.signup_already {

    text-align: center;

    font-weight: 500;

    font-size: 12px;

    margin-top: 15px;
}

.index_menu_wrap {
    padding: 10px;
    text-align: center;
    font-weight: 500;
}

.index_menu_user {

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: 700;

}

.index_menu_user img {

    width: 20px;

    margin: 0 10px;

}

.index_menu_price {
    color: #1b74e4;
    font-size: 18px;
    font-weight: 700;
}

.index_menu_bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    text-align: center;
    padding: 10px 0;
    grid-gap: 0px;
}

.index_menu_bar a {
    color: #000;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
}

.index_menu_bar a img {
    width: 35px;
}

.title_wrap_bg {
    background-color: #000;
    position: relative;
    padding: 5px;
}

.left-btn {
    position: absolute;
    left: 2%;
    color: #8e8e8e;
}

.title-page {
    color: #fff;
    margin-left: 30px;
    text-transform: uppercase;
}

/*afterlogin*/
ul.nav-tabs.deposit_tabs {
    /* background-color: #f2f1f1; */
    border-bottom: 0;
    padding: 0px;
    border-radius: 0px;
    justify-content: center;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
    padding-top: 10px;
}

.nav-tabs.deposit_tabs .nav-item.show .nav-link,
.nav-tabs.deposit_tabs .nav-link.active {
    background-color: transparent;
    border-radius: 0;
    border-bottom: 2px solid #1b74e3;
    color: #1b74e3;
}

.nav-tabs.deposit_tabs .nav-link {
    border: none;
    color: #495057;
    font-size: 12px;
    position: relative;
    border-bottom: 2px solid transparent;
    padding: 0px;
    text-transform: uppercase;
}

.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) contrast(0.5);
    height: 28px;
}

.nav-tabs.deposit_tabs .nav-link.active img {
    filter: grayscale(0);
}

.nav-tabs.deposit_tabs .nav-item {
    margin-bottom: -1px;
    /* min-width: 15px; */
    text-align: center;
    margin: 0 20px;
}

/*.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;
}*/
.deposit_bank_pro {
    display: flex;
    margin: 10px 0;
    justify-content: center;
    flex-wrap: wrap;
}

.deposit_bank_pro_wrap {
    padding: 2px;
    color: grey;
    text-align: center;
    border: 1px solid grey;
    border-radius: 10px;
    min-width: 76px;
    margin: 5px 5px;
    cursor: pointer;
    width: auto;
    font-size: 12px;
}

.deposit_bank_pro_txt {
    display: block;
}

.deposit_bank_pro_wrap img {
    filter: grayscale(1) contrast(0.5);
    width: 36px;
}

.deposit_bank_pro_wrap.active img,
.deposit_bank_pro_wrap:hover img {
    filter: grayscale(0);
}

.deposit_bank_pro_wrap.active,
.deposit_bank_pro_wrap:hover {
    color: #1b74e3;
    border: 1px solid #1b74e3;
}

.sidebarpanel_from_wrap {
    display: grid;
    /* grid-template-columns: 200px auto; */
    margin-bottom: 10px;
    font-size: 13px;
    align-items: center;
}

.sidepanel_copy {
    display: flex;
    align-items: center;
}

.sidepanel_copy_input {
    position: relative;
    width: 100%;
}

.copy_btn {
    position: absolute;
    right: 9px;
    bottom: 7px;
}

.copy_btn img {
    width: 18px;
}

.sidepanel_copy_input.sidepanel_copy_input_cus input {
    background-color: #dbdbdb;
    width: 100%;
    font-size: 12px;
}

.sidepanel_rate {
    width: 145px;
    text-align: center;
}

.note_cus {

    color: #1b74e3;
}

.note_cus img {

    width: 20px;
    margin-right: 5px;
}

.sidepanel_btn {

    background-color: #dbdbdb;
    min-width: 100px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 18px;
    border-radius: 5px;
    cursor: pointer;
}

.btn_submit {

    background-color: #1b74e3;

    color: #fff;

    border: none;

    padding: 8px 8px;

    min-width: 185px;

    border-radius: 32px;

    width: 100%;

    margin-top: 10px;

    text-transform: uppercase;

    font-weight: 600;
}

.sidepanel_important {
    background-color: #f2f1f1;
    padding: 15px 15px 5px 15px;
    border-radius: 10px;
}

.sidepanel_important h4 {
    color: #1b74e3;
    font-size: 13px;
    font-weight: bold;
}

.sidepanel_important ul {
    padding: 0;
    list-style-type: decimal;
    font-size: 12px;
    padding-left: 15px;
}

.sidepanel_copy_input_custom {
    display: flex;
    align-items: center;
}

.side_tit {
    width: 200px;
}

.withdrawal table {
    width: 100%;
    color: #000000;
    background-color: #e2e2e2;
    margin: 10px 0 6px 0;
    border: 1px solid #1c1e21;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
}

.withdrawal table th {
    /* border: 1px solid #d5d5d5; */
    text-align: center;
    padding: 8px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #1c1e21;
}

.withdrawal table td {
    text-align: left;
    padding: 8px;
    background-color: #ffffff;
    border-bottom: 1px solid #d1d1d1;
    font-size: 12px;
    font-weight: 500;
}

.withdrawal table td:first-child {
    text-align: left;
    font-weight: 700;
}

.withdrawal_a {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 10px;
}

.withdrawal_a a {
    color: #1b74e3;
    border-bottom: 1px solid #1b74e3;
    font-size: 13px;
    font-weight: 500;
}

.txt_amount_with {
    color: #1b74e3;
    font-weight: 700;
}

.transfer_title {
    font-weight: 700;
}

.trans_table_top {
    border-bottom: 1px solid #a1a1a1;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}

.trans_table_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
    border-bottom: 1px solid #e3e3e3;
}

.trans_table_btm_price {
    font-weight: 700;
    font-size: 13px;
}

.trans_table_btm {
    display: flex;
    width: 100%;
    justify-content: space-between;
    /* border-bottom: 1px solid #e3e3e3; */
    padding: 10px;
    font-weight: 500;
    font-size: 12px;
}

.profile_table_btm {
    display: grid;
    grid-template-columns: 100px auto;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px;
    align-items: center;
    font-size: 13px;
    padding-left: 0;
}

.profile_table_title {
    font-weight: 700;
    padding: 5px;
    border-bottom: 1px solid #a1a1a1;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 0;
}

.profile_table_btm input {
    border: none;
    font-size: 13px;
}

.profile_input input {
    /*width: 50%;*/
}

ul.deposit_bank_pro {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
    padding-top: 10px;
}

ul.deposit_bank_pro li a {
    color: #495057;

    filter: grayscale(1);
    position: relative;

    border-bottom: 1px solid transparent;
    font-size: 20px;
    font-weight: 700;
}

ul.deposit_bank_pro li.active a {

    filter: grayscale(0);
    color: #9b2528;
    border-bottom: 1px solid #9b2528;
}

.history_search {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin: 20px 0;
}

.history_search input.form-control {
    /* width: 26%; */
}

.history_search span {
    margin: 0 10px;
}

table.history_table {
    text-align: center;
}

.history_table tr th {
    padding: 10px;
    border: 1px solid #ebebeb;
}

.inbox_msg_text {
    color: #9b2528;
    cursor: pointer;
}

.withdrawal.inbox_t table td {
    text-align: center;
    padding: 8px;
    border: 1px solid #ffffff;
    background-color: #e2e2e2;
}

.sidebarpanel_content {
    padding-bottom: 10px;
    /* min-height: 500px; */
    font-weight: 600;
}

.rebate_qr {
    width: 200px;
    margin: auto;
}

.deposit_bank_pro.cryto_cus {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.deposit_bank_pro.cryto_cus .deposit_bank_pro_wrap {
    min-width: auto;
    display: flex;
    align-items: center;
}

.join_btn {
    background: #40b429;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    border-radius: 35px;
    width: 100%;
    font-size: 13px;
    flex: none;
    padding: 8px 8px;
}


/*history*/
.history_bank .deposit_bank_pro.cryto_cus {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.history_bank .deposit_bank_pro.cryto_cus .deposit_bank_pro_wrap {
    min-width: auto;
    display: flex;
    align-items: center;
}

.history_bank .deposit_bank_pro {
    display: flex;

    margin: 10px 0;
    justify-content: center;
    flex-wrap: unset;
}

.history_bank .deposit_bank_pro_wrap {
    padding: 2px;
    color: grey;
    text-align: center;
    border: 1px solid grey;
    border-radius: 10px;
    min-width: 120px;
    margin: 5px 5px;
    cursor: pointer;
    width: auto;
    font-size: 12px;
}

.history_bank .deposit_bank_pro_txt {
    display: block;
}

.history_bank .deposit_bank_pro_wrap img {
    filter: grayscale(1) contrast(0.5);
    width: 50px;
}

.history_bank .deposit_bank_pro_wrap.active img,
.history_bank .deposit_bank_pro_wrap:hover img {
    filter: grayscale(0);
}

.history_bank .deposit_bank_pro_wrap.active,
.history_bank .deposit_bank_pro_wrap:hover {
    color: #9b2528;
    border: 1px solid #9b2528;
}

.history_bank ul.deposit_bank_pro {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: grid;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
    padding-top: 10px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 4px;
}

.history_bank ul.deposit_bank_pro li a {
    color: #495057;
    filter: grayscale(1);
    position: relative;
    border-bottom: none;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #c7c7c7;
    border-radius: 38px;
    height: auto;
    padding: 0px;
    width: 100%;
    padding: 3px;
    min-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.history_bank ul.deposit_bank_pro li.active a {

    filter: grayscale(0);

    color: #ffffff;

    border: 1px solid #1b74e3;

    background-color: #1b74e3;

}

.history_bank ul.deposit_bank_pro li {

    width: 100%;
    display: flex;
    text-align: center;
}

.history_table_btm {
    display: flex;
    width: 100%;
    justify-content: space-between;
    /* border-bottom: 1px solid #e3e3e3; */
    padding: 10px;
    font-size: 11px;
}

.his_table_wrap {
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    margin-bottom: 5px;
}

/*promo*/
.mix {
    display: none;
}

.filter-menu-bar {
    padding: 20px 0;
    /* background-color:#110e16; */
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(6, 1fr);
    text-align: center;
}

.pmbox {
    background: none;
    color: #000000;
    text-transform: uppercase;
    display: inline-block;
    /* padding: 5px 15px; */
    font-weight: 700;
    font-size: 14px;
    /* margin-right: 10px; */
    cursor: pointer;
    line-height: 1.3;
}

.pmbox.active {
    /* background:linear-gradient(to bottom, rgba(247,34,247,1) 0%, rgba(137,37,244,1) 100%); */
    color: #1b74e4;
    border-bottom: 2px solid #1b74e4;
}

.promo-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 13px;
}

.pm-boxer {
    /* display:grid; */
    /* grid-template-columns:55% 45%; */
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    max-width: 100%;
    height: auto;
    align-content: center;
    margin: 0px 0;
    grid-gap: 10px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.pm-boxer_inner {
    display: grid;
    border-bottom: 1px dotted;
    padding-bottom: 10px;
    color: #fff;
    padding: 10px 10px 0 10px;
}

.pm-boxer_inner_sec {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    padding: 13px 0;
    border-top: 1px solid #e1e1e1;
}

.moreinfo_btn {
    background-color: #023c7a;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
}

.apply_btn {
    background: transparent;
    color: #1b74e4;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 37px;
    min-width: 110px;
    height: 30px;
    font-size: 12px;
    border: 1px solid #1b74e4;
    margin: auto;
}

.apply_btn:hover {
    background-image: linear-gradient(to right, #1873e5, #159cf8);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 37px;
    height: 30px;
    border: 1px solid #1b74e4;
}

.text_red {
    color: red;
}

.text_blue {
    color: blue;
}

.modal-dialog.promo {
    max-width: 800px !important;
}

.modal-content.promo {
    padding: 20px;
}

button.close-promo {
    background: none;
    border: none;
    font-size: 19px;
    padding: 8px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 0;
}

.pm-title-wrapper {
    font-size: 20px;
    font-weight: 700;
}

.pmtable-wrapper {
    margin: 15px 0;
}

table.promo-table tr th {
    color: #fff;
    background: #013B7A;
    padding: 4px;
    border: 1px solid #013B7A;
}

table.promo-table tr td {
    border: 1px solid rgb(1 59 122 / 33%);
}

.pmbox {
    /* padding: 10px 30px; */
    font-size: 11px;
}

.pm-boxer_inner h4 {
    color: #000000;
    font-size: 11px;
    font-weight: 700;
}

.modal-content.promo {
    overflow: hidden;
}

.pm-title-wrapper {
    font-size: 20px;
    font-weight: 600;
    background: #000000;
    color: #fff;
    margin: -20px -20px 5px;
    padding: 0;
}

button.close-promo {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
    background-color: #000000;
    border-radius: 113px;
    width: 34px;
}

.moreinfo_btn {
    background-color: #8925f4;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
}

.pm-boxer img {
    width: 100%;
}

.promo_bg {
    background-color: #eeeeee;
}

.promo_m_title {
    color: #1b74e4;
    font-weight: 700;
    font-size: 18px;
}

/*end*/
/*vip*/
.vip_top_logo_img img {
    max-width: 270px;
}

.vip_table {
    background-color: #fff0;

}

.vip_table table {
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    margin-top: 35px;
}

.txt-1-cus {
    color: #1b74e4;
}

.txt-2-cus {
    color: #da9c5f;
}

.txt-3-cus {
    color: #cfcfcf;
}

.txt-4-cus {
    color: #ffd164;
}

.txt-5-cus {
    color: #ffffff;
}

.txt-6-cus {
    color: #6ee7f9;
}

.vip_table table thead tr:first-child {
    background-color: #080a0d;
    text-transform: uppercase;
}

.vip_table table thead tr th img {
    margin-top: -25px;
}

.bg-red {
    background-color: #1b74e4;
    color: #fff;
    font-weight: 700;
    text-align: left;
}

.vip_table table tbody tr td {
    padding: 5px 10px;
    border: 1px solid #dfdfdf;
    min-width: 150px;
    font-size: 11px;
    font-weight: 600;
}

.vip_table table tbody tr:nth-child(1n) {
    background-color: #f0f0f1;
}

.vip_table table tbody tr:nth-child(1n) td:first-child {
    background-color: #f0f0f1;
}

.vip_table table tbody tr:nth-child(2n) {
    background-color: #ffffff;
}

.vip_table table tbody tr:nth-child(2n) td:first-child {
    background-color: #ffffff;
}

.vip_table table tbody tr td:first-child {
    text-align: left;
    position: sticky;
    z-index: 9;
    left: 0;
}

.vip_table table tbody.vip_tit tr:nth-child(1n) td:first-child {
    background-color: #1b74e4;
    text-transform: uppercase;
}

.vip_table table tbody.vip_tit tr td {
    padding: 5px 10px;
    border: none;
    min-width: 150px;
    font-size: 11px;
}

.vip_table table tbody tr td.vip_1_row {
    border-top: none;
}

.vipTnc ul {
    list-style-type: decimal;
    padding-left: 10px;
    font-size: 12px;
    margin-top: 10px;
}

.vip_table_title {
    color: #1b74e4;
    font-size: 19px;
    font-weight: 600;
}

/*end*/
/*slots*/
.slots_bg {
    background: #c9c9c9 url(../images/slots/BG.jpg)no-repeat top center;
    min-height: 500px;
}

.swiper-wrapper .nav {
    display: initial;
}

.swiper-wrapper.nav {
    display: flex;
    flex-wrap: inherit !important;
}

/*.swiper-slide.active{background:linear-gradient(to right, rgba(247,34,247,1) 0%, rgba(137,37,244,1) 100%) !important;height: auto;}*/
.swiper-slide img {
    display: block;
    margin: 10px;
    width: auto;
    height: 48px;
    max-width: 96px;
}

.swiper-slide {
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: auto;
    justify-content: center;
    margin-right: 7px !important;
}

.swiper {
    width: 100%;
    padding: 13px 30px;
    /* background: #0f0f0f; */
}

.swiper-button-prev {
    left: 0px;
    background: #9b2528;
    position: absolute;
    color: #ffffff;
    padding: 10px;
    border-radius: 80px;
    top: 65%;
    width: 28px;
    height: 28px;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
}

.swiper-button-next {
    right: 0px;
    background: #1b74e4;
    position: absolute;
    top: 65%;
    color: #ffffff;
    padding: 10px;
    border-radius: 80px;
    width: 28px;
    height: 28px;
}

.swiper-slide p {
    font-weight: bold;
    position: absolute;
    color: #fff;
    bottom: 8px;
    width: 100%;
    text-align: center;
    margin: 0px;
}

.flex-column {
    flex-direction: inherit !important;
}

.swiper-slide img.slots_img_h {
    display: none;
}

.swiper-slide.active img.slots_img_h {
    display: block;
}

.swiper-slide.active img.slots_img {
    display: none;
}

.slot_check {
    /* width: 15px; */
    /* height: 15px; */
    border-bottom: 2px solid transparent;
    border-radius: 0px;
    color: #000;
}

.swiper-slide.active .slot_check {
    /* background-color: #9b2528; */
    color: #1b74e4;
    border-bottom: 2px solid #1b74e4;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
    background: #5e5e5e;
}

ul.nav.filter-list {
    /* background: #0f0f0f; */
    margin-top: 8px;
}

ul.nav.filter-list li {
    /* min-width: 85px; */
    text-align: center;
}

ul.nav.filter-list li a {
    color: #000000;
    display: block;
    padding: 8px 10px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
}

ul.nav.filter-list li.active a,
ul.nav.filter-list li:hover a {
    color: #1b74e4;
    background: #8925f400;
    border-bottom: 2px solid #1b74e4;
}

.slot_main {
    margin-top: 440px;
    margin-bottom: 20px;
}

.slot_search_wrap {
    display: block;
    justify-content: space-between;
    margin: 10px 0;
}

.slots_search {
    width: 100%;
    /* display: flex; */
    align-items: center;
    justify-content: left;
    margin-top: 10px;
}

.seach_cus,
.btn.btn-link {
    background-color: transparent;
}

.fa-search {
    color: #000;
}

.slots_search .input-group {
    border: 1px solid grey;
    border-radius: 25px;
}

.thumbnail-slots {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.thumbnail-slots a img {
    width: 100%;
}

.thumb_txt {
    background-color: #fff;
    padding: 10px;
    color: #000;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
}

/*end*/
/*register*/
.reg_bg {
    background: #000 url(../images/register/BG.jpg)no-repeat top center;
    min-height: 500px;
    padding: 20px 0;
    overflow: hidden;
}

.reg_bg_wrap {
    /* border-radius: 8px; */
    /* background-color: #fff; */
    /* padding: 10px 40px 40px 40px; */
    /* width: 800px; */
    margin: auto;
    padding-bottom: 20px;
}

.regfield {
    display: grid;
    grid-template-columns: 126px auto;
    grid-gap: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

.regfield .label {
    align-self: center;
    font-weight: 700;
    font-size: 12px;
}

.rgfeild {
    position: relative;
}

.regfield input {
    font-size: 13px;
    padding: 3px 10px;
    border: 1px solid #d6d6d6;
    height: 34px;
    border-radius: 5px;
}

.reg_tit {

    text-align: center;

    color: #1b74e4;

    font-weight: 700;

    font-size: 25px;

    padding: 20px 0;

    text-transform: uppercase;
}

.rg_code {
    display: flex;
    align-items: center;
}

.reg_check {
    text-align: center;
    padding: 20px 0;
    font-size: 11px;
    display: flex;
    justify-content: center;
}

.reg_txt_red {
    color: #1b74e4;
    font-weight: 900;
}

.reg_btn_cus {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    border-radius: 35px;
    min-width: 257px;
    /* height: 30px; */
    font-size: 16px;
    margin-right: 0px;
    padding: 5px 30px;
    background: linear-gradient(to right, #1873e5 0%, #159cf8 100%);
    width: 100%;
}

.reg_btn_cus a {
    color: #fff;
}

/*end*/
/*info*/
.inforow {
    background: #ffffff;
    border-radius: 0;
    padding: 20px;
}

section.header-info {
    background: #000;
}

.title-info {
    text-align: center;
    background: linear-gradient(to bottom, rgba(247, 34, 247, 1) 0%, rgba(137, 37, 244, 1) 100%);
    color: #fff;
    font-weight: 700;
    padding: 8px;
    font-size: 17px;
}

.info-menu-wrapper {
    display: grid;
    margin: 0px auto;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 15px;
    width: 1000px;
}

.info_item {
    display: block;
    color: #8d8d8d;
    text-align: center;
    font-size: 17px;
    padding: 15px 0;
    line-height: 17px;
    font-weight: bold;
}

.info_item img {
    filter: grayscale(1) contrast(0.1);
    margin-bottom: 15px;
    width: 88px;
}

.info_item:hover,
.info_item.active {
    color: #881850;
}

.info_item:hover img,
.info_item.active img {
    filter: none;
}

.faq-card,
.tnc-card {
    border-bottom: 1px solid #838383;
}

button.btn-tnc {
    background: #9b2528;
    color: #fff;
    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: #707070;
}

.tnc-body {
    padding: 20px 15px;
    color: #000000;
}

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;
}

.info_bg {
    background-color: #eeeeee;
}

.info_hr {
    width: 100%;
}

.our-mission {
    margin: 0px auto;
    padding: 20px 0px;
    /* border-top: 1px solid #5a5a5a; */
    color: #000;
    font-weight: 400;
}

button.btn-tnc:focus {
    outline: none;
}

/*end*/
/*contact*/
.contact-box {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #bdbdbd;
    padding: 10px 24px;
    /* background: #061647; */
}

.contact-box-img {
    /* min-height: 50px; */
    /* min-width: 50px; */
    /* font-size: 35px; */
    color: #000000;
    padding-right: 20px;
}

.contact-box-img img {
    max-width: 27px;
}

.m-text-title {
    font-size: 12px;
    color: #000000;
}

.m-text-detail {
    font-size: 9px;
    color: #000000 !important;
}

/*end*/
/*download*/
ul.download_tab {
    margin: 20px 0;
    /* background-color: #212121; */
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-bottom: transparent;
}

ul.download_tab li {

    margin-bottom: 0px !important;
}

.nav-tabs.download_tab .nav-link.active>*,
.nav-tabs.download_tab .nav-link>* {
    /* transform: skew(25deg); */
}

.nav-tabs.download_tab .nav-link {
    border: none;
    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: 0px;
    cursor: pointer;
    min-width: 150px;
    text-align: center;
    /* transform: skew( -25deg); */
    justify-content: center;
    display: flex;
    margin-left: 0px;
    background: #252525;
    border: 1px solid transparent;
}

.nav-tabs.download_tab .nav-link.active {
    color: #fff;
    background: #9b2528;
    /* transform: skew( -25deg); */
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #9b2528;
}

.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: rgb(6 6 6 / 73%);
    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;
}

.share_con_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    grid-gap: 10px;
}

.share_con_inn_img {
    /* background-color: #212121; */
    /* padding: 10px; */
    /* min-height: 105px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.share_con_inn a img {
    /* max-width: 70px; */
}

.share_con_inn_txt {
    background-color: #252525;
    color: #fff;
    font-weight: bold;
}

.index_tit {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background-color: #124abd;
    margin: 10px 0px 10px 0px;
    padding: 10px 10px 10px 10px;
}

.share_con_bg {
    padding: 10px 0px;
    color: #fff;
}

#download_01 .pm-title-wrapper {
    padding: 12px;
}

p.promo_p {
    font-size: 13px;
    line-height: 25px;
}

.note_cus {

    color: #1b74e3;

    font-weight: 500;
}

.note_cus img {

    width: 20px;
    margin-right: 5px;
}

.tnc_ul {
    padding: 0;
    padding-left: 17px;
    margin: 0;
    list-style-type: decimal;
}

.btn_add {
    width: auto;
    margin-left: 10px;
    min-width: 95px;
    font-size: 13px;
    margin-top: 0;
}

.add_bank_wrap {
    padding-top: 20px;
}

.withdrawal select.form-control {
    background-color: #e2e2e2;
    width: 100%;
    border: none;
    padding: 0;
}

.form-control:focus {
    box-shadow: unset;
}

/* 30/4/2024 */
.referral-container {
    flex: 1;
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
    /* margin: auto; */
}

.referral-container h5 {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.referral-container .input-group {
    margin-bottom: 10px;
    position: relative;
}

.referral-container .input-group-text {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    color: #495057;
}

.referral-container .input-group .btn {
    border: none;
    color: #495057;
    text-align: left;
    position: absolute;
    right: 0;
    border-radius: 50%;
}

.referral-container .input-group .btn:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.referral-container .btn i {}

.referral-container .qr-code {
    display: inline-block;
    background-size: cover;
    flex: 1;
}

.referral-container .share-buttons {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.referral-container .form-control {
    padding-right: 40px;
}

.referral-container .share-buttons .btn {
    width: 100%;
    height: 60px;
    /* margin-right: 5px; */
    color: #fff;
    padding: 0;
    text-align: center;
    font-size: 20px;
}

.referral-container .share-buttons .btn.telegram {
    background-color: #0077b5;
}

.referral-container .share-buttons .btn.facebook {
    background-color: #3b5998;
}

.referral-container .share-buttons .btn.twitter {
    background-color: #1da1f2;
}

.referral-container .share-buttons .btn.email {
    background-color: #7f7f7f;
}

.referral-container .share-buttons .btn.whatsapp {
    background-color: #25d366;
}

.referral-invitation {
    flex: 1;
    padding: 15px;
}

.social-buttons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}

.referral-part {
    width: 100%;
}

.referral-part .side_tit {
    width: 100%;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.new-icon {
    background: #ff0000;
    border-radius: 5px;
    padding: 5px;
    width: 25px;
    height: 15px;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulse 1.5s infinite ease-in-out;
}

/* Phone input with country code styles */
.rgfeild.phone-input {
    display: flex;
    align-items: center;
}

.country-code {
    min-width: 100px;
    margin-right: 5px;
}

.country-code select {
    height: 34px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 13px;
    background-color: #fff;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
}

.rgfeild.phone-input input[type="text"] {
    flex: 1;
}
/* ERROR */
.errorpage{
    background: url(../images/errorbg.jpg)no-repeat center center/cover;
    text-align: center;
    padding: 3rem 0;
    height: 85vh;
    display: flex;
    align-items: center;
}
.errorpage .pbutton{
    background: #77E6FF;
    border-radius: 30px;
    padding: 15px 30px;
    border: none;
    color: #074AA9;
    font-weight: bold;
    text-transform: uppercase;
}