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

}
:root {
    --primary: #280247;
    --contrast: #dd16e0;
    --gradient: linear-gradient(45deg, #ff00ed, #a119cd);
}
img{
    max-width:100%;
    height:auto;
}

body, .layout_table {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background-position: center center;
    font-family: 'interregular';
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background: url(../images/main_bg.jpg);
}
body.home .main_wrap{
     background:url(../images/main_bg.jpg);
    background-position: center center;
    font-family: 'interregular';
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 100vh;
}
*{
    box-sizing:border-box;
}

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

a{
    text-decoration:none;
    color: var(--ff-contrast-color);
}

textarea:focus, 
input:focus, 
button:focus, 
select:focus{
    outline:none;
}
input::-webkit-input-placeholder{
    color:#a7a7a7 !important;
    font-size:13px;
    vertical-align:middle;
    font-family: 'interregular';
}
textarea::-webkit-input-placeholder{
     color: #6B6F80;
     font-family: 'interregular';
     font-size: 13px;
     line-height: 24px;
}

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


p {
    color: var(--ff-text-color);
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 10px 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'interregular';
}
.container {
    width: 96%;
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
    display: table;
}
.btn {
    position: relative;
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto;
    display: table;
    background:var(--gradient);
    font-size: 17px;
    padding: 16px 40px;
    color: #fff;
    text-align: center;
    border: none;
    transition: all 0.2s ease-in-out;
    /* border: 3px solid #8fe71f; */
    box-shadow: 1px 2px 3px #000000ad;
    cursor: pointer;
    border-radius: 30px;
    display: block;
    margin: 10px auto 0;
    font-weight: bold;
}
.btn:hover {
    box-shadow: none;
    background: var(--contrast);
}

.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 {
    width: 100%;
    max-width: 350px;
    /* background: white; */
    display: table;
    margin: 0 auto;
    padding: 0;
    /* box-shadow: 1px 1px 2px #ccc; */
    border-radius: 6px;
    position: relative;
    background: #0202025e;
    border-radius: 15px;
    display: table;
    margin: 100px auto;
    box-shadow: -20px 0 20px -20px #001f9c4a, 20px 0 20px -20px #001f9c4d;
    padding: 30px 20px;
}
.box .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: absolute;
    left: 50%;
    margin-left: -40px;
    top: -46px;
}
.box .logo_wrap img.logo {
    border: 2px solid #fff;
    border-radius: 50%;
}
.sign_up_wrap.left {
    width: auto;
}
.sign_up_wrap.right {
    float: right;
    width: auto;
    border-bottom: 1px solid #fff;
}
.form_upper {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 35px;
    margin-top: 0;
}
.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: normal;
    text-transform: capitalize;
    font-size: 24px;
    color: #fff;
    /* letter-spacing: 1px; */
    margin-bottom: 5px;
    /* text-align: left; */
    /* font-family: 'french_script_mtregular'; */
    line-height: 26px;
    /* font-weight: normal; */
}
.right_text_wrap {
    float: none;
    color: #fff;
}
.right_text_wrap a {
    color: var(--secondary);
    /* font-weight: bold; */
    float: none;
    width: auto;
    padding-left: 7px;
    font-size: 16px;
    text-decoration: underline;
    /* font-weight: bold; */
    color: #fff;
}
.input_field {
    float: left;
    width: 100%;
    margin-bottom: 11px;
    position: relative;
    color: #a19b9b;
}
.home .aud_form .input_field {
    color: #dddddd;
}
label.form_label {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.25px;
    color: var(--ff-text-color);
    float: left;
    width: 100%;
    font-weight: bold;
    margin-bottom: 5px;
    display: none;
}
.input_box {
    color: #000;
    width: 100%;
    min-height: 45px;
    line-height: 45px;
    border: none;
    padding-left: 60px;
    background: #f7f5f5;
    color: #000;
    box-shadow: inset 1px 2px 3px #00000030;
    font-size: 16px;
    border-radius: 24px;
    box-shadow: inset 2px 2px 5px #BABECC, inset -5px -5px 10px #FFF;
    transition: all 0.2s;
}
.input_icon {
    position: absolute;
    top: 3px;
    left: 5px;
    z-index: 9;
    color: #fff;
    font-size: 15px;
    /* box-shadow: 1px 3px 9px #ebffc1, -1px -3px 11px #fff; */
    background: var(--primary);
    border-radius: 50%;
    box-shadow: 1px 2px 3px #000000d9 inset, 1px 2px 3px #120d0d40 inset;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.input_icon i {
    padding: 12px 0;
}
.visibility_btn {
    position: absolute;
    right: 17px;
    top: 18px;
    font-size: 11px;
    cursor: pointer;
    color: #3a3838;
}
.sign_up_wrap {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    color: #f1f1f1;
    font-size: 14px;
}
.sign_up_wrap {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    color: #f1f1f1;
    font-size: 14px;
}
.form_upper .sign_up_wrap {
    margin-top: 3px;
}
.sign_up_wrap a {
    color: var(--secondary);
    font-size: 14px;
}
.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 {
    float: left;
    width: 100%;
    background: linear-gradient(298deg, #020102, #2f233f);
    padding: 10px 0;
    box-shadow: 1px 2px 3px #00000073;
    position: fixed;
    z-index: 99;
    background: var(--primary);
}
.header .menu_trigger {
    border-radius: 3px;
    float: left;
    background: none;
    padding: 8px 6px;
    font-size: 20px;
    color: #ffffff;
    margin: 2px 0;
}
.header .menu_trigger:hover {
    /* background: var(--secondary); */
    color: var(--contrast);
}
.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: 0px 0px 0px;
    margin-top: 0px;
    padding-right: 0;
    border-radius: 9px;
    font-size: 14px;
    text-align: right;
    width: 100px;
    color: #000;
}
.balance .balance_icon {
    width: 30px;
    text-align: center;
    vertical-align: middle;
    display: table;
    /* background: var(--primary); */
    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;
}
.menu-wrap {
    position: fixed;
    background: #fff;
    left: 0;
    top: -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{
    top: 0;
}
.menu-wrap .close_menu {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    color: #fff;
}
.menu-wrap .profile_name {
    padding: 0px 00px 40px;
    background-size: 100% 100%;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    padding: 20px 34px 20px;
    background-size: 100% 100%;
    position: relative;
    background: var(--primary);
    border-radius: 0;
    margin-bottom: 15px;
    text-align: center;
    background-size: cover;
    color: #fff;
}
.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: 12px;
    float: left;
    color: #6a6a6a;
    position: relative;
    width: 100%;
    letter-spacing: 0.5px;
    padding: 10px 8px 10px 12px;
    margin-top: 8px;
}
.menu-wrap ul li.current-nav a, .menu-wrap ul li:hover a {
    color: var(--primary);
    box-shadow: inset -2px -2px 10px rgb(255 255 255 / .05), inset 2px 2px 10px rgb(0 0 0 / 12%);
    font-weight: 700;
}

