body {
    font-family: "Poppins", sans-serif;
}

a{
    text-decoration: none;
}

.form-left {
    background: #f3c748;
    height: 80vh;
    display: grid;
    place-items: center;
}

html,body{
    overflow-x: hidden;
}
.login__form {
    /*background: #000;*/
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
    /*height: 100vh;*/
}

.table-sub.bl-bg .time button {
    font-size: 14px;
    border-radius: 7px;
    border: none;
    background: transparent;
    color: #212121;
}

form#dataform {
    padding: 22px 16px;
    background: #d6bd69;
    border-radius: 10px;
    margin: 20px 20px;
}

.forget a,.already-account a{
    color: #000!important;
    font-weight: 600;
}
.login__icon {
    margin: 0 auto 30px;
}
.login__icon .fa {
  background: #e9a8fe;
  border-radius: 50%;
  color: #fff;
  padding: 40px;
}
.login__label {
    color: #cdcaca;
    font-size: 15px;
    font-weight: 600;
}
.login__input, input {
    background: #f5f5f5;
    /* border: 1px solid #000000; */
    box-shadow: none;
    color: #565656;
    font-size: 15px;
    padding: 30px 10px;
    margin-bottom: 30px;
}
.login__btn {
    background: #1b3d59;
    border-radius: 10px;
    color: #d6be66;
    height: 50px;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

form#dataform .form-group img {
    position: absolute;
    height: 35px;
    left: 10px;
    top: 13px;
}
form#dataform .form-group {
    position: relative;
    margin-bottom: 8px;
}

.play-btn {
    background: #183d57;
    border-radius: 10px;
    color: #d6be66;
    font-weight: 600;
    height: 50px;
    width: 100%;
    font-size: 18px;
}

div#listContainer {
    /*margin-top: 20px;
    border-top: 10px solid #183d57;*/
    padding: 15px;
}

.sub-box.bl, .main-bx.bl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid lightgray;
    padding: 12px 14px;
    border-radius: 10px;
    background: #bbc5ce;
    margin-bottom: 10px;
}

.play-btn.outline {
    background: #0c1743;
    border-radius: 6px;
    color: #f3c748;
    font-weight: 600;
    height: 50px;
    width: 100%;
}

.login__text {
    margin: 16px 0 0px 0;
    text-align: center;
    color: #183d57;
    font-weight: 500;
    font-size: 15px!important;
    text-decoration: underline;
    font-family: sans-serif;
}

.login__input::placeholder {
    font-weight: 500;
    color: #000;
}

form#dataform .form-group img.hide-ch {
    position: absolute;
    height: 30px;
    right: 10px;
    top: 14px;
    left: auto;
}

.form-bottom{
    margin-top: 20px;
}

.form-bottom h4 {
    color: #d6bd69;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .4px;
}

.form-bottom img {
    width: 22px;
}

.form-bottom p {
    color: #d6bd69;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.login__text a {
    color: #f3c748;
    padding-left: 5px;
    font-size: 15px!important;
    font-weight: 600;
}

.login__icon img {
    margin: auto;
}

.form-left p {
    font-size: 12px;
}

form h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

header, footer {
    background: #eeeeee;
    padding: 10px 5px;
    position: relative;
}
.menu-bar{
    cursor: pointer;
}
.menu-bar span:nth-child(2) {
    margin: 6px 0 6px auto;
    width: 15px;
}
.menu-bar span {
    background: #183d57;
    height: 2.5px;
    width: 23px;
    border-radius: 3px;
    display: block;
}
marquee {
    margin-top: 7px;
    margin-bottom: -7px;
}

section.banner {
    height: 185px;
    background-size: 100%!important;
}

marquee a {
    color: #fff;
    font-size: 18px;
}

a.dashboard-logo {
    padding-left: 20px;
    font-size: 17px;
    color: #183d57;
    text-transform: uppercase;
    font-weight: 400;
}

.dashboard-logo img {
    width: 80px;
}

.price-box {
    margin-right: 5px;
    display: flex;
    column-gap: 10px;
}

.price-box a {
    display: flex;
    align-items: center;
    column-gap: 9px;
    color: #fff;
}

.price-box img {
    width: 23px;
    filter: brightness(0);
}

.price-box p {
    color: #000;
}

marquee a {
    color: #000;
    font-size: 15px;
}


