@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
        url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root {
    --gold: #f0c45a;
    --gold2: #d9a83f;
    --shadow: 0 10px 30px rgba(0, 0, 0, .45);
}

img {
    max-width: 100%;
    height: auto;
}

body,
.layout_table {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background-position: center center;
    font-family: 'open_sansregular';
    height: 100vh;
    background: url(../images/bg.png) no-repeat top left;
    background-size: cover;
}

* {
    box-sizing: border-box;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #ffffff;
}

textarea:focus,
input:focus,
button:focus,
select:focus {
    outline: none;
}

input::-webkit-input-placeholder {
    color: rgba(187, 176, 160, .85) !important;
    font-size: 13px;
    vertical-align: middle;
    font-family: 'open_sansregular';
}

textarea::-webkit-input-placeholder {
    color: rgba(187, 176, 160, .85) !important;
    font-family: 'open_sansregular';
    font-size: 13px;
    line-height: 24px;
}

.field-error {
    float: left;
    color: #F00;
    width: 100%;
}

h2 {
    color: #fff;
    font-size: 16px;
    margin-top: 0;
}

p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 10px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'open_sansregular';
}

.container {
    width: 96%;
    max-width: 450px;
    margin: 0 auto;
    position: relative;
    display: table;
}

.btn {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(90deg, #eec15d 0%, #f5d98c 50%, #d6a640 100%);
    color: #111;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 18px 34px rgba(208, 157, 55, .20);
    margin: 6px 0 22px;
}

.btn:hover {
    filter: brightness(1.02);
    background: var(--gold2);
}

.resend-otp {
    float: right;
    background: none;
    border: none;
    color: var(--secondary);
}

.resend-otp:disabled {
    color: #666666;
    /* Faded text color */
    cursor: not-allowed;
    /* Show "not allowed" cursor on hover */
    opacity: 0.6;
    /* Make it look faded */
}

.main {
    float: left;
    width: 100%;
}

.layout_table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.layout_table .layout_table_cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.box h3 {
    text-align: center;
    font-size: 25px;
    margin-top: 0;
    color: #000;
}

.logo_wrap {
    width: 80px;
    display: table;
    margin: 0 auto;
    box-shadow: 1px 1px 13px 1px #282828fc;
    border-radius: 50%;
    margin-bottom: 30px;
    background: #fff0;
    position: relative;
    /* left: 50%; */
    /* margin-left: -40px; */
    /* top: -46px; */
}

.logo_wrap img.logo {
    border: 2px solid #fff;
    border-radius: 50%;
}

.sign_up_wrap.right {
    float: right;
    width: auto;
    /* color: var(--contrast); */
    padding: 5px 0;
}

.sign_up_wrap.right a {
    color: #fff;
}

.form_upper {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 26px;
    margin-top: 0;
    display: none;
}

body.home .aud_form {
    /* background: #fff; */
    float: left;
    width: 100%;
    /* box-shadow: 1px 2px 3px #ccc; */
    position: relative;
    /* padding: 26px 28px 44px 28px; */
    border-radius: 5px;
}

.sign_up_wrap span {
    font-size: 13px;
}

.sign_up_wrap span a.customer {
    color: #e3a106;
    margin-left: 5px;
    text-decoration: underline;
}

.form_upper h2 {
    float: left;
    width: 100%;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 24px;
    color: #fdfdfd;
    margin-bottom: 5px;
    text-align: center;
    font-family: 'open_sansregular';
}

.form_upper h3 {
    float: left;
    width: 100%;
    color: var(--secondary);
    text-align: center;
    margin-bottom: 0px;
    margin-top: 5px;
    font-weight: normal;
}

.input_field {
    float: left;
    width: 100%;
    margin-bottom: 14px;
    position: relative;
    color: #a19b9b;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.home .aud_form .input_field {
    color: #ffffff;
    /* margin-top: 8px; */
}

.box .aud_form .input_field label {
    border: 0;
    color: #ffffff !important;
    font-size: 13px;
    padding: 0;
    width: 100%;
    background: transparent;
}

.box .aud_form .input_field label a {
    color: var(--primary);
}

.box .aud_form .input_field label:hover {
    background: transparent;
    color: #fff;
}

.input_field.payment-option label:hover {
    background: #fff;
    color: #000;
}

.have_refer_code {
    margin: 0px 0;
    float: left;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 13px;
}

label.form_label {
    font-size: 15px;
    line-height: 24px;
    /* letter-spacing: -0.25px; */
    color: var(--contrast);
    float: left;
    width: 100%;
    /* font-weight: bold; */
    margin-bottom: 2px;
    display: none;
}

.input_icon {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 9;
    color: #000;
    font-size: 15px;
    /* background: var(--primary); */
    /* background: var(--primary); */
    /* border-radius: 50%; */
    /* box-shadow: 1px 2px 3px #000000d9 inset, 1px 2px 3px #120d0d40 inset; */
    width: 40px;
    /* border-radius: 50%; */
    height: 40px;
    text-align: center;
    padding: 12px 0;
}

.content_box {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 0;
}

.section.app_page.addbet .content_box,
.section.app_page.addbet .content_box {
    /* border: 2px solid var(--contrast); */
    /* border-radius: 16px; */
    background: #fff;
    background: rgb(255 255 255 / .3);
    border: 1px solid rgb(255 255 255 / .3);
    border-radius: 3px !important;
    padding: 0;
    padding-bottom: 20px;
}

.section.app_page.addbet .input_box,
.filter_wrap .input_box,
form#withdraw_request .input_box,
form#balance_request .input_box {
    padding-left: 16px;
}

ul#my_bet_list li,
ul#deposit_history li {
    background: #ffffff3b;
    margin-bottom: 5px;
    font-size: 12px;
}

.input_field.full.btn_wrap .btn {
    width: 150px;
}

.section.app_page.mybet .content_box,
.section.app_page.game_timing .content_box {
    border: none;
}

.sign_up_wrap {
    float: left;
    width: 100%;
    /* margin-top: 10px; */
    text-align: center;
    /* color: #f1f1f1; */
    font-size: 14px;
    padding: 40px 0;
}

.form_upper .sign_up_wrap {
    margin-top: 3px;
}

.section.app_page.forget_password .sign_up_wrap {
    margin-top: 6px;
}

a.helpline_num_wrap {
    color: #658eff;
    margin-left: 5px;
    text-decoration: underline;
}

.hidden_field {
    display: none;
}

.header .logo_wrap {
    float: left;
    max-width: 35px;
    margin: 0 0 0 10px;
}

.header .logo_wrap a {
    float: left;
}

.header .balance {
    float: right;
    border-radius: 3px;
    text-align: left;
    padding: 2px 4px 2px;
    margin-top: 0px;
    padding-right: 0;
    /* border-radius: 9px; */
    font-size: 14px;
    text-align: right;
    width: 100px;
    color: var(--contrast);
    /* background: #ffffff69; */
}

.balance .balance_icon {
    width: 30px;
    text-align: center;
    vertical-align: middle;
    display: table;
    color: #ffffff;
    float: left;
    width: 20px;
    /* color: #ffffff; */
    padding: 4px;
    border-radius: 4px;
    padding: 7px 0px 7px 0;
    font-size: 17px;
}

.balance .balance_icon span {
    display: table-cell;
    vertical-align: middle;
}

.balance .balance_right {
    width: calc(100% - 32px);
    text-align: left;
    float: right;
    color: #080606;
    margin-left: 6px;
    font-size: 11px;
}

.balance .balance_right a {
    float: left;
    width: 100%;
    color: #ffffff;
}

.balance .balance_right a.main_balance {
    font-size: 12px;
    line-height: 16px;
}

.balance .balance_right a.wallet_balance {
    font-size: 10px;
    color: #ffffff;
}

.menu-wrap {
    position: fixed;
    height: 100vh;
    background: url(../images/bg.png) no-repeat top left;
    background-size: cover;
    top: 0;
    left: -100%;
    z-index: 999999;
    width: 100%;
    max-width: 400px;
    height: 100%;
    padding: 00px 00px 20px;
    box-shadow: 1px 2px 3px #00000073;
    overflow: auto;
    transition: all 0.5s ease;
}

.menu-wrap.open {
    left: 0;
}

.menu-wrap .close_menu {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    color: #ffffff;
    /* background: var(--contrast); */
    padding: 5px;
    border-radius: 50%;
    font-size: 13px;
}