.menu-wrap ul li:last-child a {
    margin-top: 40px;
    /* background: #bd1414; */
    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;
}

.main_wrap {
    float: left;
    width: 100%;
    padding: 60px 0 80px 0;
    background: #f1f1f1;
}
.section {
    float: left;
    width: 100%;
    padding: 0px 0 50px;
}
.section.dashboard {
    padding: 0;
}
.hero {
    float: left;
    width: 100%;
}
.marquee_wrap {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 10px 0;
    background: var(--primary);
    color: #fafafa;
}
.marquee_wrap p{
     color: var(--ff-contrast-color);
     padding: 5px 0;
     margin: 0;
}
.action_buttons {
    justify-content: space-between;
    text-align: center;
    background: #ffffff;
    width: 380px;
    margin: 0 auto;
    border-radius: 30px;
    float: none;
    display: table;
    margin-top: 25px;
    margin-bottom: 16px;
    color: #000;
    box-shadow: 1px 1px 4px 0 #565555a3;
}
.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 {
    color: var(--primary);
    display: inline-block;
    float: left;
    width: 50%;
    margin: 0;
    background: #fff0;
    border-radius: 30px;
    padding: 15px 15px;
    text-align: center;
    color: #000000;
}
.action_buttons a span {
    float: left;
    width: 100%;
    font-size: 13px;
    /* padding-top: 6px; */
    /* padding-left: 4px; */
}
.action_buttons a:hover, .action_buttons a.active {
    cursor: pointer;
    background: var(--primary);
    color: #ffffff;
    /* border: 1px solid #0f957085; */
    background: var(--gradient);
}
.games{
    float: left;
    width: 100%;
}
.games h2 {
    width: 100%;
    color: #fff;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 5px;
    background: var(--gradient);
    text-align: center;
    padding: 12px 0;
    font-size: 17px;
    border-radius: 5px;
}
.games ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1%;
}
.games ul li {
    display: flex;
    width: 100%;
    float: left;
    box-shadow: none;
    position: relative;
    justify-content: space-between;
    padding: 18px 20px;
    background: #ffffffb3;
    margin-top: 12px;
    border-radius: 12px;
    box-shadow: 20px 20px 50px #e1d9d97a, -30px -30px 60px #ffffff7a;
}
.games ul li .game_col{

} 
.games ul li .game_img {
    width: 50px;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    text-align: center;
    right: 0;
    display: inline;
    bottom: 0;
    height: 50px;
    border: 3px solid var(--contrast);
}
.games ul li .game_title {
    width: 75%;
    display: table;
    padding: 0 12px;
}
.games ul li .game_title .game_title_cell {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 13px;
}
.games ul li .game_title .game_title_cell p {
    margin: 0 0 0px 0;
    color: #0e0c0e;
}
.games ul li .game_title .game_title_cell a {
    font-size: 15px;
    color: #000;
    font-weight: bold;
}
.games ul li .play_btn {
    width: auto;
    text-align: center;
    display: table;
    float: right;
}
.games ul li .play_btn i {
    display: none;
    padding: 5px;
    /* background: var(--ff-primary-color); */
    border-radius: 50%;
    font-size: 12px;
    /* width: 52px; */
    /* height: 52px; */
    padding: 3px 6px;
    text-align: center;
    color: var(--contrast);
    /* background: linear-gradient(#34ad91 14%, #0a3423 89%); */
    /* border: 1px solid #067944; */
    float: right;
}
.games ul li .play_btn.off i{
    background: red;
}
.games ul li .play_btn.off:hover i{
    background: red;
}
.games ul li .play_btn a {
    display: flex;
    vertical-align: middle;
    cursor: pointer;
    background: var(--gradient);
    font-size: 17px;
    padding: 8px 20px 8px 20px;
    transition: all 0.2s ease-in-out;
    /* border: 3px solid #8fe71f; */
    box-shadow: 1px 2px 3px #000000ad;
    margin-top: 6px;
    border-radius: 30px;
    width: 100%;
    float: left;
    color: #fff;
}
.games ul li .play_btn a:hover{
    color: #fff;
}
.section.app_page.bajis .games ul li .play_btn a{
    flex-direction: row-reverse;
}
.games ul li .play_btn span {
    font-size: 12px;
    float: left;
    width: auto;
    
}
.games ul li .play_btn .play_btn.off {
    background: #a60303;
    color: #fff;
}
.games ul li .play_btn i.far.fa-times-circle{
    /* background: #cf0d0d; */
    /* border: 1px solid #fff; */
}
.back_wrap {
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ffe52b;
    background: var(--primary);
    color: #ffffff;
    padding-top: 10px;
    font-size: 11px;
    margin-top: 5px;
    position: relative;
    border-radius: 6px;
    box-shadow: 20px 20px 50px #89898938, -30px -30px 60px #ffffff7a;
}
.back_wrap .back_icon {
    width: 50px;
    float: left;
}
.back_wrap h2 {
    margin: 0;
    width: 70%;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    float: right;
    padding-right: 12px;
}
.content_box .form_wrap {
    float: left;
    width: 100%;
    background: #fff;
    padding: 12px;
    border-radius: 18px;
}
.app_page{
    display: none;
}
.game_types {
    display: flex;
    gap: 1%;
    flex-wrap: wrap;
}
.game_types .game_type {
    width: 23%;
    display: inline-block;
    margin: 0 6px;
    margin-bottom: 20px;
    border-radius: 6px !important;
    backdrop-filter: blur(1px);
    /* display: flex; */
    justify-content: space-between;
    /* align-items: center; */
    margin-bottom: 12px;
    /* 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); */
    color: #fff;
    text-align: center;
    padding: 20px 0px 0;
    border: 2px solid var(--contrast);
}
.game_types .game_type span {
    float: left;
    width: 100%;
    padding: 12px 0;
    background: var(--contrast);
}
.closed_time {
    width: 100%;
    float: none;
    text-align: right;
    border-radius: 3px !important;
    margin-bottom: 20px;
    background: var(--gradient);
    padding-left: 9px;
    display: table;
    margin: 0 auto;
    padding: 12px;
    margin-bottom: 13px;
}
.closed_time .close_txt {
    float: left;
    font-size: 14px;
    color: #ffffff;
    line-height: 35px;
}
.closed_time .timer {
    float: right;
    padding: 0 10px;
    background: #ffffff1f;
    border-radius: 20px;
    line-height: 35px;
    color: #ffffff;
    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";
}