.left-menu {
    position: fixed;
    width: 270px;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    left: -100%;
    top: 0;
    background: #f7f2f9;
    border-radius: 0 5px 0 0;
    padding: 0;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    border-left: 5px solid #183d57;
    border-radius: 40px 0 0 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 10000;
}

.user-box img {
    height: 50px;
    width: 50px;
    object-fit: contain;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #fff;
}

.media.user-box h4 {
    font-size: 17px;
    color: #fff;
    text-transform: capitalize;
}
.left-menu .user-box {
    display: flex;
    align-items: center;
    background: #183d57;
    padding: 25px 50px 25px 25px;
    flex-shrink: 0;
}

.bl-menu {
    padding-top: 10px;
    padding-left: 6px;
}

.bl-menu hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgb(0 0 0 / 22%);
}
.user-box .media-body{
    padding-left: 20px;
}

.media.user-box p {
    font-size: 14px;
    color: #fff;
}
button.close-btn img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}
button.close-btn {
    position: absolute;
    right: 12px;
    top: 12px;
    height: 44px;
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    background: #e8e8e8;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 2px solid #f3c748;
    flex-shrink: 0;
    padding: 0;
}

.left-menu ul li a {
    color: #000000;
    text-decoration: none;
    display: flex;
    align-items: center;
    column-gap: 7px;
    line-height: 30px;
}