.menu-wrap .profile_name {
    padding: 0px 00px 40px;
    background-size: 100% 100%;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    padding: 30px 34px 30px;
    background-size: 100% 100%;
    position: relative;
    background: #dc3e11;
    border-radius: 0;
    margin-bottom: 0px;
    text-align: center;
    background-size: cover;
    color: #ffffff;
}

.menu-wrap .profile_name .user_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    margin-right: 18px;
    /* margin: 0 auto; */
}

img.profile_image {
    border-radius: 50%;
}

.menu-wrap .profile_name .user_name {
    /* color: var(--ff-contrast-color); */
    font-size: 16px;
    float: left;
    text-align: left;
}

.menu-wrap .profile_name .user_name .user_mob_no {
    width: 100%;
    float: left;
    font-size: 13px;
}

.menu-wrap ul {
    margin-top: 0;
    float: left;
    list-style: none;
    padding: 0 20px;
}

.menu-wrap ul li {
    margin-bottom: 0px;
    float: left;
    width: 100%;
}

.menu-wrap ul li a {
    font-size: 15px;
    float: left;
    color: #000;
    position: relative;
    width: 100%;
    letter-spacing: 0.5px;
    padding: 15px 8px 15px 34px;
    margin-top: 8px;
    border: 1px solid transparent;
    /* border-bottom: 1px solid #cccccc42; */
    margin-bottom: -1px;
    background: rgb(255 255 255 / .3);
    padding-left: 38px;
}

.menu-wrap ul li a:before {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 9px;
    top: 18px;
    font-family: "Font Awesome 7 Free";
    color: #000;
    font-weight: 900;
}

.menu-wrap ul li.ffm_home a:before {
    content: "\e3af";
}

.menu-wrap ul li.ffm_mybets a:before {
    content: "\f1da";
}

.menu-wrap ul li.ffm_deposit a:before {
    content: "\e1bc";
}

.menu-wrap ul li.ffm_deposit_history a:before {
    content: "\f543";
}

.menu-wrap ul li.ffm_withdraw a:before {
    content: "\f4c0";
}

.menu-wrap ul li.ffm_withdraw_history a:before {
    content: "\f1da";
}

.menu-wrap ul li.ffm_results a:before {
    content: "\f091";
}

.menu-wrap ul li.ffm_transaction_history a:before {
    content: "\f03a";
}

.menu-wrap ul li.ffm_update_profile a:before {
    content: "\f007";
}

.menu-wrap ul li.ffm_game_timing a:before {
    content: "\f017";
}

.menu-wrap ul li.ffm_game_rules a:before {
    content: "\f46d";
}

.menu-wrap ul li.ffm_helpline a:before {
    content: "\f095";
}

.menu-wrap ul li.ffm_share a:before {
    content: "\f14d";
}

.menu-wrap ul li.ffm_logout a:before {
    content: "\f08b";
    color: #000;
}

.menu-wrap ul li.current-nav a,
.menu-wrap ul li:hover a,
.menu-wrap ul li a:hover::before,
.menu-wrap ul li.current-nav a::before {
    color: #ffffff;
}

.menu-wrap ul li:last-child a {
    /*margin-top: 40px;
    background: #ffffff;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    color: #ffffff;
     background: var(--gradient); 
    /* box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.3); */
    /* cursor: pointer; */
    /* transition: transform 0.2s ease, filter 0.2s ease; 
    border-radius: 6px;
    width: 45%;
    float: right;
    color: var(--primary);*/
}

.main_wrap {
    float: left;
    width: 100%;
    padding: 70px 0 80px 0;
}

.section {
    float: left;
    width: 100%;
    margin: 0 0 14px;
}

.section.dashboard {
    padding: 0;
}

.hero {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.marquee_wrap {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 16px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(16, 20, 24, .94), rgba(10, 12, 16, .96));
    border: 1px solid rgba(245, 198, 106, .2);
    box-shadow: var(--shadow);
    position: relative;
}

.marquee_wrap i {
    float: left;
    width: 30px;
    /* height: 30px; */
    color: var(--gold);
    line-height: 38px;
}

.marquee_wrap p {
    color: #fff;
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
    /* font-weight: bold; */
}

.task_center_details a .task-heading p {
    margin-bottom: 0;
}

.share_banner.dashboard_page {
    border: 0;
}

.action_buttons {
    justify-content: center;
    text-align: center;
    display: flex;
    width: 100%;
    margin: 0 auto;
    border-radius: 30px;
    /* float: none; */
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 16px;
    color: #000;
    gap: 8px;
}

.action_buttons a img {
    display: inline-block;
    width: 100%;
    text-align: center;
    /* box-shadow: 1px 1px 12px #955129; */
    background: var(--primary);
    border-radius: 4px;
    /* font-size: 14px; */
    text-align: right;
    border: 1px solid #ffffff0d;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    /* font-size: 13px; */
    /* color: var(--ff-contrast-color); */
    width: 44px;
    height: auto;
    padding: 8px 8px;
    margin: 0 auto;
    float: none;
}

.action_buttons a {
    padding: 8px 2px;
    border-radius: 12px;
    text-align: center;
    background: linear-gradient(180deg, rgba(17, 17, 17, .93), rgba(10, 12, 16, .96));
    border: 1px solid rgba(245, 198, 106, .22);
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: calc(20% - 6.5px);
}

.action_buttons a span {
    float: left;
    width: 100%;
}

.action_buttons a:hover {
    cursor: pointer;
    color: #fff;
    background: #f0ab0369;
}

.action_buttons a i {
    width: 28px;
    height: 28px;
    margin: 0 auto;
    border-radius: 8px;
    display: grid;
    place-items: center;
    color: var(--gold);
    font-size: 18px;
    text-shadow: 0 0 10px rgba(245, 198, 106, .28);
}

.action_buttons a span {
    font-size: 9px;
    line-height: 1.1;
    color: #fff;
}

.games {
    float: left;
    width: 100%;
}

.games h2 {
    display: none;
    width: 100%;
    color: var(--contrast);
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 5px;
    /* background: var(--gradient); */
    text-align: left;
    padding: 12px 0;
    font-size: 23px;
    border-radius: 5px;
}

.games ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1%;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 0px;
}

.games ul li {
    width: calc(50% - 49px);
    float: left;
    display: table;
    box-shadow: none;
    line-height: 50px;
    margin-bottom: 20px;
    padding: 20px 15px 20px 34px;
    background: #fff;
    position: relative;
    min-height: 100px;
    margin-left: 39px;
    /* border: 2px solid var(--contrast); */
    background: rgb(255 255 255 / .3);
    border: 1px solid rgb(255 255 255 / .3);
    border-radius: 3px !important;
}

.games ul li .game_col {}

.games ul li .game_img {
    width: 70px;
    height: 70px;
    float: left;
    position: absolute;
    overflow: hidden;
    border-radius: 7px;
    padding: 2px;
    left: -29px;
    background: var(--primary);
    top: 13px;
}

.games ul li .game_img img {
    width: 100%;
    float: left;
    border-radius: 7px;
}