.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;
}
a.game_col.play_btn.choose_type.closed {
    background: #000000;
    color: #ffffff !important;
}
.sub-heading h4 {
    margin: 10px 0;
    color: #000;
}
.digit-table{
    width:100%;
    float:left;
    margin-top:20px;
    margin-bottom:30px;
}
.digit-table table {
    width: 100%;
    float: left;
    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;
}
body.page-template-template-dashboard {
    background: #f1f1f1;
}
.digit-table table td {
    padding: 10px;
    text-align: center;
    color: #383838;
    /* border-bottom: 1px solid var(--contrast); */
}
.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: #ffffff96;
    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: var(--ff-primary-color-dark);
    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 var(--contrast);
    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: #ea1414;
    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: #000;
    box-shadow: 0 1px 4px 0 #53535399;
    background: var(--contrast);
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border: none;
    border-radius: 12px;
    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: 49%;
    float: left;
    border-radius: 5px;
}
 .bs_buttons .bs_cancel {
    float: right;
    background: #ff0031;
    color: #FFF;
}
.bank_details_wrap{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.bank_details_wrap h4 {
    float: left;
    color: #585858;
    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;
}
.ac_details .ac_content h5 {
    text-align: left;
    color: #414040;
    font-size: 15px;
    margin-bottom: 13px;
    margin-top: 0;
}
.qr_wrap {
    display: flex;
    gap: 5px;
}
.qr_wrap .qr_code {
    width: 50%;
    padding: 0;
}
.ac_content_inner{
    display: flex;
    flex-wrap: wrap;
}
.download-qr {
    background: var(--contrast);
    padding: 8px;
    float: left;
    font-size: 12px;
    width: 100%;
    border-radius: 5px;
    margin-top: 5px;
    color: #fff;
}
.ac_content_inner .ac_number {
    width: 100%;
    border-radius: 30px;
    background: #ffffff21;
    color: #FFF;
    margin-bottom: 5px;
    font-size: 12px;
    display: flex;
    overflow: hidden;
    border: 1px solid #fff;
}
.ac_content_inner .ac_number span {
    width: 80%;
    padding: 10px;
    background: #fff;
    color: #000;
    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: 20px;
}
.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 {
    background: var(--primary);
    float: left;
    width: 100%;
    padding: 11px 10px;
    font-size: 14px;
    text-align: left;
    margin: 0;
    position: relative;
    border-radius: 5px;
}
.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 #e9e9e9;
    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 #fff;
}
.update-form .input_box {
    padding: 15px 22px;
    position: relative;
    font-size: 13px;
    border-radius: 8px;
    color: #686868;
    border-radius: 30px;
    background: #ffffff14;
    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: #FFF; */
    background: #ffffff14;
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 1px solid #eae9e9;
    font-size: 10px;
}
.field-msg.error {
    color: red;
}
.aud_form .input_field {
    color: #3c3b3b;
}
.table_wrap ul.tab_header li {
    background: var(--contrast);
    color: #ffffff;
}
.table_wrap ul li span{
    flex: 1;
    padding: 10px 5px;
    text-align: center;
}