.left-menu ul li {
    padding: 10px;
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.left-menu ul li img {
    width: 24px;
}

.left-menu.collapsed {
    left: 0;
    opacity: 1;
}

/* Sidebar menu scroll - Logout hamesha niche dikhe (scroll area limited) */
.left-menu .bl-menu {
    flex: 1;
    min-height: 0;
    max-height: calc(100vh - 240px);
    max-height: calc(var(--vh, 1vh) * 100 - 240px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    background: #f7f2f9;
}
.left-menu-footer {
    flex-shrink: 0;
    padding: 12px 10px 20px;
    padding-bottom: max(20px, env(safe-area-inset-bottom, 20px));
    border-top: 1px solid rgb(0 0 0 / 12%);
    background: #f7f2f9;
}
.left-menu-footer a {
    display: flex;
    align-items: center;
    column-gap: 7px;
    color: #000;
    text-decoration: none;
    padding: 10px;
    line-height: 30px;
}
.left-menu-footer a img { width: 24px; }

.footer-content ul li a img {
    width: 25px;
    margin: auto;
}

.middle-content {
    margin-top: 150px;
}

.top-box {
    background: #fab02b;
    border-radius: 30px;
    text-align: center;
    position: relative;
    display: flex;
    padding: 5px 10px;
    column-gap: 10px;
    align-items: center;
}

.top-box img {
    width: 36px;
    background: #ffffff;
    padding: 4px;
    height: 36px;
    border-radius: 24px;
    left: 50%;
    margin-bottom: 0;
}

.top-box p {
    color: #183d57;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.highlights {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.blink-soft {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.play-btn {
    display: grid;
    place-items: center;
    text-decoration: none;
    /*background: #000;*/
    /*border: 2px solid #ffffff;*/
}

.play-btn:hover{
    background: transparent;
    border-color: #333;
    color: #333;

}

.left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px;
}
.heading h3 {
    font-size: 26px;
    font-family: auto;
}

.heading p{
    font-size:13px;
}

.table-sub.bl-bg {
    background: #fff;
    border-radius: 10px;
    padding: 9px;
    display: flex;
    justify-content: center;
    color: #fff;
    margin-bottom: 8px;
    width: 100%;
    min-height: 45px;
}
.status {
    font-size: 12px;
}
.table-sub.bl-bg .time p {
    font-size: 13px;
    text-align: left;
    padding: 6px 6px;
    border-radius: 5px;
    line-height: 17px;
    color: #333;
}
.table-sub {
    margin-top: 5px;
    border-radius: 7px;
    padding-bottom: 5px;
    background: #d6be66;
}

.table-sub.bl-bg .time{
    align-items: center;
}

.table-sub.bl-bg p span {
    color: #fff;
    font-size: 12px;
}

.table-sub h6 {
    font-size: 15px;
    font-weight: 500;
    color: #183d57;
    margin: 8px 0;
    width: 100%;
    text-align: center;
}

/*a.play-ic.is_market_close_btn {
    background: #9f0505 !important;
}*/

.table-sub.bl-bg .play-ic img {
    width: 40px;
}
.table-sub.bl-bg .play-ic, .is_market_close_btn {
    display: flex;
    align-items: center;
    column-gap: 4px;
    font-size: 14px;
    min-width: 83px;
    border-radius: 4px;
    color: #2c2c2c;
    padding: 5px 6px;
    flex-direction: column-reverse;
    /* margin-top: -45px; */
}

.table-sub .mobile {
    font-size: 19px;
    font-weight: 600;
    color: #fab02b;
    text-align: center;
    margin-bottom: 0px;
    width: 100%;
}

.danger-text {
    color: #db0002;
    font-size: 13px;
    background: #fff;
    padding: 4px 8px;
    border-radius: 5px;
    border: 1px solid red;
}
.grow-ic img {
    width: 64px;
    /* filter: invert(1); */
    background: #ededed;
    padding: 5px 14px;
    border-radius: 7px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.dashboard-body {
    padding-bottom: 100px;
}

.footer-content ul li a {
    display: flex;
    flex-direction: column;
    color: #333;
    font-size: 12px;
    row-gap: 5px;
    text-align: center;
}

.footer-content ul li.active a {
    height: 50px;
    background: #fab02b;
    width: 50px;
    margin: auto;
    border-radius: 50%;
}

.footer-content ul li.active a img {
    width: 30px;
}

.footer-content ul li {
    width: 20%;
}


.top-box.bl img {
    width: auto;
    position: unset;
    top: -30px;
    background: transparent;
    border-radius: 50%;
    left: 50%;
    height: 70px;
    transform: translate(0%);
}
.top-box.bl {
    display: grid;
    place-items: center;
    width: 125px;
    height: 95px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 2px solid #dcdcdc;
}
.top-box.bl img{
    background: transparent;
    padding: 0px;

}

.game-title {
    color: #0a183f;
    font-size: 13px;
    margin-top: 10px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px black;
    word-spacing: 3px;
    font-family: "Poppins", sans-serif!important;
}

.middle-content.play-game {
    margin-top:0px;
}

.pagination {
    padding: 8px 20px;
    background: #030926;
}

.pagination h4 {
    font-size: 13px;
    font-weight: 300;
}

.bl-table{
    margin-bottom: 100px;
}


/*======= Add Fund CSS ========*/

.pagination a {
    display: flex;
    align-items: center;
    color: #fff;
    column-gap: 10px;
}

.add-fund-page {
    background: #183d57;
    border-radius: 0;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    padding: 30px 10px;
    border: 4px solid transparent;
    box-shadow: none;
}

.wallet-content.add-fund-page,
.withdraw-content.add-fund-page {
    height: auto;
    min-height: auto;
}

.add-fund-page nav {
    margin: 10px;
}

.add-fund-page div#nav-tabContent {
    background: #d6be66;
    margin: 13px;
    border-radius: 10px;
}

.add-fund-page .price input {
    border: 1px solid #000000;
    background: #ffffff;
    width: 100%;
    font-size: 14px!important;
    border-radius: 31px;
    padding: 10px;
    padding-left: 35px;
    margin-bottom: 1px;
}

button.play-btn.my-btn {
    background: #d6be66;
    color: #183d57;
    border-radius: 10px;
}

.bl-date .price h4 {
    font-size: 16px;
    color: #342f2f!important;
    text-align: center!important;
    font-weight: 400;
}

.add-fund-page .price input.date {
    border: 1px solid #000000;
    background: #ffffff;
    width: 100%;
    font-size: 14px!important;
    border-radius: 31px;
    padding: 10px;
    padding-left: 35px;
    margin-bottom: 20px;
}

.add-fund-page .price input[type="date"]::-webkit-inner-spin-button,
.add-fund-page .price input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

form#payment-form input {
    border: 0;
    background: #d6be66;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px;
    padding-left: 35px;
    margin-bottom: 0;
}
}

.add-fund-page .price .fill-amt {
    height: 50px;
    border: none;
    background: #d3d3d37a;
    border-radius: 10px;
    margin-top: 10px;
    width: 100%;
    padding: 14px;
    font-size: 19px;
    column-gap: 10px;
}

.price ul li button {
    border: none;
    border-radius: 5px;
    padding: 7px 15px;
    width: 100%;
}

.price ul {
    justify-content: space-between;
    margin-top: 20px;
}