.games ul li .game_title {
    padding-left: 16px;
    line-height: 30px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.games ul li .game_title .game_title_cell {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 13px;
    width: 100%;
    float: left;
}

.games ul li .game_title p.game_rate {
    color: #ebebeb;
    margin: 0;
}

.games ul li .game_title .game_title_cell p small {
    color: #363636;
    margin-top: 0px;
    float: left;
    width: 100%;
}

.games ul li .game_title .game_title_cell a {
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
}

.games ul li .play_btn {
    float: none;
    width: auto;
    position: relative;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: table;
    float: right;
    margin-top: 6px;
    line-height: 14px;
    font-size: 16px;
    color: #000;

}

.games ul li .play_btn i {
    font-size: 12px;
    display: none;
}

.games ul li .play_btn.off:hover i {
    background: red;
}

.games ul li .play_btn a {
    float: right;
    margin-top: 0px;
    background-color: var(--primary);
    line-height: 14px;
    font-size: 14px;
    padding: 10px 14px;
    color: #000000;
    border: 2px solid var(--primary);
    border-radius: 3px;
    box-shadow: 0 1px 10px 0 #1119;
}

.games ul li .play_btn a:hover {
    background: var(--contrast);
    color: #ffffff;
}

.section.app_page.bajis .games ul li .play_btn a {
    flex-direction: row-reverse;
}

.games ul li .play_btn span {
    float: left;
    width: auto;

}

.games ul li .play_btn .play_btn.off {
    background: #a60303;
    color: #fff;
    border-color: transparent;
}

.game_col.play_btn.choose_type.closed {
    background: #000000;
    color: #ffffff;
    border-color: transparent;
}

.games ul li .play_btn .play_btn.close {
    background: #a60303;
    color: #fff;
}

.games ul li .play_btn i.far.fa-times-circle {
    /* background: #cf0d0d; */
    /* border: 1px solid #fff; */
}

.back_wrap {
    width: 96%;
    max-width: 450px;
    margin: 5px auto 15px;
    float: none;
    text-align: center;
    padding: 16px 20px;
    color: #fff;
    background: rgba(28, 30, 36, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 13px;
    position: relative;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back_wrap .back_icon {
    position: absolute;
    left: 20px;
    display: flex;
    align-items: center;
}

.back_wrap .back_icon a {
    color: var(--gold);
    font-size: 18px;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
}

.back_wrap .back_icon a:hover {
    color: #fff;
    transform: translateX(-2px);
}

.back_wrap h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.content_box .form_wrap {
    float: left;
    width: 100%;
    /* background: #fff; */
    padding: 12px;
    border-radius: 4px;
}

.section.app_page.deposit .btn {
    margin-top: 22px;
}

.input-check {
    margin-top: 15px;
}

.app_page {
    display: none;
    padding-bottom: 50px;
}

.game_types {
    display: flex;
    gap: 1%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.game_types .game_type {
    width: 24%;
    display: inline-block;
    margin: 14px 0px;
    margin-bottom: 0px;
    /* border-radius: 6px !important; */
    backdrop-filter: blur(1px);
    text-align: center;
    justify-content: space-between;
    background: rgb(255 255 255 / .3);
    border: 1px solid rgb(255 255 255 / .3);
    border-radius: 3px !important;
    padding: 20px 0 8px;
}

.game_types .game_type span {
    float: left;
    width: 100%;
    padding: 10px 20px;
    /* background: var(--primary); */
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    color: #ffffff;
}

.game_types .game_type img {
    /* background: #ffffff; */
    /* box-shadow: 1px 2px 13px 1px #7f7b7b; */
    /* padding: 12px; */
    /* border-radius: 50%; */
    margin-bottom: 0px;
    width: 68%;
    /* border: 4px solid var(--contrast); */
    margin-bottom: 6px;
}

.closed_time {
    width: 100%;
    float: none;
    text-align: right;
    margin-bottom: 20px;
    padding-left: 9px;
    display: table;
    background: rgb(255 255 255 / .3);
    border: 1px solid rgb(255 255 255 / .3);
    border-radius: 3px !important;
    margin: 0 auto;
    padding: 12px;
    margin-bottom: 0;
    color: #fff;
}

.closed_time .close_txt {
    float: left;
    font-size: 14px;
    line-height: 35px;
}

.closed_time .timer {
    float: right;
    padding: 0 10px;
    background: #ffffff;
    border-radius: 20px;
    line-height: 35px;
    color: #323030;
    position: relative;
    padding-left: 30px;
    width: 100px;
    margin-left: 12px;
}

.closed_time .timer:before {
    width: 12px;
    height: 12px;
    content: "\f017";
    position: absolute;
    left: 6px;
    top: 0px;
    font-family: "Font Awesome 7 Free";
    color: green;
    font-weight: 900;
}

.sub-heading {
    width: 100%;
    float: left;
    padding: 0;
    /* background: var(--secondary); */
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 7px;
    border-radius: 4px;
}

.sub-heading h4 {
    margin: 18px 0 7px;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.digit-content {
    float: left;
    width: 100%;
}

.digit-table {
    width: 96%;
    float: none;
    margin-top: 20px;
    margin-bottom: 30px;
    margin: 20px auto;
}

.digit-table table {
    width: 100%;
    float: left;
    margin-bottom: 12px;
    background: #ffffff47;
    border-radius: 3px;
    overflow: hidden;
    border-spacing: 0;
    color: #fff;
    /* box-shadow: 0 -11px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgb(0 129 56 / 50%), inset 0 -1px 0 rgb(0 0 0 / 10%), inset 0 0 20px 10px rgb(5 36 60); */
    /* background: transparent; */
    /* border: 1px solid rgb(0 255 136 / 13%); */
}

.digit-table table th {
    padding: 10px;
    text-align: center;
    background: var(--contrast);
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.digit-table table td {
    padding: 10px;
    text-align: center;
    color: #383838;
    /* border: 2px solid var(--contrast); */
    border-top: 0;
}

.digit-table table tr:nth-child(odd) {
    background: #f1f1f1;
}

.digit-table table tr {
    background: #fff;
}

.digit-table a.bet_delete {
    width: 20px;
    height: 20px;
    display: inline-block;
    color: red;
}

.hide {
    display: none;
}

.bet_summery {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 999999;
    bottom: -100%;
    transition: all 0.5s ease;
    backdrop-filter: saturate(180%) blur(10px);
    /* border-top: 6px solid #ffffff; */
    color: #000000;
    left: 0;
}

.bet_summery.open {
    bottom: 0;
}

.bs_title {
    background: #000;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
}

.bs_content {
    float: left;
    width: 100%;
    padding: 15px;
    font-size: 12px;

}

.bs_table {
    float: left;
    width: 100%;
}

.bs_table table {
    width: 100%;
    text-align: center;
    background: #fff;
    color: #000;
}

.bs_table table thead th {
    padding: 5px;
    font-weight: 700;
    color: #ffffff;
    border-bottom: 0;
    background: var(--contrast);
    border: 1px solid #ccc;
}

.bs_table table tbody td {
    border: solid 1px #f2f2f2;
    padding: 5px;
    color: #000000;
}

.bs_details {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.bs_details table {
    width: 100%;
}

.bs_details table th {
    width: 70%;
    text-align: left;
    padding: 5px 0;
    font-weight: normal;
}

.bs_details table td {
    width: 30%;
    padding: 5px 0;
    text-align: right;
}

.bs_details .note {
    color: #ed6262;
    font-size: 10px;
}

.bs_buttons {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.bs_buttons .bs_submit,
.bs_buttons .bs_cancel {
    border: none;
    padding: 10px 20px;
    color: #ffffff;
    box-shadow: 0 1px 4px 0 #53535399;
    background: var(--contrast);
    /* color: #ffffff; */
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border: none;
    border-radius: 3px;
    /* box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.3); */
    cursor: pointer;
    transition: transform 0.2s ease, filter 0.2s ease;
    display: block;
    margin: 20px auto;
    width: 100px;
    float: left;
}

.bs_buttons .bs_cancel {
    float: right;
    background: #dd0731;
    color: #FFF;
}

.bank_details_wrap {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.bank_details_wrap h4 {
    float: left;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 0;
}

.ac_details {
    display: flex;
    float: left;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ac_details .ac_content {
    width: 24%;
    padding: 10px;
    text-align: center;
    border: 1px solid #ffffff6e;
    border-radius: 3px;
    background: #ffffff40;
}

.section.app_page.deposit .form_wrap {
    /* border: 2px solid var(--contrast); */
    border-radius: 3px;
    background: #ffffff4d;
    border: 1px solid #ffffff87;
}

.ac_details .ac_content h5 {
    text-align: left;
    color: #000;
    font-size: 15px;
    margin-bottom: 13px;
    margin-top: 0;
    font-weight: normal;
}

.qr_wrap {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.qr_wrap .qr_code {
    width: 49%;
}

.qr_wrap .qr_code img {
    height: 130px;
    object-fit: cover;
}

.ac_content_inner {
    display: flex;
    flex-wrap: wrap;
}

.download-qr {
    background: var(--primary);
    padding: 12px;
    float: left;
    color: #000;
    font-size: 12px;
    width: 100%;
    border-radius: 3px;
    margin-top: 5px;
    /* color: #000000; */
}

.ac_content_inner .ac_number {
    width: 100%;
    border-radius: 3px;
    background: var(--primary);
    color: #FFF;
    margin-bottom: 5px;
    font-size: 12px;
    display: flex;
    overflow: hidden;
    /* border: 1px solid var(--contrast); */
}

.ac_content_inner .ac_number span {
    width: 80%;
    padding: 10px;
    /* background: #000; */
    color: #000000;
    box-shadow: 1px 1px 10px 1px #6a6565;
}

.ac_content_inner .ac_number a {
    width: 20%;
    padding: 10px;
    text-align: center;
    /* border-left: solid 1px #ccc; */
    font-size: 16px;
    background: var(--contrast);
    color: #fff;
}

.account-section {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.change_img_wrap {
    display: table;
    margin: 0 auto;
    position: relative;
}

.change_img_wrap img {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.change_img_wrap input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.change_img_wrap .upload_trigger {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--contrast);
    color: #fff;
    font-size: 10px;
    padding: 5px 5px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}

.account-section .sub-heading {
    border: none;
}

.account-section .sub-heading a {
    color: #000;
    float: left;
    width: 100%;
    padding: 0;
    font-size: 17px;
    text-align: left;
    margin: 0;
    /* color: #ffffff; */
    position: relative;
    /* border-radius: 5px; */
    /* border: 2px solid var(--contrast); */
}

.account-section .sub-heading a:after {
    content: " ";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid var(--contrast);
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
}

.account-section.open .sub-heading a:after {
    border-top: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid var(--contrast);
}

.update-form .input_box {
    padding: 15px 22px;
    position: relative;
    font-size: 13px;
    /* border-radius: 8px; */
    color: #2b2727;
    /* border-radius: 30px; */
    /* background: #000; */
    margin-top: 0px;
    line-height: 22px;
}

.table_wrap {
    float: left;
    width: 100%;
}

.table_wrap ul {
    float: left;
    width: 100%;
    overflow: hidden;
    /* background: #ffffff; */
}

.table_wrap ul li {
    display: flex;
    width: 100%;
    color: #ffffff;
    /* background: #fff; */
    margin-bottom: 0;
    border-radius: 0;
    font-size: 11px;
    /* border: 1px solid #fff; */
    border-top: revert-layer;
}

.input_field.payment-option label {
    color: var(--contrast);
    width: 48%;
    float: left;
    /* border: 2px solid var(--contrast); */
    padding: 0 12px 12px;
    background: #ffffff;
    cursor: pointer;
    border-radius: 4px;
    margin: 1% 1%;
    position: relative;
}

form#balance_request .input_field.full.btn_wrap .btn,
form#withdraw_request .input_field.full.btn_wrap .btn,
form#update_profile .input_field.full.btn_wrap .btn {
    width: 220px;
    font-size: 13px;
}

.input_field.payment-option .field-msg.error {
    color: #fff0f0;
    position: absolute;
    bottom: -14px;
    font-size: 9px;
    margin: 0 auto;
    display: table;
    float: none;
    left: 0;
}

.field-msg.error {
    color: red;
}

.aud_form .input_field {
    color: #ffffff;
}

.table_wrap ul.tab_header li span {
    background: var(--contrast);
    color: #ffffff;
    border-radius: 0;
}

.table_wrap ul li span {
    flex: 1;
    padding: 10px 14px;
    text-align: center;
    /* margin-bottom: 5px; */
}

.pagination {
    display: flex;
    float: left;
    text-align: center;
}

.pagination span,
.pagination a {
    flex: 1;
    padding: 5px 5px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    background: #ffffff3d;
    margin-right: 5px;
    border-radius: 3px;
}

.pagination a:hover,
.pagination .selected {
    background: #000;
    color: #FFF;
}

.pagination a .fas {
    line-height: 20px;
}

.tabs {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    gap: 5px;
    align-items: center;
    /* background: var(--secondary); */
    border-radius: 10px;
    padding: 9px;
}

.tabs a {
    float: left !important;
    width: 33% !important;
    margin: 0px;
    text-align: center;
    border-radius: 3px;
    padding: 10px 14px;
    margin-bottom: 2px;
    background: var(--primary);
    background: #ffffff5c;
    border: 1px solid #ffffff66;
    /* text-align: left; */
    color: #ffffff;
}

.tabs a:hover,
.tabs a.active {
    /* background: var(--ff-contrast-color); */
    /* border: 1px solid rgb(0 180 86 / 27%); */
    color: #fff;
    background: var(--primary);
    color: var(--contrast);
    /* border: 2px solid #fff; */
}

.no_record {
    width: 100%;
    color: #ccc;
    background: rgba(28, 30, 36, 0.95);
    float: left;
    padding: 24px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    font-weight: 600;
}

.table_wrap ul li span.status {
    display: inline-block;
    padding: 1px 3px;
    font-size: 10px;
    border-radius: 3px;
    border: 1px solid transparent;
}

/* Pending - pastel orange */
.status.pending {
    background: #ffda14;
    color: #160909;
    border-color: #FFD8B5;
}

/* Success - pastel green */
.status.approved,
.status.success,
.status.win {
    background: #1E7E34;
    color: #fff;
    border-color: #B7E4C7;
}

/* Rejected - pastel red */
.status.rejected,
.status.loss {
    background: #ff0000;
    color: #ffffff;
    border-color: #F5C2C7;
}

.table_wrap.result_wrap ul li {
    flex-wrap: wrap;
}

.result_wrap .result_date {
    float: left;
    width: 100%;
    text-align: right;
    padding: 8px 8px;
    background: var(--contrast);
    color: #ffffff;
    /* font-weight: bold; */
}

.result_wrap .result {
    width: 100%;
    display: flex;
}

.result_wrap .result {
    width: 100%;
    display: flex;
}

.result_wrap .result span span {
    /* padding: 7px; */
    background: #ffffff4d;
    /* border-radius: 2px; */
    /* background: #ffde0fad; */
    /* backdrop-filter: saturate(180%) blur(10px); */
    padding: 5px 0;
    float: left;
    width: 100%;
    border: 0;
    /* margin-bottom: 0; */
}

ul#my_bet_list li,
ul#deposit_history li,
ul#withdraw_history li,
ul#transaction_history li {
    /* border-bottom: 1px solid var(--secondary); */
    border-top: revert-layer;
}

ul#transaction_history {
    /* border: 1px solid #fff; */
    /* background: #000; */
}

ul#my_bet_list li>span,
ul#deposit_history li>span,
ul#withdraw_history li>span {
    /* border-right: 1px solid #fff; */
    /* background: #000; */
}

.table_wrap.trans_wrap ul li span.trans_left {
    width: 60%;
    flex: auto;
    /* border-bottom: solid 1px var(--contrast); */
    /* border-right: solid 1px var(--contrast); */
    background: #ffffff40;
    /* border-radius: 6px; */
    /* padding: 5px; */
}

span.trans_right {
    background: #ffffff6e;
}

.table_wrap.trans_wrap ul li span span {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0;
    margin-bottom: 5px;
    border: 0;
}

.table_wrap.trans_wrap ul li span span.trans_type {
    font-size: 14px;
    font-weight: bold;
}

.table_wrap.trans_wrap ul li span span.trans_desc {
    font-size: 11px;
}

.table_wrap.trans_wrap ul li span span.trans_date {
    font-size: 10px;
}

.table_wrap.trans_wrap ul li span span.debit,
.table_wrap.trans_wrap ul li span span.credit {
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    float: right;
    width: auto;
    padding: 0px 6px;
}

.table_wrap.trans_wrap ul li span span.debit {
    background: #B02A37;
    color: #fff;
    border-color: #F5C2C7;
}

.table_wrap.trans_wrap ul li span span.credit {
    background: #1E7E34;
    color: #fff;
    border-color: #B7E4C7;
}

.table_wrap.trans_wrap ul li span span.trans_balance {
    font-size: 11px;
    text-align: right;
}

.table_heading {
    float: left;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    padding: 8px 7px;
    border-radius: 3px;
    background: #dc3e12;
    margin-bottom: 8px;
}

.timing_table {
    width: 100%;
    float: left;
    color: #000;
    /* background: var(--primary); */
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.section.app_page.game_timing .content_box {
    padding: 15px;
    background: #ffffff3d;
    border: 1px solid #ffffff96;
}

.timing_table table {
    width: 100%;
    float: left;
    border-spacing: 0px;
    font-size: 13px;
    color: #000;
}

.timing_table table th {
    background: var(--contrast);
    /* color: #ffffff; */
    color: #ffffff;
    font-weight: 400;
    padding: 10px 0;
}

.timing_table table td {
    padding: 10px 0;
    text-align: center;
    color: #3c3737;
    font-size: 12px;
    border-top: 0;
    background: #fff;
    padding: 10px 5px;
}

.timing_table table tr:nth-child(odd) td {
    background: #f7f7f7;
}

.timing_table table td span {
    text-transform: capitalize;
}

.timing_table.rules table td {
    padding: 10px;
    text-align: left;
}

.helpline_wrap {
    width: 100%;
    float: left;
}

.help_image {
    border-radius: 10px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
}

.helpline_no,
.whatsapp_no {
    background: #ffffff59;
    background-size: cover;
    color: #000;
    width: 48%;
    margin: 1%;
    padding: 20px 0;
    float: left;
    text-align: center;
    border-radius: 3px;
    /* text-align: left; */
    position: relative;
    position: relative;
    /* background: #fff; */
    border-radius: 4px;
    padding: 0;
    margin-top: 60px;
    padding: 20px;
    border: 1px solid #ffffff70;
}

.helpline_wrap .icons {
    font-size: 30px;
    position: absolute;
    top: -42px;
    background: #fff;
    height: 70px;
    border-radius: 50%;
    width: 70px;
    padding: 21px 0;
    color: #000;
    left: 50%;
    margin-left: -35px;
}

.helpline_no h5,
.whatsapp_no h5 {
    text-align: center;
    margin: 23px 0 0px 0;
    font-size: 18px;
    margin-bottom: 6px;
    color: #fafafa;
}

.helpline_wrap .helpline_no a.nmbr {
    background: var(--primary);
    color: #000;
}

.helpline_wrap a.nmbr {
    padding: 0;
    line-height: 50px;
    font-size: 20px;
    width: 90%;
    margin: 0;
    border-radius: 0;
    font-weight: 700;
    margin: 7px auto;
    float: none;
    text-align: center;
    background: var(--contrast);
    padding: 13px 35px;
    border-radius: 5px;
    color: #ffffff;
    border: 2px solid transparent;
}

.helpline_wrap a.nmbr:hover {
    background: var(--primary);
    color: #000000;
    border: 2px solid #000000;
}

.helpline_wrap p {
    min-height: 80px;
}

.share_banner {
    border-radius: 2px;
    overflow: hidden;
    float: left;
    width: 100%;
    margin-bottom: 14px;
    /* border: 2px solid var(--contrast); */
    /* display: none; */
}


.share_banner img {
    width: 100%;
}

.refecr_code_box {
    display: table;
    margin: 0px auto;
    width: 100%;
    text-align: center;
    color: #262626;
    padding: 0 14px;
    border-radius: 0;
    background: #ffffff4d;
}

.refecr_code_box .refecr_code_box_heading {
    font-size: 20px;
}

.refecr_code_box .refecr_code_box_heading h3 {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 26px;
}

.refecr_code_box .refecr_code_box_heading p {
    color: #ffffff;
    line-height: 20px;
    font-size: 14px;
}

.refecr_code_box .refecr_code {
    border-radius: 30px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    color: #ffffff;
    cursor: pointer;
    color: var(--contrast);
    font-size: 16px;
    padding: 13px 28px;
    transition: all 0.2s ease-in-out;
    /* border: 2px solid rgb(104 163 216); */
    /* box-shadow: rgba(50, 50, 93, .25) 0 50px 100px -20px, rgba(0, 0, 0, .3) 0 30px 60px -30px, rgba(10, 37, 64, .35) 0 -2px 6px 0 inset; */
    /* background: var(--secondary); */
    font-size: 43px;
    padding: 0;
    transition: all 0.2s ease-in-out;
    /* box-shadow: rgb(50 50 93 / .25) 0 50px 100px -20px, rgb(0 0 0 / .3) 0 30px 60px -30px, rgb(10 37 64 / .35) 0 -2px 6px 0 inset; */
}

.refecr_inner_code_box {
    display: table;
    margin: 10px auto;
    width: 100%;
    max-width: 400px;
    text-align: center;
    background: #88fbab;
    color: var(--primary);
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    backdrop-filter: saturate(180%) blur(10px);
    /* border: 2px solid var(--contrast); */
    margin-top: 28px;
}

.refecr_box_heading {
    color: #616161;
    /* text-transform: uppercase; */
    font-size: 20px;
    font-weight: bold;
}

.share_btn {
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.share_btn:before {
    content: "";
    background: url(../images/whatsapp-brands-solid.png);
    font-size: 15px;
    width: 23px;
    height: 23px;
    color: #000;
    position: absolute;
    z-index: 9;
    background-size: cover;
    left: 21px;
    top: 23px;
    display: none;
}

.share_btn .btn {
    width: auto;
    display: table;
    margin: 0 auto;
    float: none;
    border-radius: 5px;
    background: var(--contrast);
    color: #fff;
    border: none;
    position: relative;
    font-size: 17px;
    padding: 13px;
}

.wallet_wrap {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wallet_box {
    width: 47%;
    float: left;
    background: #fff;
    padding: 20px;
    background: #ffffff47;
    border: 1px solid #f3fff37d;
    border-radius: 5px !important;
    text-align: center;
    position: relative;
    margin-top: 30px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 30px;
}

.wallet_box .icons {
    position: absolute;
    color: #FFF;
    width: 50px;
    height: 50px;
    background: #dc3e12;
    border-radius: 50%;
    text-align: center;
    padding: 15px 0;
    left: 50%;
    top: 0;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px;
    font-size: 20px;
    border: solid 1px #FFF;
}

.wallet_box .icons i {
    display: table-cell;
    vertical-align: middle;
}

.wallent_balance {
    float: left;
    width: 100%;
    margin-left: 0;
}

.wallent_balance h3 {
    margin: 0;
    padding: 0;
    color: #FFF;
    font-size: 14px;
    font-size: 17px;
    padding: 18px 0 0;
    /* color: var(--text-color); */
    margin-bottom: 0;
    font-weight: normal;
}

.wallent_balance a {
    width: 100%;
    float: left;
    padding: 5px;
    color: #fff;
    margin-top: 0;
    float: left;
    width: 100%;
    /* text-decoration: underline; */
    /* color: #000; */
}

.wallent_balance a.green-btn {
    padding: 0;
    font-size: 20px;
    color: var(--contrast);
    /* padding: 0 50px; */
    line-height: 50px;
    font-size: 20px;
    display: table;
    margin: 0 auto;
    /* border-radius: 30px; */
    /* color: var(--white); */
    background: var(--contrast);
    margin-top: 10px;
    width: 200px;
    float: none;
    color: #ffffff;
    border-radius: 2px;
}

.filter_wrap {
    float: left;
    width: 100%;
    margin-bottom: 14px;
    border: 1px solid #ebebeb8c;
    padding: 12px;
    border-radius: 0;
    background: #ffffff54;
    border-radius: 3px;
}

form#withdraw_request {
    background: #ffffff47;
    float: left;
    padding: 12px 20px;
    border: 1px solid #ffffff78;
    border-radius: 3px;
    width: 100%;
}

form#withdraw_request h2 {
    color: #020202;
}

.filter_wrap form {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.filter_wrap .filter {
    flex: 1;
    text-align: center;
}

.filter_wrap .filter:last-child {
    border-bottom: 0;
}

input::-webkit-calendar-picker-indicator {
    background-color: #fff;
}

.filter_wrap .input_box {
    /* padding: 10px 5px; */
    height: auto;
    margin: 10px 0;
    /* background: #ffffffb3; */
    width: 100%;
}

.filter_wrap .input_box {
    padding: 0px 14px;
    height: auto;
    margin: 0px 0;
    background: #ffffffb3;
    width: 100%;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0%;
    color: #ffffff;
    border-radius: 6px;
    display: flex;
    width: 100%;
}

.footer ul {
    width: 96%;
    max-width: 450px;
    margin: 0 auto;
    position: relative;
    display: table;
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 16px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(16, 20, 24, .94), rgba(10, 12, 16, .96));
    border: 1px solid rgba(245, 198, 106, .2);
    box-shadow: var(--shadow);
    position: relative;
    z-index: 2;
}

.footer ul li {
    flex: 1;
    text-align: center;
}

.footer ul li.color_menu {
    position: absolute;
    background: #000;
    text-align: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    padding: 10px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    top: -10px;
    font-size: 16px;
    margin-top: -20px;
    box-shadow: 0px -2px 1px #00000063;
    display: none;
}

.footer a {
    display: table;
    float: left;
    position: relative;
    padding: 12px 2px;
    font-size: 12px;
    width: 100%;
    color: #ffffff;
    /* font-weight: bold; */
}

.footer a i {
    font-size: 18px;
    margin-bottom: 3px;
    /* display: none; */
    width: 100%;
}

.footer ul li {
    flex: 1;
    text-align: center;
}

.btn_play_now {
    /* box-shadow: 0 1px 4px 0 #53535399; */
    background: var(--secondary);
    color: #100a0a;
    margin-top: 20px;
    cursor: pointer;
    font-weight: bold;
    /* color: #fff; */
    /* box-shadow: 0 4px 15px rgb(2 3 4 / 30%), inset 0 1px 1px rgba(255, 255, 255, 0.3); */
    width: 200px;
    margin: 0 auto;
    float: none;
    padding: 13px 0;
    background: var(--primary);
}

.footer ul li.current-nav a,
.footer ul li a:hover {
    color: var(--gold);
    /* background: var(--primary); */
}

.update-account-btn .btn {
    margin-top: 13px;
    color: #ffffff;
    background: var(--contrast);
    position: relative;
    float: none;
    display: table;
    margin: 0 auto;
    padding: 14px 9px;
    font-size: 13px;
    border: none;
    margin-top: 13px;
    /* color: #000000; */
    font-weight: normal;
    margin-top: 20px;
}

.update_profile .content_box .form_wrap {
    background: #ffffff40;
    border: 1px solid #fbfbfb61;
    /* border-radius: 20px; */
}

.update_profile .account-section .update-form {
    /* background: #fff; */
    float: left;
    padding: 5px;
    width: 100%;
}

.input_field.payment-option {
    margin-bottom: 22px;
}

.update-account-btn {
    float: none;
    width: 300px;
    margin: 0 auto;
    margin-top: 20px;
    display: table;
}

.not_found_wrap {
    padding: 30px 20px;
    margin: 0 auto;
    float: none;
    display: table;
}

.not_found_wrap img {
    width: 500px;
    border-radius: 10px;
    margin: 0 auto;
    display: table;
}

.not_found_txt {
    float: left;
    width: 100%;
    text-align: center;
}

.not_found_txt h1 {
    color: #fff;
    font-weight: normal;
}

.pagination span,
.pagination a {
    background: var(--primary) !important;
    color: #000 !important;
}

.pagination a:hover,
.pagination .selected {
    background: var(--contrast) !important;
    color: #FFF !important;
}

/*new css*/
.main_wrap .tabs {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 8px 0 40px;
    position: relative;
    padding: 0;
    width: 450px;
    margin: 0 auto 20px;
    float: none;
}

.main_wrap .tabs::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    height: 2px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
}

.main_wrap .tab {
    /* font-size: 20px; */
    font-weight: 700;
    color: #f5f0e2;
    opacity: .9;
    position: relative;
    padding-bottom: 0px;
    min-width: 50%;
    text-align: center;
}

.main_wrap .tab.active {
    color: #f5c75c;
}

.main_wrap .tab.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f7e39d, #d29d27);
    z-index: 1;
}

.remember {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0px 0 8px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}

.check svg {
    display: none;
}

.remember.checked .check svg {
    display: block;
}

.check {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 2px solid var(--gold2);
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    background: rgba(240, 196, 90, .08);
    box-shadow: 0 0 16px rgba(240, 196, 90, .08);
}

.check svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
    stroke-width: 3.5;
}

.agreement {
    display: flex;
    align-items: center;
    gap: 14px;
    /* font-size: 22px; */
    width: 100%;
    line-height: 1.4;
    color: #fff;
    justify-content: start;
    text-align: center;
    flex-wrap: wrap;
    padding: 0 10px 4px;
}

.agreement .accent {
    color: #d6a640;
    font-weight: 700;
}

.terms-mark {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 2px solid var(--gold2);
    background: rgba(240, 196, 90, .08);
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    box-shadow: 0 0 16px rgba(240, 196, 90, .08);
}

.agreement.checked .terms-mark {
    background: linear-gradient(180deg, #dcb14c, #b78522);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
    border: none;
}

.terms-mark svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
    stroke-width: 3.5;
    display: none;
}

.agreement.checked .terms-mark svg {
    display: block;
}

.input_box {
    width: 100%;
    height: 50px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: transparent;
    color: var(--text);
    padding: 0 26px;
    /* font-size: 24px; */
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .02);
}

.box {
    width: 450px;
    padding: 20px;
    /* background: rgb(255 255 255 / .3); */
    /* border: 1px solid rgb(255 255 255 / .3); */
    border-radius: 5px;
    /* box-shadow: 0 1px 9px -4px; */
    display: table;
    margin: 0 auto;
}

.visibility_btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    opacity: .95;
    pointer-events: auto;
    cursor: pointer;
}

.sign_up_wrap.left {
    padding: 0px 0 10px;
    text-align: left;
    color: #494848;
}

input.btn.reg_btn.aud_submit {
    margin-bottom: 0;
}

.right_text_wrap {
    float: none;
    color: #dcdcdc;
    width: 100%;
    /* padding: 10px; */
    border-radius: 30px;
    text-align: left;
    font-size: 13px;
    margin-top: 10px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

.right_text_wrap a {
    color: #fff;
    /* font-weight: bold; */
    float: right;
    width: auto;
    padding-left: 3px;
    font-size: 14px;
    /* text-decoration: underline; */
    font-weight: bold;
    color: var(--gold);
}

.agreement {
    display: flex;
    align-items: center;
    gap: 9px;
    /* font-size: 22px; */
    width: 100%;
    line-height: 1.4;
    color: #fff;
    justify-content: start;
    text-align: center;
    flex-wrap: wrap;
    padding: 0 0px 4px;
    margin-top: 45px;
}

.agreement .field-msg.error {
    flex: 0 0 100%;
    text-align: left;
    font-size: 11px;
    color: #ff5252;
    margin-top: 5px;
    display: block;
}

.header {
    float: left;
    width: 100%;
    border-radius: 16px;
    /* background: linear-gradient(180deg, rgba(16, 20, 24, .94), rgba(10, 12, 16, .96)); */
    /* border: 1px solid rgba(245, 198, 106, .2); */
    /* box-shadow: var(--shadow); */
    position: fixed;
    z-index: 99;
    /* padding: 12px 0; */
}

.header .container {
    border-radius: 0 0 16px 16px;
    background: linear-gradient(180deg, rgba(16, 20, 24, .94), rgba(10, 12, 16, .96));
    border: 1px solid rgba(245, 198, 106, .2);
    box-shadow: var(--shadow);
    /* position: fixed; */
    z-index: 99;
    padding: 12px 0;
}

.aud_slider_wrap .aud_slider li img {
    border-radius: 16px;
}

.header .menu_trigger {
    border-radius: 3px;
    float: left;
    background: none;
    padding: 3px 0px;
    font-size: 21px;
    color: #fff;
    margin: 2px 0;
    /* background: #ffffff69; */
    display: none;
}

.task_center_details {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 16px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(16, 20, 24, .94), rgba(10, 12, 16, .96));
    border: 1px solid rgba(245, 198, 106, .2);
    box-shadow: var(--shadow);
    position: relative;
}

.task_center_wrap {
    float: left;
    width: 100%;
}

.task_center_details a {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-between;
}

.task-heading h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 5px;
}

.task_center_details a .task-heading {
    margin-left: 9px;
}

.task_center_details a i {
    color: var(--gold);
    font-size: 50px;
    text-shadow: 0 0 12px rgba(245, 198, 106, .28);
}

.section.music-description-icon .action_buttons a {
    width: 32%;
}

.music-section ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 5px;
    justify-content: space-between;
}

.music-section ul li {
    float: left;
    width: 48%;
    padding: 14px 8px;
    border-radius: 18px;
    /* text-align: center; */
    background: linear-gradient(180deg, rgba(17, 17, 17, .93), rgba(10, 12, 16, .96));
    border: 1px solid rgba(245, 198, 106, .22);
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.music-section ul li .music_wrap {
    float: left;
    width: 100%;
    position: relative;
}

.music_link {
    width: 100%;
    float: left;
}

.music_wrap .music_link img {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 12px;
}

.music_icon {
    position: absolute;
    color: #000;
    background: #fff;
    padding: 16px 13px;
    border-radius: 50%;
    font-size: 17px;
    bottom: 22px;
    right: 10px;
}

.music_details {
    float: left;
    width: 100%;
}

.music_details h4 {
    color: #fff;
    margin: 0 0 3px;
}

.music_details p {
    font-size: 12px;
}

.music-section ul li:hover {
    transform: translateY(-10px);
    transition: transform 0.3s ease-in-out;
}

/* Subscriptions Design */
.subscriptions_center_wrap {
    margin-top: 24px;
    margin-bottom: 24px;
}

.subscriptions_center_wrap h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 16px;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.subscriptions_grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sub_card {
    background: linear-gradient(135deg, rgba(28, 30, 36, 0.95), rgba(16, 18, 22, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sub_card:hover {
    transform: translateY(-4px);
    border-color: rgba(240, 196, 90, 0.4);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6), 0 0 15px rgba(240, 196, 90, 0.1);
}

.sub_card.active_card {
    border: 2px solid var(--gold);
    box-shadow: 0 0 25px rgba(240, 196, 90, 0.2);
}

.sub_badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(240, 196, 90, 0.1);
    color: var(--gold);
    padding: 6px 12px;
    border-radius: 99px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border: 1px solid rgba(240, 196, 90, 0.2);
}

.sub_price {
    font-size: 28px;
    color: #fff;
    font-weight: 800;
    margin: 10px 0 20px;
    display: flex;
    align-items: baseline;
}

.sub_price small {
    font-size: 13px;
    color: #888;
    font-weight: 400;
    margin-left: 6px;
}

.sub_features {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sub_features li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ccc;
    font-size: 13px;
}

.sub_features li i {
    color: var(--gold);
    font-size: 14px;
}

.sub_action {
    width: 100%;
}

.sub_btn {
    width: 100%;
    height: 44px;
    border: none;
    border-radius: 99px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.sub_btn.buy_sub_btn {
    background: linear-gradient(90deg, #eec15d 0%, #f5d98c 50%, #d6a640 100%);
    color: #111;
    box-shadow: 0 10px 20px rgba(240, 196, 90, 0.15);
}

.sub_btn.buy_sub_btn:hover {
    background: var(--gold);
    transform: scale(1.02);
}

.sub_btn.active {
    background: rgba(255, 255, 255, 0.1);
    color: #888;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: not-allowed;
}

/* Premium Music Player Design */
.music_player_wrap {
    background: linear-gradient(180deg, rgba(20, 22, 28, 0.95), rgba(12, 14, 18, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 20px;
    box-shadow: var(--shadow);
    margin-bottom: 80px;
    /* Space for sticky player bar */
}

.music_player_wrap h2 {
    font-size: 20px;
    margin-bottom: 12px;
}

.daily_limit_badge {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 10px 16px;
    font-size: 13px;
    color: #aaa;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    width: 100%;
}

.daily_limit_badge i {
    color: var(--gold);
}

.daily_limit_badge strong {
    color: #fff;
}

.playlist_section {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 4px;
}

.playlist_section::-webkit-scrollbar {
    width: 4px;
}

.playlist_section::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.playlist_section::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 99px;
}

.team_list {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 8px;
}

.team_list::-webkit-scrollbar {
    width: 4px;
}

.team_list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.team_list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 99px;
}

.song_list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.song_item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.2s ease;
}

.song_item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateX(4px);
}

.song_thumb_wrap {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.song_thumb_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play_icon_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    transition: opacity 0.2s ease;
    font-size: 16px;
}

.song_item:hover .play_icon_btn {
    opacity: 1;
}

.song_details {
    flex-grow: 1;
}

.song_details h4 {
    margin: 0 0 4px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.song_details p {
    margin: 0;
    font-size: 11px;
    color: #777;
}

/* Sticky Bottom Audio Player Bar */
.audio_player_bar {
    position: fixed;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 20px);
    max-width: 430px;
    background: rgba(18, 20, 24, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 16px 20px;
    z-index: 9999;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.player_info {
    display: flex;
    align-items: center;
    gap: 12px;
}

#player_thumb {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    object-fit: cover;
    background: #222;
}

.player_text {
    flex-grow: 1;
}

#player_title {
    margin: 0 0 2px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}

#player_status {
    margin: 0;
    font-size: 11px;
    color: var(--gold);
    font-weight: 500;
}

.player_controls {
    width: 100%;
    display: flex;
    justify-content: center;
}

.player_controls audio {
    outline: none;
    border-radius: 99px;
}

/* --- My Team Page Styles --- */
.mybets .invite-stats-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    clear: both;
}

.mybets .history_section {
    float: left;
    width: 100%;
    clear: both;
}

.mybets .stat-card {
    flex: 1;
    background: linear-gradient(135deg, rgba(28, 30, 36, 0.95), rgba(16, 18, 22, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.mybets .stat-card:hover {
    transform: translateY(-2px);
    border-color: rgba(240, 196, 90, 0.4);
}

.mybets .stat-card i {
    font-size: 20px;
    color: var(--gold);
    margin-bottom: 8px;
}

.mybets .stat-card h4 {
    margin: 0 0 4px 0;
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mybets .stat-card p {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.mybets .copy_wrap {
    transition: border-color 0.2s ease;
}

.mybets .copy_wrap:hover {
    border-color: rgba(240, 196, 90, 0.3) !important;
}

.mybets .copy {
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.mybets .copy:hover {
    transform: scale(1.05);
    background-color: var(--gold2) !important;
}

.mybets .copy:active {
    transform: scale(0.95);
}

.mybets .team-table-card {
    background: rgba(28, 30, 36, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.mybets .team-header-list {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mybets .team-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 13px;
    color: #eee;
    transition: background-color 0.2s ease;
}

.mybets .team-list-item:hover {
    background-color: rgba(255, 255, 255, 0.02);
}

.mybets .team-member-info {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1.2;
    text-align: left;
}

.mybets .team-member-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
    place-items: center;
    color: var(--gold);
    font-size: 14px;
}

.mybets .team-member-details {
    display: flex;
    flex-direction: column;
}

.mybets .team-member-name {
    font-weight: 600;
    color: #fff;
}

.mybets .team-member-phone {
    font-size: 11px;
    color: #666;
    margin-top: 2px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.mybets .team-bonus-val {
    flex: 0.8;
    text-align: center;
    font-weight: 700;
    color: var(--gold);
    font-size: 14px;
}

.mybets .team-reg-date {
    flex: 1;
    text-align: right;
    font-size: 12px;
    color: #888;
}

.played_check_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 18px;
}

.song_item.completed_song {
    opacity: 0.75;
    pointer-events: none;
}

/* ==========================================================================
   Modern History & Ledger List Styling
   ========================================================================== */
.app_page.transaction_history .table_wrap,
.app_page.earnings_history .table_wrap,
.app_page.withdraw_history .table_wrap {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

#transaction_history,
#earnings_history,
#withdraw_history {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#transaction_history li.transaction,
#earnings_history li.transaction,
#withdraw_history li.withdraw {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(28, 30, 36, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 16px 20px;
    margin-bottom: 0;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    width: 100%;
}

#transaction_history li.transaction:hover,
#earnings_history li.transaction:hover,
#withdraw_history li.withdraw:hover {
    border-color: rgba(240, 196, 90, 0.35);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

/* Left Content */
#transaction_history li.transaction .trans_left,
#earnings_history li.transaction .trans_left {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 65%;
    background: transparent !important;
    padding: 0 !important;
    text-align: left !important;
}

.trans_type {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
}

.trans_desc {
    font-size: 12px;
    color: #aaaaaa;
    line-height: 1.4;
}

.trans_date {
    font-size: 11px;
    color: #666666;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 2px;
}

.trans_date i {
    color: var(--gold);
}

/* Right Content */
#transaction_history li.transaction .trans_right,
#earnings_history li.transaction .trans_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    width: 35%;
    text-align: right;
    background: transparent !important;
    padding: 0 !important;
}

.trans_right .credit,
.trans_right .debit,
.withdraw span .credit,
.withdraw span .debit {
    font-size: 16px;
    font-weight: 800;
    padding: 2px 0;
    display: inline-block;
}

.credit {
    color: #2ed573 !important;
    /* Emerald Green */
}

.debit {
    color: #ff4757 !important;
    /* Coral Red */
}

.trans_balance {
    font-size: 11px;
    color: #888888;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.04);
    padding: 3px 8px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    display: inline-block;
}

/* Withdrawal History Table Header styling */
.withdraw_history .tab_header {
    background: rgba(28, 30, 36, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 12px 20px !important;
    margin-bottom: 12px !important;
}

.withdraw_history .tab_header li {
    display: flex;
    width: 100%;
    margin-bottom: 0 !important;
}

.withdraw_history .tab_header li span {
    background: transparent !important;
    padding: 0 !important;
    font-weight: 700;
    color: #888888 !important;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.5px;
    text-align: center;
}

.withdraw_history .tab_header li span:first-child {
    text-align: left;
    flex: 1.2;
}

.withdraw_history .tab_header li span:nth-child(2) {
    flex: 1;
}

.withdraw_history .tab_header li span:nth-child(3) {
    flex: 1;
}

.withdraw_history .tab_header li span:last-child {
    text-align: right;
    flex: 1;
}

/* Withdrawal History Rows styling */
#withdraw_history li.withdraw span {
    flex: 1;
    padding: 0 !important;
    text-align: center;
    font-size: 12px;
    color: #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
}

#withdraw_history li.withdraw span:first-child {
    justify-content: flex-start;
    text-align: left;
    color: #aaaaaa;
    flex: 1.2;
}

#withdraw_history li.withdraw span:nth-child(2) {
    font-weight: 700;
    color: #ffffff;
    flex: 1;
}

#withdraw_history li.withdraw span:nth-child(3) {
    color: #dddddd;
    flex: 1;
}

#withdraw_history li.withdraw span:last-child {
    justify-content: center;
    text-align: right;
    flex: 1;
}

/* Status Badge inside Withdraw history */
.status {
    padding: 4px 10px !important;
    border-radius: 20px !important;
    font-size: 11px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none !important;
    display: inline-block;
}

.status.pending {
    background: rgba(255, 183, 0, 0.15) !important;
    color: #ffb700 !important;
}

.status.approved,
.status.success,
.status.win {
    background: rgba(46, 213, 115, 0.15) !important;
    color: #2ed573 !important;
}

.status.rejected,
.status.loss {
    background: rgba(255, 71, 87, 0.15) !important;
    color: #ff4757 !important;
}

/* Daily Sign In Section styling */
.signin_hero {
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(20, 22, 28, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

.calendar_widget_3d {
    position: relative;
    width: 100px;
    height: 110px;
    perspective: 800px;
    flex-shrink: 0;
}

.calendar_top_ring {
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 0 15px;
    z-index: 5;
}

.ring_hole {
    width: 8px;
    height: 16px;
    background: linear-gradient(135deg, #bbb, #555);
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.calendar_sheet {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform: rotateX(10deg);
}

.calendar_month {
    background: linear-gradient(90deg, #ff4e50 0%, #f9d423 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 4px 0;
    letter-spacing: 1px;
}

.calendar_day {
    color: #111;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'open_sansregular', Arial, sans-serif;
}

.calendar_weekday {
    color: #666;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 6px;
}

.signin_stats {
    flex-grow: 1;
}

.stats_title {
    margin: 0 0 4px;
    font-size: 12px;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stats_value {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
}

.stats_value .days_label {
    font-size: 14px;
    font-weight: 600;
    color: var(--gold);
}

.progress_track_bar {
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 99px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.progress_fill {
    height: 100%;
    background: linear-gradient(90deg, var(--gold) 0%, #f5d98c 100%);
    border-radius: 99px;
    box-shadow: 0 0 8px var(--gold);
    transition: width 0.4s ease;
}

/* Weekly Progress Card */
.weekly_progress_card {
    background: rgba(20, 22, 28, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow);
}

.weekly_progress_card h3 {
    margin: 0 0 4px;
    font-size: 16px;
    color: #fff;
}

.weekly_desc {
    margin: 0 0 16px;
    font-size: 12px;
    color: var(--gold);
    font-weight: 600;
}

.weekly_days_row {
    display: flex;
    gap: 6px;
    justify-content: space-between;
    overflow-x: auto;
    padding-bottom: 8px;
}

.day_box {
    flex: 1;
    min-width: 48px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 10px 4px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.day_box .day_label {
    font-size: 9px;
    color: #888;
    font-weight: bold;
}

.day_box .day_icon_wrap {
    font-size: 16px;
    color: #666;
    transition: transform 0.3s ease;
}

.day_box .day_reward {
    font-size: 9px;
    color: #aaa;
    font-weight: 600;
}

/* Hover effects */
.day_box:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.04);
}

/* Day states */
.day_box.checked {
    background: rgba(240, 196, 90, 0.08);
    border-color: rgba(240, 196, 90, 0.3);
}

.day_box.checked .day_label {
    color: var(--gold);
}

.day_box.checked .day_icon_wrap {
    color: var(--gold);
    transform: scale(1.15);
}

.day_box.checked .day_reward {
    color: var(--gold);
}

.day_box.today_target {
    background: rgba(240, 196, 90, 0.15);
    border-color: var(--gold);
    box-shadow: 0 0 10px rgba(240, 196, 90, 0.2);
    position: relative;
    animation: pulseGlow 2s infinite alternate;
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 4px rgba(240, 196, 90, 0.1);
        border-color: rgba(240, 196, 90, 0.6);
    }

    100% {
        box-shadow: 0 0 12px rgba(240, 196, 90, 0.4);
        border-color: var(--gold);
    }
}

.day_box.today_target .day_label {
    color: #fff;
}

.day_box.today_target .day_icon_wrap {
    color: var(--gold);
}

/* Rules Card */
.signin_rules_card {
    background: rgba(20, 22, 28, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-left: 3px solid var(--gold);
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.rules_header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.rules_header h4 {
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

.rules_list {
    margin: 0;
    padding-left: 16px;
    list-style-type: disc;
    font-size: 12px;
    color: #aaa;
    line-height: 1.6;
    text-align: left;
}

.rules_list li {
    margin-bottom: 6px;
}

.rules_list li:last-child {
    margin-bottom: 0;
}

/* Missed Day Box styling */
.day_box.missed {
    background: rgba(255, 255, 255, 0.01) !important;
    border-color: rgba(255, 255, 255, 0.03) !important;
    opacity: 0.45;
}

.day_box.missed .day_label {
    color: #888;
    text-decoration: line-through;
}

.day_box.missed .day_icon_wrap {
    color: rgba(255, 255, 255, 0.15);
}

.day_box.missed .day_reward {
    color: #666;
}

/* Income Details Table styling */
.table_responsive_wrap {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 10px;
}

.income_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 11px;
    /* Tighter typography for compact layout */
    color: #fff;
    text-align: center;
    background: rgba(20, 22, 26, 0.6);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.income_table thead tr {
    background: linear-gradient(90deg, rgba(245, 198, 106, 0.15), rgba(217, 168, 63, 0.05));
    border-bottom: 2px solid rgba(245, 198, 106, 0.25);
}

.income_table th {
    padding: 10px 4px;
    /* Tighter padding */
    font-weight: 700;
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--gold);
    border-bottom: 1px solid rgba(245, 198, 106, 0.15);
}

.income_table td {
    padding: 9px 4px;
    /* Tighter padding */
    vertical-align: middle;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    transition: all 0.2s ease;
}

.income_table tbody tr:last-child td {
    border-bottom: none;
}

.income_table tbody tr {
    transition: background-color 0.2s ease;
}

.income_table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.015);
}

.income_table tbody tr:hover {
    background: rgba(245, 198, 106, 0.04);
}

.income_table tbody tr:hover td {
    color: #fff;
}

.income_table td.level-name {
    font-weight: bold;
    color: var(--gold);
}

.income_table td.income-val {
    font-weight: bold;
    color: #00ffaa;
    text-shadow: 0 0 8px rgba(0, 255, 170, 0.2);
}

.income_table td.referral-val {
    font-weight: bold;
    color: var(--gold);
}

.income_table td.muted-val {
    color: #777;
}

.table_responsive_wrap::-webkit-scrollbar {
    height: 6px;
}

.table_responsive_wrap::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.table_responsive_wrap::-webkit-scrollbar-thumb {
    background: rgba(245, 198, 106, 0.2);
    border-radius: 3px;
}

.table_responsive_wrap::-webkit-scrollbar-thumb:hover {
    background: rgba(245, 198, 106, 0.4);
}

/* Base style rules for Team layout cards */
.mybets .team-invite-card {
    padding: 24px;
}

.mybets .team-empty-card {
    text-align: center;
    padding: 60px 20px;
}