button.btn.btn-info {
    background: #458ACB;
    border: navajowhite;
    color: #fff;
    border-radius: 0;
}

li.nav-item a {
    color: #fff;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(255 255 255);
}

.nav-link:focus, .nav-link:hover {
    color: rgb(255 255 255 / 80%);
}a {
    color: rgb(255 255 255);
    text-decoration: none;
}

img.logo {
    width: 165px;
}

.me-auto {
    margin-right: auto !important;
    margin-left: auto;
}

.header{
    background: linear-gradient(90deg, #8C168A 0%, #000000 100%);
    padding: 50px 0;
    padding-bottom: 130px;
}

.header-img{
    align-self: end;
}

 h1 {
    font-size: calc(1.375rem + 1.5vw);
    color: #fff;
    font-size: 75px;
}

.row.feature {
    background: #000;
    padding: 20px;
    border-radius: 10px;
    align-items: center;
    text-align: center;

}

.row.feature p {
    color: #fff;
    margin-bottom: 0px;
}
.row.feature img {
    margin-bottom: 10px;
}

.row.feature .col-md-3 {
    border-right: 1px solid #fff;
}

section{
    padding-top: 130px;
    background: radial-gradient(50% 50% at 50% 50%, #10092B 0%, #0E0A2B 100%);
    ;
    margin-top: -96px;
    padding-bottom: 50px;
}

.games p{
    color: #fff
}

.row.games {
    padding: 35px 0;
}

.row.games img {
    width: 200px;
}


button.btn.join {
    background: #8C168A;
    color: #fff;
    padding: 7px 25px;
        margin: 0 10px;
}

p, h2, h3{
    color: #fff;
}

.accordion-item, .accordion-button, .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
    border: none;
}

.accordion-button::after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f068"; 
  }
  .accordion-button:not(.collapsed)::after {
    content: "\f067"; 
  }

  .accordion-button:not(.collapsed)::after, .accordion-button::after {
    background-image: none;
}

.accordion-button:focus{
    box-shadow: none;
}

.accordion-button{
    ont-size: 20px;
    font-weight: 600;
}



.sticky-bar img{
       width: 146px !important;
       margin: 0 10px;
}

.sticky-bar{
    z-index: 99;
}


.footer{
    background: linear-gradient(90deg, #8C168A 0%, #000000 100%);
    padding: 30px 0 150px 0;
}

.footer h2, .footer p{
    color: #fff;
}

.footer ul {
    list-style: none;
    color: #fff;
    margin-left: -18px;
}

.col-md-4.social img {
    margin: 20px 15px 0 0;
}

.row.game-section {
    margin: 50px 0;
}


.feature-heading-left {
    background: #00000080;
    padding: 20px;
    padding-left: 250px;
    margin-top: -72px;
    position: relative;
}

.feature-heading-left h2, .feature-heading-right h2{
    color: #ffff;
    font-size:25px;
}

.feature-heading-right {
    background: #00000080;
    padding: 20px;
    margin-top: -97px;
}

.feature {
    margin-bottom: 28px;
}

.blog img {
    float: left;
    margin-right: 15px;
}

.blog-excerpt h2 {
    color: #ffffff;
    font-size: 25px;
}

.blog-excerpt p{
    color: #ffffff;
}

.blog-excerpt span {
    color: #8C168A;
}

.blog {
    padding: 15px 0;
    border-bottom: 1px solid #ffffff;
}


.col-md-4.sidebar li, .col-md-4.sidebar h2 {
    color: #fff;
}

form {
    color: #fff;
    
}

.recent-post, .category, form{
    margin: 35px 0;
}


input[type="email"] {
    background: transparent;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 0;
    margin-top:15px;
}

.col-md-4.sidebar {
    padding-left: 80px;
}

submit {
    background: #D9D9D9;
    border-radius: 3px;
    padding: 5px 20px;
    color: #000;
    margin-top: 15px;
}

.row.did-you-know {
    padding: 50px 0;
}

.row.did-you-know h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

.col-md-4.add h2 {
    font-size: 20px;
    margin-top: 10px;
    text-align: left;
}

.col-md-4.add p, .col-md-4.add h2{
    color: #fff;
}

.col-md-4.add p:nth-child(2){
    float: right;
}

p.read {
    text-align: right;
    color: #8C168A !important;
    margin-top: -40px;
}

.col-md-4.add img {
    width: 100%;
}


.modal-header {
    background: #8C168A;
    border-radius: 17px 17px 5px 5px;
}

.modal-body{
    text-align: center;
}

.modal-body p {
    color: #000000;
    
    font-weight: 600;
    font-size: 18px;
}

.modal-content {
    border-radius: 20px;
}

button.btn.facebook {
    border-radius: 0;
    background: #458acb;
    color: #ffffff;
}

h2#exampleModalLabel {
    font-size: 30px !important;
    margin-left: 95px;
}