.fill-amt::before {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #183d57;
    content: '₹';
    font-size: 20px;
    line-height: 1;
    height: 1em;
    display: flex;
    align-items: center;
    z-index: 1;
    pointer-events: none;
}

.fill-amt {
    position: relative;
    overflow: visible;
    display: flex;
    align-items: center;
}

/* Amount input: ₹ ke baad number overwrite na ho (mobile + web) */
.fill-amt input#amount-box,
.fill-amt input.amount-input,
.fill-amt input#amount,
form#payment-form .fill-amt input[type="number"] {
    padding-left: 44px !important;
    box-sizing: border-box;
}

.time-notification {
    background: #d6be66;
    border-radius: 7px;
    margin-bottom: 20px;
}

.withdraw-box {
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 10px 20px;
    background: #d6be66;
}

.withdraw-box h4 {
    font-size: 17px;
}

.withdraw-box ul{
    column-gap: 30px;
    justify-content: flex-start!important;
}

.price select {
    margin: 20px 0;
    border: 1px solid #bcb6b6;
    width: 100%;
    height: 50px;
    padding: 0 12px;
    border-radius: 6px;
    -webkit-appearance: none;
    background: #d6be66;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 13px;
}

.note p {
    font-size: 11px;
    margin-bottom: 0;
}
.note {
    background: #ffefb5;
    margin-top: 20px;
    padding: 10px;
    border-radius: 6px;
}

.note p span {
    font-size: 13px;
}

input#amount-box.date {
    background: #e9e7e7;
    padding: 8px 15px;
    margin-left: 0px;
    border-radius: 5px;
    font-size: 15px;
    margin-bottom: 20px;
}


.bonus-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    border: 1px solid #b0b0b0;
    border-radius: 10px;
    padding: 7px 12px;
    background: #d6be66;
}

.bonus-box .left p:first-child {
    font-size: 15px;
    font-weight: 600;
}

.bonus-box .left p:last-child {
    font-size: 12px;
}

.sub-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid lightgray;
    padding: 12px 14px;
    border-radius: 10px;
}

.profile .top-header img {
    filter: brightness(0);
}

.sub-box a {
    transform: rotate(180deg);
}

.sub-box p {
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
}

.sub-box .bl {
    column-gap: 10px;
}

div#listContainer h5 {
    font-size: 15px;
}

tbody#selectedItemsTableBody {
    background: lightgray;
}

.bonus-box-history {
    display: flex;
    justify-content: space-between;
    padding: 12px 10px;
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 8px;
    margin-bottom: 15px;
}

.bonus-box-history .left p:first-child {
    font-size: 16px;
    font-weight: 700;
}

.bonus-box-history .left p:nth-child(2) {
    font-size: 14px;
}

.bonus-box-history .left p:last-child, .bonus-box-history .right p:last-child {
    font-size: 15px;
    font-weight: 700;
    color: green;
}

.sub-box p span{
    font-size: 13px;
    font-weight: 500;
    line-height: 10px;
}

.nav-tabs .nav-link.active {
    border-color: white;
    border-bottom: 1px solid black;
}

div#nav-tab {
    border-color: white;
}

div#nav-tab {
    border-color: white;
    display: flex;
    justify-content: space-between;
}

.nav-tabs .nav-link {
    font-size: 17px;
    font-weight: 600;
    color: black;
    border-radius: 8px;
}

.page-heading {
    margin-bottom: 20px;
}

.page-heading h5 {
    font-size: 21px;
    color: #d6be66;
}

.chart-table th {
    font-size: 11.5px;
    padding: 3px;
    font-weight: 600;
}

.chart-table table{
    border-color: #818588;
}

.chart-table p {
    margin-bottom: 0px;
    font-size: 13px;
    text-align: center;
}

.chart-table td div{
    display: flex;
    align-items: center;
}

.chart-table td div p:first-child, .chart-table td div p:last-child {
    width: 8px;
    word-break: break-all;
}

.chart-table td div p:last-child{
    margin-left: 6px;
}

.chart-table td div p:first-child{
    margin-right: 6px;
}

.chart-table td div p:nth-child(2) {
    width: 20px;
    word-break: break-all;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    border-left: 1px solid black;
    border-right: 1px solid black;
    height: 61px;
    line-height: 60px;
}

.chart-table td{
    padding: 2px;
}

.chart-table td p{
    display: inline-block;
}