.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: var( --ff-primary-color-dark );
    color: #FFF;
}

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

.tabs {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    gap: 5px;
    align-items: center;
    background: #ffffff14;
    border-radius: 30px;
}
.tabs a {
    float: left !important;
    width: 33.33% !important;
    /* margin: 0 5px; */
    border-radius: 3px;
    padding: 10px 6px;
    border-radius: 25px;
    margin-bottom: 2px;
    background: #fff;
    color: var(--contrast);
    /* border: 2px solid var(--contrast); */
    text-align: center;
    /* color: #ffffff; */
}
.tabs a:hover, .tabs a.active {
    /* background: var(--ff-contrast-color); */
    /* color: var(--ff-primary-color-dark); */
    /* border: 1px solid rgb(0 180 86 / 27%); */
    backdrop-filter: blur(10px);
    background: var(--contrast);
    color: #ffffff;
}
.no_record {
    width: 100%;
    /* color: #FFF; */
    background: #ffffff3d;
    float: left;
    padding: 12px;
    text-align: center;
}
.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: #c9aa00;
    color: #ffffff;
    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: #c51c1c;
    color: #f4b7bd;
    border-color: #F5C2C7;
}

.table_wrap.result_wrap ul li{
    flex-wrap: wrap;
}
.result_wrap .result_date {
    float: left;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    background: var(--contrast);
    color: #ffffff;
}
.result_wrap .result{
    width: 100%;
    display: flex;
}
.result_wrap .result {
    width: 100%;
    display: flex;
}
.result_wrap .result span {
    padding: 0;
}
.result_wrap .result span span{
    padding: 5px 0;
    float: left;
    width: 100%;
}