.profile-image {
    width: 200px;
    border-radius: 100%;
    border: 5px solid #871585;
    box-shadow: 0px 0px 1px 5px #ffffff;
}
.profile {
    width: 500px;
    margin: auto;
    background: #fff;
    padding: 140px 20px 20px;
    margin-top: -100px;
    border-radius: 40px;
}

.profile h3, .profile h2{
    color:#000;
}

.level img, .level h3, .chips img, .chips h3 {
    display: inline;
    vertical-align: middle;
}


.level img, .chips img {
    width: 35px;
    margin: 0 10px;

}


.level, .chips {
    width: 250px;
    margin: auto;
    text-align: left;
    padding: 7px 20px;
}


.col-md-2.action-button {
    text-align: center;
    background: #fff;
    margin: 10px;
    border-radius: 10px;
    padding: 20px;
    width: 15%;
}

button.myButtonTransfer {
    background: #8c168a;
    border: 1px solid white;
    border-radius: 4px;
    color: #ffffff;
    padding: 5px 20px;
    margin: 0 10px;
}

.profile-page .col-md-2.action-button{
	width:22%;
	height: 200px;
}

form.balance-form input {
    width: 100%;
    border-radius: 35px;
    margin: 6px 0;
    border: 2px solid #8c168a;
    padding: 10px;
}

form.balance-form{
    margin: 0;
    margin-bottom: 20px;
}

.col-md-2.action-button a {
    color: #000;
}



button.share-button {
    background: linear-gradient(90deg, #8C168A 0%, #000000 100%);
    color: #fff;
    border: none;
    padding: 20px;
    border-radius: 50px;
    font-size: 20px;
    margin: 20px 0;
    border: 3px solid #fff;
}

.form-heading {
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
}

/* #b2b_buttons{
	margin-top: -100px;
} */

button.share-button.bank {
    padding: 10px;
    border: none;
    display: block;
    border-radius: 10px;
    width: 60%;
}

p.terms {
    font-size: 15px;
    text-align: center;
}

#bank_balance {
    font-size: 24px; /* Adjust size as needed */
    color: gold;
    font-weight: bold;/* Optional: Makes the text bold */
    margin-top: 20px; /* Adds space above the text */
}

.action-button P{
    color: #000000;
}

i.fa-solid.fa-indian-rupee-sign, i.fa-solid.fa-mobile-screen-button {
    font-size: 75px !important;
}

.col-md-2.action-button span {
    display: block;
}