.profile-image {
    object-fit: cover;
    margin-bottom: 20px;
    filter: brightness(0.5);
    width: 100px;
}

.logo-heading {
    font-size: 26px;
    text-align: center;
    color: #f3c748;
    font-weight: 700;
}

.price h4 {
    font-size: 16px;
    color: #fff;
}

.time-notification p {
    font-size: 13px;
    font-weight: 600;
}

/* Login page body */
.login-page-body {
    background: #183d57;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
}

.login.bl-login {
    padding-top: 35px;
    padding-bottom: 40px;
}

.login-logo {
    max-width: 180px;
    margin: 0 auto;
}

form#dataform .form-group .login__input {
    padding-left: 50px;
}

.form-bottom-link {
    word-break: break-all;
}
.form-bottom-link h4 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
}

.ratan-dashboard {
    margin-top: 36px;
    /*background: #fff;*/
    padding-top: 5px;
    border-radius: 40px 40px 0 0;
    /* border: 3px solid #facc4e; */
}

section.bl-chart-new {
    background: #fff;
    border: 5px solid #f7bd03;
    border-radius: 30px 30px 0 0;
    padding-top: 20px;
}

button.btn-play {
    background: #fbc330;
    border: 0px;
    padding: 2px 9px;
    border-radius: 5px;
}


.top-btns button {
    padding: 10px 25px;
    border-radius: 10px;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    border: none;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    row-gap: 6px;
    column-gap: 8px;
    background: linear-gradient(90deg, rgba(194,176,101,1) 40%, rgba(24,61,87,1) 100%);
    letter-spacing: .5px;
}
.top-btns button img {
    /* filter: drop-shadow(1px 3px 1px black); */
    width: 25px;
}

.main-bx {
    padding: 10px;
    border: 2px solid #030926;
    margin-top: 15px;
    border-radius: 10px;
}

.top-box.bl .cont h6 {
    font-size: 13px;
    margin-top: 60px;
    color: #000;
}

.bid-bl-page input::placeholder, .bid-bl-page select {
    font-size: 13px;
}

/* Back bar (top-header) - no gap top/left/right; yellow patti pura cover */
body.win-history-page,
body.add-bank-page,
body.support-page,
body.withdraw-page,
body.wallet-page,
body.profile-page-body,
body.dashboard-body.profile-page,
body.inner-page,
body.bid-page-body {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
section.profile.mt-2,
section.profile.win-history-header,
section.profile.withdraw-header,
body > section.profile:first-of-type { margin-top: 0 !important; padding-top: 0 !important; }
section.profile { padding-left: 0 !important; padding-right: 0 !important; }

/* Inner pages header - image style: full width yellow, back arrow, title, dark blue bar neeche */
.profile .top-header {
    background: #fab02b;
    border-radius: 0;
    border-bottom: 4px solid #183d57;
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding: 14px 18px;
    width: 100%;
    box-sizing: border-box;
}
.profile .top-header p,
.profile .top-header .mb-0 {
    color: #1a1a1a !important;
    font-weight: 600;
}
.profile .top-header a {
    color: #1a1a1a;
}
/* When top-header is inside .container, break out to full width (no side gap) */
.profile .container > .top-header:first-child {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 16px;
    padding-right: 16px;
}
/* Prevent horizontal scroll from full-width bar */
body { overflow-x: hidden; }


/* Back arrow - wallet jaisa sabhi pages par same */
.profile .top-header a img,
.profile .top-header .back-link img {
    width: 25px;
    height: auto;
}

.top-header p {
    font-size: 16px;
    font-weight: 600;
}

.profile-container {
    background: #d6be66;
    border-radius: 15px;
    margin: 30px 10px;
    text-align: center;
    padding: 15px 15px 1px 15px;
}

form {
    text-align: left;
    margin-bottom: 20px;
}

form label {
    font-size: 20px;
    font-weight: 500;
}

.profile-container form input {
    background: #f5f5f5;
    /* border: 1px solid #000000; */
    box-shadow: none;
    color: #565656;
    font-size: 15px;
    padding: 27px 17px!important;
    margin-bottom: 30px;
    border-radius: 10px!important;
}

.profile-container button {
    width: 100%;
    padding: 15px;
    border: none;
    background: #183d57;
    color: #d6be66;
    border-radius: 10px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
}

.row.bl-game-page .col-6 {
    position: relative;
}