



/*Base*/
html, body {
	background: #1c0d30;
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
}
ul, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
ul.margins {
	margin-bottom: 10px;
	padding-left: 30px;
}
ul.margins li {
	list-style-type: disc;
}
a, a:hover {
	text-decoration: none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #fff;
	opacity: 1;
}



/*General*/
.display-none {
	display: none;
}
.width100 {
	width: 100%;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.img-responsive {
	max-width: 100%;
}
.container-fluid.full {
	padding-left: 0;
	padding-right: 0;
}








/*Text*/
.upper {
	text-transform: uppercase;
}
.heading1 {

}
.heading2 {

}
.heading3 {

}
.heading4 {

}
.heading5 {

}
.heading6 {

}
.text-white {
	color: #fff;
}
.text-primary {
	color: #265a92 !important;
}



/*Backgrounds*/
.bg-primary {
	background: #265a92 !important;
}



/*Buttons*/
.btn {
	transition: all .3s ease;
	font-size: 16px;
	padding-left: 45px;
	padding-right: 45px;
}
.btn:hover,
.btn:focus,
.btn:active:hover,
.btn:not(:disabled):not(.disabled):active:focus {
	outline: none !important;
	box-shadow: none !important;
}
.btn-lg {
	padding: 15px 45px;
}
.btn-primary {
	background: #4ade80;
	border: 1px solid #4ade80;
	color: #0f111e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	background: #4ade80;
	border: 1px solid #4ade80;
	color: #0f111e;
}




.sidebar {
	background: #1d1135;
	width: 270px;
	height: 100vh;
	text-align: center;
	position: fixed;
	top: 0px;
	left: 0px;
}
.sidebar .logo {
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 0 20px;
}
.sidebar .spin {
	margin-bottom: 30px;
}
.sidebar .sidebar-title {
	text-align: center;
	color: #55dc28;
	font-size: 18px;
}
.sidebar .items {
	text-align: center;
	margin-bottom: 30px;
}
.sidebar .items .item {
    background: #332555;
    border-radius: 5px;
    padding: 0px 12px 5px;
    height: 90px;
    
    /* Add these */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sidebar .items .item img {
	height: 36px;
}
.sidebar .items .item p {
	margin-bottom: 0px;
}



.main {
	margin-left: 270px;
}

.main .top-bar {
	background: #332555;
	padding: 20px 0;
	margin-bottom: 40px;
}
.main .top-bar .profile img {
	height: 40px;
	margin-right: 5px;
}
.main .top-bar .profile p {
	margin-bottom: 0;
	margin-right: 3px;
}


.currency-widget {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border: 2px solid #ae8225;
	border-radius: 999px;
	padding: 6px 14px;
	background: #1a1035;
}

.currency-wrapper {
	background: #1a5b5c;
	border-radius: 200px;
}

.currency-amount {
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.5px;
	padding: 0 10px;
}

.currency-badge {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #22B890;
	background: linear-gradient(180deg,rgba(34, 184, 144, 1) 0%, rgba(10, 89, 83, 1) 100%);
	font-size: 11px;
	font-weight: 700;
	color: #fff;
}

.currency-buy {
	display: flex;
	align-items: center;
	gap: 6px;
	background: #7382f0;
	background: linear-gradient(180deg, #7382f0 0%, #4253ce 100%);
	border: none;
	border-radius: 999px;
	padding: 5px 14px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
}

.currency-buy:hover {
	background: #32b852;
}


.main-grid {
	max-width: 1350px;
	margin: 0 auto;
}
.main-grid img.game {
	max-width: 171px;
	margin-bottom: 20px;
	border: 4px solid #47db27;
	border-radius: 15px;
}



.modal-content {
	background: #1c0d30;
	color: #fff;
}
.modal-header {
	border-color: #332555;
}
.modal-footer {
	border-color: #332555;
	font-weight: 400;
}
.modal-body p.modal-subtitle {
	font-size: 16px;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 850px;
    }
}


.form-control {
	background: #100929;
	color: #fff;
	border-color: #332555;
}
.form-control:focus {
	background: #100929;
	color: #fff;
	border-color: #5a35b8;
}


.pkg-input { display: none; }
.pkg-card {
  display: block;
  background: #0f111e;
  border: 2px solid #2a2a4a;
  border-radius: 16px;
  padding: 1.25rem;
  cursor: pointer;
  transition: border-color 0.15s, transform 0.1s;
  position: relative;
  user-select: none;
  margin-bottom: 20px;
}
.pkg-card:hover { border-color: #4a4a8a; }
.pkg-input:checked + .pkg-card {
  border-color: #7c5cbf;
  box-shadow: 0 0 0 1px #7c5cbf;
}
.radio-dot {
  width: 20px; height: 20px;
  border-radius: 50%;
  border: 2px solid #444;
  background: transparent;
  position: absolute;
  top: 14px; right: 14px;
  display: flex; align-items: center; justify-content: center;
  transition: border-color 0.15s;
}
.pkg-input:checked + .pkg-card .radio-dot {
  border-color: #7c5cbf;
  background: #7c5cbf;
}
.radio-dot::after {
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%;
  background: white;
  display: none;
}
.pkg-input:checked + .pkg-card .radio-dot::after { display: block; }
.badge-popular {
  position: absolute;
  top: -13px;
  background: #7c5cbf;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 3px 12px;
  border-radius: 20px;
}
.badge-bonus {
  display: inline-block;
  background: #1a6e34;
  color: #4ade80;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 6px;
  margin-left: 8px;
  vertical-align: middle;
}
.price { font-size: 2rem; font-weight: 700; color: #fff; margin: 0 0 0.75rem; }
.coins { font-size: 2rem; text-align: center; margin: 0.5rem 0; }
.token-count { font-size: 1.1rem; font-weight: 600; color: #e2e8f0; text-align: center; margin-top: 0.5rem; }
.token-bonus { font-size: 0.9rem; color: #4ade80; text-align: center; }
.pkg-card-custom {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
}

.custom-left {
    flex: 1;
    padding-left: 0.5rem;
}

.custom-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px;
}

.custom-sub {
    font-size: 0.85rem;
    color: #888;
    margin: 0;
}

.custom-right {
    flex-shrink: 0;
}

.custom-input-wrap {
    display: flex;
    align-items: center;
    background: #0d0d1a;
    border: 1px solid #2a2a4a;
    border-radius: 10px;
    padding: 0.6rem 1rem;
    gap: 6px;
    width: 200px;
}
.custom-input-wrap.long {
	width: auto;
}

.custom-dollar {
    color: #aaa;
    font-size: 1rem;
}

.custom-amount-input {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 0.95rem;
    width: 100%;
}

.custom-amount-input::placeholder { color: #555; }
.custom-amount-input::-webkit-inner-spin-button,
.custom-amount-input::-webkit-outer-spin-button { -webkit-appearance: none; }



.pay-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    min-height: 130px;
}

/* radio dot top-left instead of top-right */
.pay-card .radio-dot {
    position: static;
    flex-shrink: 0;
    align-self: flex-start;
    margin-top: 2px;
}

.pay-icon-wrap {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #1a1230;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pay-icon {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.pay-details {
    flex: 1;
}

.pay-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.badge-recommended {
    background: #1a6e34;
    color: #4ade80;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
    letter-spacing: 0.05em;
}

.pay-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pay-features li {
    font-size: 0.875rem;
    color: #ccc;
    display: flex;
    align-items: center;
    gap: 6px;
}

.pay-features li::before {
    content: '✓';
    color: #7c5cbf;
    font-weight: 700;
    font-size: 0.85rem;
}

.pay-arrow {
    font-size: 1.75rem;
    color: #7c5cbf;
    flex-shrink: 0;
    line-height: 1;
}


.success-icon {
    margin-bottom: 1.5rem;
}

.success-title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.success-sub {
    color: #888;
    font-size: 0.9rem;
    margin-bottom: 2rem;
}

.success-summary {
    background: #0d0d1a;
    border-radius: 12px;
    border: 1px solid #2a2a4a;
    padding: 1rem 1.25rem;
    text-align: left;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0;
    border-bottom: 1px solid #1a1a2e;
}

.summary-row:last-child {
    border-bottom: none;
}

.summary-label {
    font-size: 0.875rem;
    color: #888;
}

.summary-value {
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
}







 /* ── Redeem page specific styles ── */

.redeem-hero {
    background: linear-gradient(135deg, #2a1a4a 0%, #1a0d30 60%, #0a2a1a 100%);
    border-radius: 16px;
    padding: 40px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 1px solid #332555;
    position: relative;
    overflow: hidden;
}
.redeem-hero::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 220px; height: 220px;
    background: radial-gradient(circle, rgba(76,222,128,0.12) 0%, transparent 70%);
    pointer-events: none;
}
.redeem-hero-left h1 {
    font-size: 2.4rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.1;
}
.redeem-hero-left h1 span {
    color: #4ade80;
}
.redeem-hero-left p {
    color: #9a8ab8;
    font-size: 0.95rem;
    font-weight: 400;
    margin: 0;
}
.redeem-hero-right {
    text-align: right;
    flex-shrink: 0;
}
.redeem-balance-label {
    font-size: 0.8rem;
    color: #9a8ab8;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
}
.redeem-balance-amount {
    font-size: 2.2rem;
    font-weight: 800;
    color: #4ade80;
    line-height: 1;
}
.redeem-balance-sub {
    font-size: 0.8rem;
    color: #9a8ab8;
    margin-top: 4px;
}

/* ── Step indicator ── */
.step-bar {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 36px;
}
.step-item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.step-circle {
    width: 32px; height: 32px;
    border-radius: 50%;
    background: #1d1135;
    border: 2px solid #332555;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    color: #666;
    flex-shrink: 0;
    transition: all 0.3s;
}
.step-circle.active {
    background: #7c5cbf;
    border-color: #7c5cbf;
    color: #fff;
}
.step-circle.done {
    background: #4ade80;
    border-color: #4ade80;
    color: #0f111e;
}
.step-label {
    font-size: 0.8rem;
    color: #666;
    font-weight: 500;
    white-space: nowrap;
    transition: color 0.3s;
}
.step-label.active { color: #fff; }
.step-label.done { color: #4ade80; }
.step-line {
    flex: 1;
    height: 2px;
    background: #332555;
    margin: 0 12px;
    min-width: 30px;
}
.step-line.done { background: #4ade80; }

/* ── Redeem slides ── */
.redeem-slide { display: none; }
.redeem-slide.active { display: block; }

/* ── Method cards ── */
.method-card-input { display: none; }
.method-card {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    background: #0f111e;
    border: 2px solid #2a2a4a;
    border-radius: 16px;
    padding: 1.5rem;
    cursor: pointer;
    transition: border-color 0.15s, transform 0.1s;
    position: relative;
    user-select: none;
    margin-bottom: 0;
    height: 100%;
}
.method-card:hover { border-color: #4a4a8a; }
.method-card-input:checked + .method-card {
    border-color: #7c5cbf;
    box-shadow: 0 0 0 1px #7c5cbf;
}
.method-icon-wrap {
    width: 64px; height: 64px;
    border-radius: 50%;
    background: #1a1230;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.method-icon-wrap svg { width: 30px; height: 30px; }
.method-info { flex: 1; }
.method-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px;
}
.method-features {
    list-style: none;
    padding: 0; margin: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.method-features li {
    font-size: 0.82rem;
    color: #ccc;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 400;
}
.method-features li::before {
    content: '✓';
    color: #7c5cbf;
    font-weight: 700;
}
.method-eta {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    flex-shrink: 0;
    align-self: flex-start;
}
.method-eta.instant {
    background: #1a4a2a;
    color: #4ade80;
}
.method-eta.standard {
    background: #2a2a1a;
    color: #f59e0b;
}
.method-radio-dot {
    width: 20px; height: 20px;
    border-radius: 50%;
    border: 2px solid #444;
    position: absolute;
    top: 14px; right: 14px;
    display: flex; align-items: center; justify-content: center;
    transition: border-color 0.15s;
}
.method-card-input:checked + .method-card .method-radio-dot {
    border-color: #7c5cbf;
    background: #7c5cbf;
}
.method-radio-dot::after {
    content: '';
    width: 8px; height: 8px;
    border-radius: 50%;
    background: white;
    display: none;
}
.method-card-input:checked + .method-card .method-radio-dot::after { display: block; }

/* ── Amount input ── */
.amount-section {
    background: #0f111e;
    border: 2px solid #2a2a4a;
    border-radius: 16px;
    padding: 2rem;
}
.amount-section h5 {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}
.amount-section .hint {
    font-size: 0.8rem;
    color: #888;
    font-weight: 400;
    margin-bottom: 1.25rem;
}
.amount-input-wrap {
    display: flex;
    align-items: center;
    background: #1a1230;
    border: 2px solid #332555;
    border-radius: 12px;
    padding: 0.75rem 1.25rem;
    gap: 8px;
    transition: border-color 0.15s;
}
.amount-input-wrap:focus-within {
    border-color: #7c5cbf;
}
.amount-currency {
    font-size: 1.3rem;
    font-weight: 700;
    color: #7c5cbf;
}
.amount-input {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    width: 100%;
    font-family: "Poppins", sans-serif;
}
.amount-input::placeholder { color: #444; }
.amount-input::-webkit-inner-spin-button,
.amount-input::-webkit-outer-spin-button { -webkit-appearance: none; }
.amount-meta {
    display: flex;
    justify-content: space-between;
    margin-top: 0.75rem;
    font-size: 0.8rem;
    color: #888;
    font-weight: 400;
}
.amount-meta span.highlight { color: #4ade80; font-weight: 600; }

/* ── KYC slide ── */
.kyc-card {
    background: #0f111e;
    border: 2px solid #2a2a4a;
    border-radius: 16px;
    padding: 2.5rem;
    text-align: center;
    max-width: 520px;
    margin: 0 auto;
}
.kyc-icon {
    width: 80px; height: 80px;
    border-radius: 50%;
    background: #1a1230;
    border: 2px solid #7c5cbf;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 1.5rem;
}
.kyc-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}
.kyc-sub {
    font-size: 0.875rem;
    color: #888;
    font-weight: 400;
    margin-bottom: 2rem;
    line-height: 1.6;
}
.kyc-steps {
    list-style: none;
    padding: 0; margin: 0 0 2rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.kyc-steps li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.875rem;
    color: #ccc;
    font-weight: 400;
}
.kyc-step-num {
    width: 28px; height: 28px;
    border-radius: 50%;
    background: #7c5cbf;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}

/* ── Review card ── */
.review-card {
    background: #0f111e;
    border: 2px solid #2a2a4a;
    border-radius: 16px;
    padding: 2rem;
    max-width: 520px;
    margin: 0 auto;
}
.review-title {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.25rem;
}
.review-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.65rem 0;
    border-bottom: 1px solid #1a1a2e;
    font-size: 0.875rem;
}
.review-row:last-child { border-bottom: none; }
.review-label { color: #888; font-weight: 400; }
.review-value { color: #fff; font-weight: 600; }
.review-value.green { color: #4ade80; }
.review-notice {
    margin-top: 1.25rem;
    background: #1a1230;
    border: 1px solid #332555;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    font-size: 0.8rem;
    color: #9a8ab8;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

/* ── Success ── */
.success-card {
    background: #0f111e;
    border: 2px solid #2a2a4a;
    border-radius: 16px;
    padding: 2.5rem;
    text-align: center;
    max-width: 520px;
    margin: 0 auto;
}

/* ── Nav buttons ── */
.redeem-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}
.btn-back {
    background: transparent;
    border: 2px solid #332555;
    color: #9a8ab8;
    border-radius: 999px;
    padding: 8px 24px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    font-family: "Poppins", sans-serif;
}
.btn-back:hover { border-color: #7c5cbf; color: #fff; }
.btn-redeem {
    background: #4ade80;
    border: none;
    color: #0f111e;
    border-radius: 999px;
    padding: 10px 32px;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.2s;
    font-family: "Poppins", sans-serif;
}
.btn-redeem:hover { opacity: 0.88; }
.btn-redeem:disabled { opacity: 0.4; cursor: not-allowed; }


.sidebar .sidebar-actions {
    display: flex;
    gap: 10px;
    padding: 0 16px;
    margin-bottom: 20px;
}

.sidebar-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 8px;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s;
}

.sidebar-btn:hover { opacity: 0.85; }

.sidebar-btn-buy {
    background: #1a3d1a;
    border: 2px solid #4ade80;
    color: #4ade80;
}

.sidebar-btn-redeem {
    background: #3d1a1a;
    border: 2px solid #f97316;
    color: #f97316;
}

.sidebar-btn-icon {
    font-size: 1rem;
}