.table_wrap.trans_wrap ul li span.trans_left{
    width: 60%;
    flex: auto;
}

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

.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: 10px;
}
.table_wrap.trans_wrap ul li span span.trans_date{
    font-size: 8px;
}
.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: 10px;
    text-align: right;
}

.table_heading {
    float: left;
    width: auto;
    background: var(--contrast);
    color: #fefcff;
    text-align: left;
    font-size: 16px;
    padding: 8px 7px;
    border-radius: 5px 5px 0 0;
}
.timing_table {
    width: 100%;
    float: left;
    color: #000;
    background: #ffffff3d;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
.timing_table table {
    width: 100%;
    float: left;
    border-spacing: 0px;
    font-size: 13px;
    color: #fff;
}
.timing_table table th {
    background: var(--contrast);
    color: #ffffff;
    /* background: var(--ff-primary-color-dark); */
    /* color: #080606; */
    font-weight: 400;
    padding: 10px 0;
}
.timing_table table td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #f6f6f61f;
    color: #000;
    font-size: 11px;
    background: #fff;
}
.timing_table table tr:nth-child(odd) td {
    background: #de2bff14;
}
.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_wrap .whatsapp_no {
    background: #ffffff1a;
    background-size: cover;
    color: #fff;
    width: 100%;
    padding: 20px 0;
    float: left;
    text-align: center;
    border-radius: 3px;
    /* text-align: left; */
    position: relative;
    position: relative;
    /* background: #651bc7; */
    border-radius: 12px;
    /* padding: 0; */
    margin-bottom: 20px;
}

.helpline_wrap .whatsapp_no h5 {
    text-align: center;
    margin: 0 0 0px 0;
    font-size: 18px;
    color: var(--ff-contrast-color);
}


.helpline_wrap a.nmbr {
    padding: 0;
    line-height: 50px;
    font-size: 25px;
    width: 100%;
    margin: 0;
    border-radius: 0;
    font-weight: 700;
    float: left;
    text-align: center;
    /* background: var(--ff-primary-color); */
}
.share_banner {
    border-radius: 10px;
    overflow: hidden;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    display: none;
}
.share_banner img {
    width: 100%;
}