.col-md-2.action-button span {
    display: block;
    background: yellow;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.payment-box img{
        border: 1px solid #8c168a;
    border-radius: 10px;
    box-shadow: 0px 4px 5px 0px #80808080;
}

.modal-body.payment {
    text-align: center;
    padding: 55px 30px;
}

span.chips-amount {
    background: #fff;
    padding: 10px 20px;
    border: 1px solid black;
    border-radius: 7px;
    font-weight: bold;
    font-size: 20px;
}

.modal-header.offer{
    padding: 30px 40px;
}

.modal-dialog.modal-dialog-centered.offer-box, .modal-dialog.modal-dialog-centered.refer {
    max-width: 70% !important;
}

.total-offer {
    background: linear-gradient(90deg, #8C168A 0%, #000000 100%);
    border-radius: 10px;
    margin:10px;
    padding-top: 15px;
}

.total-offer p{
    color: #fff;
}

.total-offer h3{
    color: #fff !Important;
}

.buy, .get, .price {
    border: 1px solid #8c168a;
    border-radius: 10px;
    margin: 10px;
    padding: 5px 10px;
}

.buy h3, .get h3, .price h3, .payment h3{
    color: #000;
}

.Buy-at {
    background: linear-gradient(90deg, #8C168A 0%, #000000 100%);
    border-radius: 15px;
    color: #fff !important;
    font-size: 14px  !important;
    font-weight: 400  !important;
    width: 60%;
    margin: auto;
}


.grid-container {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr 2fr 2fr; /* 5 columns */
  gap: 10px;
}
.merged {
  grid-row: span 2; /* Merge across 2 rows */
  display: flex;
  /*align-items: center;*/
  justify-content: center;
}

.modal-header.bonus {
    display: block;
    text-align: center;
}


.bonus button.btn-close.btn-close-white {
    position: absolute;
    top: 15px;
    right: 15px;
}

button.btn.ok {
    background: linear-gradient(90deg, #8C168A 0%, #000000 100%);
    color: #fff;
    padding: 10px 50px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
}

.refer-box {
    align-content: center;
}

.refer-img {
    width: 130px;
    border-radius: 100%;
    border: 2px solid #8c168a;
}

.refer-chip {
    width: 100px;

    margin-top: 36px;
    margin-left: -55px;
}

.modal-body.refer-body {
    padding: 30px;
    padding-bottom: 0;
}

.refer-term {
    text-align: right;
    font-size: 13px !important;
    font-weight: bold !important;
    margin-top: 25px;
}

p.logout {
    text-align: right;
    padding: 20px;
    font-weight: bold;
}

.row.buy-chip-heading {
    background: #8C168A;
    border-radius: 20px 20px 0 0;
    padding: 20px;
    align-items: center;
}

.chip-back {
    background: url(img/gold-border-box.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    
    transform: scale(0.85); /* Shrinks to 75% of original size */
    transform-origin: center; /* Ensures scaling happens from the center */
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.chip-inner-row {
    background: #FFF;
    padding: 70px;
}

i.fa-solid.fa-indian-rupee-sign.chip {
    font-size: 30px !important;
    color: #fff !Important;
}

.chip-back h4 {
    color: #fff;
    font-size: 35px;
    margin-top: 20px;
}

h5.extra {
    background: url(img/golden-rectangle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 65%;
    margin: auto;
    padding: 10px;
    margin-top: -20px;
}

.container.buy-outer {
    width: 70%;
}

.col-md-6.header-img img {
    width: 100%;
}

@media screen and (max-width:480px) {
    .col-md-6 img {
        width: 100%;
    }
table.bank-history {
    width: 100%;
}

th {
    background: purple;
    color: #ffffff;
    padding: 10px;
    font-weight: 400;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
tbody tr:nth-child(odd) {
    background-color: #eee;
}

tbody tr:nth-child(even) {
    background-color: #fff;
}
.nav-btn input[type="text"] {
    width: 40px;
    float: right;
    padding: 5px;
    border: none;
    height: 25px;
    margin-top: 8px;
}
th, td {
    padding: 10px;
    border-right: 1px solid #777777;
    text-align: center;
}
.search-form {
    margin: 10px;
    background: #fff;
    float: right;
    padding: 10px;
    border-radius: 50px;
    margin-top: -54px;
}  

.nav-btn input[type="text"] {
    width: 40px;
    float: right;
    padding: 5px;
    border: none;
    height: 25px;
    margin-top: 8px;
}

p.nav-btn {
    margin-top: -40px;
	padding: 0;
}

p.nav-btn span {
    background: none;
    color: #fff;
    float: right;
	padding: 8px;
}
p.nav-btn span {
    background: none;
    color: #fff;
    float: right;
}

.search-form {
    margin: 10px;
    background: #fff;
    float: right;
    padding: 10px;
    border-radius: 50px;
    margin-top: -54px;
}

.search-form input[type="text"], .search-form button[type=submit] {
    border: none;
    padding: 0;
}

button#buy-chips-btn {
    margin-top: -16px;
}

@media screen and (max-width:480px){
    .row.feature .col-md-3 {
    border-right: none !important;
    WIDTH: 50%;
	margin: 20px 0px;
}

.row.games img {
    width: 170px;
}

.content img{
    width:100%;
}

.sticky-bar img {
    width: 145px;
    margin: 0 10px;
}
.profile-image{
    width: 100px;
}

.profile {
    width: 370px;
	padding: 60px 20px 20px;
    margin-top: -50px;
}

.profile-page .col-md-2.action-button {
    width: 45%;
    height: 230px;
}

.col-md-6.payment-box {
    width: 50%;
}

.payment-box img {
    width: 155px;
}

h2#exampleModalLabel {
    font-size: 25px !important;
    margin-left: 10px !important;
}

button.share-button.bank {
    display: inline-block;
    width: 40%;
    margin: 18px;
}

button.myButtonTransfer {
    padding: 5px 15px;
	margin: 20px 10px !important;
}

div#bank-hist-area {
    width: 90% !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px;
    height: 50px;
}

.chip-inner-row {
    background: #FFF;
    padding: 70px;
}

.chip-inner-row {
    padding: 15px;
}

.container.buy-outer {
    width: 90%;
    margin-top: 30px;
}

.row.chip-inner-row img {
    rotate: 90deg;
    margin-left: 135px;
}

.chip-back {
    height: 200px;
    margin-top: 60px;
}

.row.chip-inner-row {
    height: fit-content !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #000000 !important;
}

.disabled-button {
    pointer-events: none; /* Disable clicking */
    opacity: 0.5; /* Make it look disabled */
    cursor: not-allowed; /* Show the "not allowed" cursor */
} 
}
.navbar-toggler {
    z-index: 1001;
  }
}