.refecr_code_box {
    display: table;
    margin: 10px auto;
    width: 100%;
    text-align: center;
    background: #ffffff29;
    color: #262626;
    padding: 26px;
    border-radius: 10px;
}
.refecr_code_box .refecr_code_box_heading {
    font-size: 20px;
}
.refecr_code_box .refecr_code_box_heading h3 {
    margin-bottom: 12px;
    color: #494848;
}
.refecr_code_box .refecr_code_box_heading p {
    color: #404040;
}
.refecr_code_box .refecr_code {
    border-radius: 6px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    color: #040303;
    cursor: pointer;
    background: #ffffff;
    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: 18px;
    padding: 14px 40px;
    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; */
}
.share_btn {
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
}
.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;
}
.share_btn .btn {
    display: table;
    margin: 0 auto;
    width: 100%;
    background: var(--contrast);
    border: 0;
    box-shadow: none;
    padding: 12px 0;
    /* font-weight: bold; */
    margin: 12px 0;
    border-radius: 6px;
}
.wallet_wrap {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.wallet_box {
    width: 48%;
    float: left;
    background: #fff;
    padding: 20px;
    background: rgb(0 0 0 / .06);
    border: 1px solid rgb(255 255 255 / .3);
    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: var(--primary);
    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: 20px;
    padding: 10px 0;
    color: var(--text-color);
    margin-bottom: 10px;
}
.wallent_balance a {
    width: 100%;
    float: left;
    padding: 5px;
    color: #fff;
    margin-top: 20px;
    float: left;
    width: 100%;
    /* text-decoration: underline; */
    color: var(--primary);
}
.wallent_balance a.green-btn {
    padding: 0;
    font-size: 20px;
    color: #fff;
    padding: 0 50px;
    line-height: 50px;
    font-size: 26px;
    display: table;
    margin: 0 auto;
    border-radius: 30px;
    /* color: var(--white); */
    background: var(--primary);
    box-shadow: 0 1px 4px 0 #53535399;
}
.filter_wrap {
    float: left;
    width: 100%;
    margin-bottom: 14px;
}
.filter_wrap form{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.filter_wrap .filter{
    flex: 1;
    text-align: center;
}
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 .btn {
    width: 100%;
    padding: 13px 40px;
}
.footer {
    position: fixed;
    bottom: 0;
    background: #ffffff;
    /* border-radius: 6px; */
    display: flex;
    justify-content: space-around;
    padding: 12px;
    /* border: 1px solid rgb(0 180 86 / 27%); */
    width: 100%;
    margin-left: 0%;
    /* backdrop-filter: blur(10px); */
    /* background: var(--secondary); */
    box-shadow: 1px 2px 17px 4px #cdcdcd;
}
.footer ul{
    font-size: 14px;
    list-style: none;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 8px;
    position: relative;
}
.footer ul li {
    width: 25%;
    text-align: center;
}
.footer ul li.color_menu {
    position: absolute;
    background: var(--ff-primary-color);
    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 ul li.color_menu a.nav:hover, .footer ul li.color_menu.current-nav a.nav{
    color: var(--secondary);
}
.footer a {
    display: table;
    float: left;
    position: relative;
    padding: 8px 0;
    font-size: 12px;
    width: 100%;
    color: #1b1b1b;
}
.footer a i {
    font-size: 12px;
    margin-bottom: 3px;
}
.btn_play_now {
    box-shadow: 0 1px 4px 0 #53535399;
    background: var(--secondary);
    color: #000;
    margin-top: 20px;
    cursor: pointer;
    font-weight: bold;
    border: none;
    color: #fff;
    border-radius: 5px;
    background: var(--primary);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgb(2 3 4 / 30%), inset 0 1px 1px rgba(255, 255, 255, 0.3);
    width: 300px;
    margin: 0 auto;
    float: none;
}
.footer ul li a:hover{
    color: var(--contrast);
}
.update-account-btn .btn {
    margin-top: 13px;
    color: #ffffff;
    background: var(--primary);
    position: relative;
    float: none;
    display: table;
    margin: 0 auto;
    padding: 14px 9px;
    font-size: 12px;
    border: none;
    margin-top: 13px;
    border-radius: 30px;
    color: #ffffff;
    font-weight: normal;
}
.input_field.payment-option {
    margin-bottom: 22px;
}
.update-account-btn {
    float: none;
    width: 300px;
    margin: 0 auto;
}
.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;
}
