/*---- edit-profile ----*/
.heading-section{margin-top:-15px;}
.modern-card {
	border:none;
	border-radius:14px;
	box-shadow:0 10px 30px rgba(0,0,0,0.06);
	/* margin-left:169px; */
	}
.editprofile-content{padding:25px 18px 25px 18px;}
.modern-input {
	border-radius:10px;
	padding:8px 14px;
	border:1px solid #e1e5eb;
	}

.modern-input:focus {
	/* border-color:#6c5ce7; */
	/* box-shadow:0 0 0 3px rgba(108,92,231,.15); */
	border-color: #ae22748f;
    box-shadow: 0 0 0 3px rgb(250 241 246);
	}

.form-label {
	font-size:13px;
	font-weight:500;
	color:#555;
	}

.avatar-wrapper {
	position:relative;
	width:150px;
	height:150px;
	margin:auto;
	}

.avatar-wrapper img {
	width:100%;
	height:100%;
	border-radius:50%;
	object-fit:cover;
	border:4px solid #fff;
	box-shadow:0 8px 20px rgba(0,0,0,0.1);
	}

.upload-btn {
	position: absolute;
	bottom: 5px;
	right: 5px;
	background:#a9146b;
	color: #fff;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 14px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
	}

.btn-primary-modern {
	background:#ae2274;
	color: #fff;
	border-radius:5px;
	padding: 10px 24px;
	border: none;
	}

.btn-primary-modern:hover {
	background:#ae1970;
	color:#fff;
	}
.c-btn{padding:10px 30px 10px 30px; background: #e0e0e0;}

.left-section{margin-left: 0px;}

.left-section .heading-content{border-bottom: 1px dashed #d3d3d3;}

.form-section{width:500px;}

/*---- edit-profile end ----*/

.earning-img img{
	width:100%;
    height: 336px;
	}

/*---- kyc-verification ----*/

/* .kyc-verification-content{margin-left: 149px;} */

.card{
	border:0;
	border-radius:18px;
	box-shadow:0 12px 28px rgba(0,0,0,.06);
	}

.section-title{
	font-size:13px;
	font-weight: 550;
    color: #000;
	letter-spacing:.08em;
	}

.profile-img{
	width:90px;
	height:90px;
	border-radius:50%;
	object-fit:cover;
	border:4px solid #fff;
	box-shadow:0 6px 15px rgba(0,0,0,.15);
	margin: 0 auto;
	}

.status-pill{
	background: rgb(5 177 68 / 98%);
    color: #fff;
	padding:6px 14px;
	border-radius:30px;
	font-size:13px;
	}

.info-row{
	display:flex;
	justify-content:space-between;
	gap:20px;
	padding:14px 0;
	border-bottom:1px dashed #e5e7eb;
	}

.info-row:last-child{border-bottom:none;}
.info-label{
	font-size:13px;
	color:var(--muted);
	}
.info-value{
	font-size:14px;
	font-weight: 550;
    color: #000;
	}

.doc-card{
	border:1px solid #e5e7eb;
	border-radius:16px;
	padding:18px;
	transition:.3s;
	background:#fff;
	}

.doc-card:hover{
	border-color: #ab1b70;
    box-shadow: 0 10px 22px rgb(250 241 246);
	}

.doc-icon{
	width:44px;
	height:44px;
	border-radius:12px;
	background:#eff6ff;
	color:var(--primary);
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:18px;
	}

/*---- kyc-verification end ----*/


/*---- commission ----*/

.commission-card {
	border: none;
	border-radius: 10px;
	box-shadow: 0 4px 14px rgba(0,0,0,0.06);
	}

.card-header {
	background: #fff;
	font-weight:550;
	border-bottom: 1px solid #eee;
	}

.actions i {
	margin-left: 12px;
	color: #777;
	cursor: pointer;
	}

.actions i:hover {color: #0d6efd;}

.section-title {
	font-size: 14px;
	font-weight:550;
	color: #555;
	margin-bottom: 12px;
	text-transform: uppercase;
	}

.list-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px dashed #ddd;
	font-size: 14px;
	}

.list-item:last-child {border-bottom: none;}

.dot {
	width: 8px;
	height: 8px;
	background: #28a745;
	border-radius: 50%;
	display: inline-block;
	margin-right: 6px;
	}

/*---- commission end ----*/

.services-search-box{    
	float: right;
	width: 250px;
	max-width: 100%;
	margin-top: -47px;
	position: relative;
	}
.services-search-box::before {
	position: absolute;
	top: 9px;
	left: 14px;
	font-family:boxicons;
	content: "\eb54";
	color: #cacaca;
	}
.filter-option::after {
	position: absolute;
    top: 8px;
    right: 14px;
    font-family: boxicons;
    content: "\ea3b";
    color: #606060;
    font-size: 16px;
	}	
.services-search-box input{
	width: 100%;
    outline: none;
    padding: 8px 15px;
    padding-left: 34px;
    border-radius: 20px;
    box-shadow: none;
    border: solid 1px #428bca26;
	}
.services-search-box input:focus{    
	border-color: #ae22748f;
	box-shadow: 0 0 0 3px rgb(250 241 246);
	}

.service-content{padding: 7px 6px 8px 4px;background: #fff;}
.service-content h3{
	text-align:center; 
	font-size:15px;
	color: #000;
	white-space: nowrap;
	margin-top: 16px;
	}
.service-content .click-btn{
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 1px 6px 1px;
    color: #ffffff;
    background: #b53580;
	border-radius:5px;
	}	
	
.services-icon-box{padding: 6px 12px 15px 12px;}
.services-icon-box img{
	width: 120px;
	margin: 0 auto;
	border: 3px solid #ffe2e2;
    border-radius: 50%;
	}

.service-section:hover{transform:scale(1.0);}

.btn-purple {
	background: #8e44ad;
	color: #fff;
	}
.btn-purple:hover {
	background: #732d91;
	color: #fff;
	}

.table-purple {
	background: #8e44ad;
	color: #fff;
	}

.table thead th {
	white-space: nowrap;
	}

.modal-title {
	letter-spacing: 1px;
	}


/*--- package-style ---*/

.page-title {
	font-size: 28px;
	font-weight:550;
	color:#000;
	margin-bottom: 25px;
	}

.card {
	background: white;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	border: 1px solid #e9ecef;
	overflow: hidden;
	}

.card-header {
	background: white;
	padding: 20px 25px;
	border-bottom: 1px solid #e9ecef;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}

.card-title {
	font-size: 18px;
	font-weight:550;
	color:#888888;
	margin: 0;
	}

.search-btn {
	background: white;
	border: 1px solid #dee2e6;
	padding: 8px 20px;
	border-radius: 6px;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	gap: 8px;
	}

.search-btn:hover {
	background: #f8f9fa;
	}

.search-btn i {
	color: #666;
	}

.pagination-container {
	display: flex;
	justify-content: center;
	padding: 15px;
	/* border-bottom: 1px solid #e9ecef; */
	}

.pagination {
	display: flex;
	gap: 5px;
	margin: 0;
	}

.page-btn {
	width: 32px;
	height: 32px;
	border: 1px solid #dee2e6;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 4px;
	font-size: 14px;
	color: #666;
	transition: all 0.3s ease;
	}

.page-btn:hover {
	background: #efefef;
    border-color: #8b8b8b;
	}

.page-btn.active {
	background:#ae2274;
	color: white;
	border-color:#ae2274;
	}
.table-section{padding:20px 25px;}
.table-responsive {
	overflow-x: auto;
	}

table {
	width: 100%;
	border-collapse: collapse;
	}

thead {
	background:#ae2274;
	}

thead th {
	padding:10px 10px;
	text-align:center;
	font-size:11px;
	font-weight:550;
	color:white;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border: 1px solid #c5c5c5;
	}

tbody tr {
	border-bottom: 1px solid #e9ecef;
	transition: all 0.2s ease;
	}

tbody tr:hover {
	background: #f8f9fa;
	}

tbody td {
	padding:8px 8px;
    font-size: 13px;
	color: #495057;
	vertical-align: top;
	border: 1px solid #dbdbdb;
	text-align: center;
	}

.badge {
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 11px;
	font-weight:550;
	}

.badge-success {
	background: #4caf50;
	color: white;
	}

.badge-active {
	background: #2196f3;
	color: white;
	}

.menu-toggle {
	display: none;
	font-size: 24px;
	cursor: pointer;
	color: #e91e63;
	}

/* Responsive */
@media (max-width: 768px) {
.sidebar {
	transform: translateX(-100%);
	transition: 0.3s;
	z-index: 1000;
	}

.sidebar.show {
	transform: translateX(0);
	}

.main-content {
	margin-left: 0;
	}

.menu-toggle {
	display: block;
	}

.header {
	padding: 15px 20px;
	}

.main-content {
	padding: 20px 15px;
	}

.card-header {
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	}

table {
	font-size: 12px;
	}

thead th,
tbody td {
	padding: 10px 8px;
	}
}

.sidebar::-webkit-scrollbar {
	width: 6px;
	}
.sidebar::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	}

/*---package-style end---*/



/*--- add-package-popup ---*/

.popup-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.45);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 999;
	}

.popup-card {
	width: 340px;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 25px 60px rgba(0,0,0,0.2);
	animation: popupScale 0.3s ease;
	overflow:hidden;
	}

@keyframes popupScale {
  from {
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.popup-header {
	padding: 18px;
	text-align: center;
	border-bottom: 1px solid #eee;
	}

.popup-header h6 {
	margin: 0;
	font-weight: 550;
	color: #000000;
	}

.popup-header span {
	font-weight: 400;
	color: #888;
	}

.popup-body {padding: 20px;}

.form-control {
	border: none;
	border-bottom: 2px solid #ddd;
	border-radius: 0;
	}

.add-btn {
	background:#ae2274;
	color: #fff;
	border-radius: 0 0 14px 14px;
	padding: 14px;
	font-weight:550;
	letter-spacing: 0.5px;
	width: 100%;
	}
.add-btn:hover{background:#ae2274;color:#fff;}

/*--- add-package-popup end ---*/

/*----search-up and down style----*/

.header-section {
	background: white;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 20px;
	}

.search-toggle-section {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease-out;
	background: white;
	border-radius: 8px;
	}

.search-toggle-section.show {
	max-height: 500px;
	transition: max-height 0.5s ease-in;
	}

.search-content {
	padding: 24px;
	opacity: 0;
	transform: translateY(-10px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	}

.search-toggle-section.show .search-content {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.1s;
	}

.btn-search {
	background-color: #6366f1;
	color: white;
	border: none;
	padding: 8px 24px;
	border-radius: 6px;
	font-weight: 500;
	}

.btn-search:hover {
	background-color: #4f46e5;
	color: white;
	}

.btn-back {
	background-color:#fff;
	color: #000;
	font-weight: 500;
	border: 1px solid #dee2e6;
	padding: 8px 20px;
	border-radius: 6px;
	font-size: 14px;
	cursor: pointer;
	}
.btn-back i{margin: -10px 0px -7px 0px;}	

.btn-back:hover {border:1px solid #cecece;}

.btn-clear {
	background-color: #f3f4f6;
	color: #374151;
	border: none;
	padding: 8px 24px;
	border-radius: 6px;
	font-weight: 500;
	}

.btn-clear:hover {background-color: #e5e7eb;}

.form-label {
	font-weight:550;
	color: #374151;
	margin-bottom: 8px;
	font-size: 14px;
	}

.form-control, .form-select {
	border: 1px solid #d1d5db;
	border-radius: 6px;
	padding: 10px 12px;
	}
.form-control:focus{
	border-color: #ae22748f;
    box-shadow: 0 0 0 3px rgb(250 241 246);
	}	
	
/*----search-up and down style end----*/	


/*---- Commission-popup ----*/

.commission-section .modal-header {
	background: #ffffff;
	border-bottom: 1px solid #ddd;
	}

.commission-section .modal-title {
	font-size: 15px;
	font-weight:550;
	}
.commission-table{margin-bottom:15px;}

.commission-table .table thead th {
	background:#ae2274;
	color: #fff;
	font-size: 13px;
	text-align: center;
	white-space: nowrap;
	font-weight: 550;
	}

.commission-table .table tbody td {
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
	}

.commission-table .table-responsive {
	max-height: 320px;
	overflow-y: auto;
	/* padding: 20px 25px; */
	}
.commission-table .commission-input {
	width: 47px;
    text-align: center;
    font-size: 13px;
    height: 35px;
	}
.commission-table .btn-save {
	background: #5cb85c;
	color: #fff;
	font-size: 12px;
	padding: 4px 10px;
	}
.commission-table .btn-save:hover {background: #4cae4c;}
.commission-table .filter-box {
	padding: 15px;
	margin-top: 15px;
	}
.commission-table .filter-box label {
	font-size: 12px;
	color: #555;
	}
	
/*---- Commission-popup end ----*/	


/*---- services-style ----*/


.main-content {
	flex: 1;
	background: #f8f9fa;
	}

.breadcrumb {
	color: #999;
	font-size: 13px;
	margin-bottom: 20px;
	}

.page-header h1 {
	font-size: 32px;
	color: #2c3e50;
	margin-bottom: 8px;
	}

.page-header p {
	color: #95a5a6;
	font-size: 14px;
	margin-bottom: 40px;
	}

.services-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 18px;
	}

.service-card {
	background: white;
	border-radius: 14px;
	padding: 20px 14px;
	text-align: center;
	box-shadow: 0 2px 10px rgba(0,0,0,0.06);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	animation: fadeInUp 0.4s ease-out backwards;
	}

.service-card:hover {
	transform: translateY(-8px) scale(1.02);
	box-shadow: 0 8px 25px rgba(0,0,0,0.12);
	}

.service-card:hover .service-icon {
	transform: rotate(5deg) scale(1.1);
	}

.service-icon {
	width: 70px;
	height:70px;
	margin: 0 auto 14px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.service-icon img {
	width: 100%;    
	border: 1px solid #b535804d;
    border-radius: 50px;
	}

/* .service-icon.pink { */
	/* background: #fce4ec; */
	/* color: #c2185b; */
	/* } */

/* .service-icon.blue { */
	/* background: #e3f2fd; */
	/* color: #1976d2; */
	/* } */

/* .service-icon.teal { */
	/* background: #e0f2f1; */
	/* color: #00897b; */
	/* } */

/* .service-icon.orange { */
	/* background: #fff3e0; */
	/* color: #f57c00; */
	/* } */

/* .service-icon.purple { */
	/* background: #f3e5f5; */
	/* color: #7b1fa2; */
	/* } */

/* .service-icon.red { */
	/* background: #ffebee; */
	/* color: #c62828; */
	/* } */

/* .service-icon.green { */
	/* background: #e8f5e9; */
	/* color: #388e3c; */
	/* } */

/* .service-icon.lightblue { */
	/* background: #e1f5fe; */
	/* color: #0288d1; */
	/* } */

.service-name {
	font-size: 13px;
	color: #000000;
	font-weight: 550;
	margin-bottom: 14px;
	}

.service-btn {
	background: #b53580;
	color: white;
	border: none;
	padding: 9px 20px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 550;
	cursor: pointer;
	width: 100%;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	}

.service-btn:hover {
	transform: scale(1.05);
	box-shadow: 0 4px 15px rgb(181 53 128 / 17%);
	background: #b53580;
	}

.service-card:nth-child(1) { animation-delay: 0.05s, 0s; }
.service-card:nth-child(2) { animation-delay: 0.1s, 0.2s; }
.service-card:nth-child(3) { animation-delay: 0.15s, 0.4s; }
.service-card:nth-child(4) { animation-delay: 0.2s, 0.6s; }
.service-card:nth-child(5) { animation-delay: 0.25s, 0.8s; }
.service-card:nth-child(6) { animation-delay: 0.3s, 1s; }
.service-card:nth-child(7) { animation-delay: 0.35s, 1.2s; }
.service-card:nth-child(8) { animation-delay: 0.4s, 1.4s; }
.service-card:nth-child(9) { animation-delay: 0.45s, 1.6s; }
.service-card:nth-child(10) { animation-delay: 0.5s, 1.8s; }
.service-card:nth-child(11) { animation-delay: 0.55s, 2s; }
.service-card:nth-child(12) { animation-delay: 0.6s, 2.2s; }

@media (max-width: 1400px) {
.services-grid {grid-template-columns:repeat(6, 1fr);}
}

@media (max-width: 1200px) {
.services-grid {grid-template-columns: repeat(4, 1fr);}
}

@media (max-width: 900px) {
.services-grid {grid-template-columns: repeat(2, 1fr);}
}

@media (max-width: 768px) {
.sidebar {display: none;}
}

/*---- services-style end ----*/


/*---- account-info-style ----*/

.virtual-account-card {
	background:#fff;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	border: 1px solid #e9ecef;
	padding: 25px 18px 25px 18px;
	}

.virtual-account-header {
	padding: 15px 20px;
	border-bottom: 1px solid #ddd;
	font-weight: 550;
	color: #000000;
	}

.virtual-account-body {padding: 20px;}

.account-detail-row {
	display: flex;
	padding: 12px 0;
	border-bottom: 1px solid #f0f0f0;
	}

.account-detail-row:last-child {border-bottom: none;}

.account-detail-label {
	flex: 0 0 180px;
	font-weight: 400;
	color: #333;
	padding-right: 20px;
	}

.account-detail-colon {
	flex: 0 0 20px;
	color: #333;
	}

.account-detail-value {
	flex: 1;
	color: #333;
	}

@media (max-width: 768px) {
.account-table {font-size: 12px;}

.account-table thead th,
.account-table tbody td {padding: 10px 5px;}

.account-detail-label {flex: 0 0 140px;}

}

/*---- account-info-style end ----*/


/*---- send-money-style ----*/

.sendmoney-section {
	background: white;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	padding: 30px;
	}

.form-title {
	font-size: 18px;
	font-weight: 500;
	color: #666;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
	}

.steps-container {
	display: flex;
	margin-bottom: 40px;
	}

.step-item {
	flex: 1;
	display: flex;
	align-items: center;
	}

.step-content {
	display: flex;
	align-items: center;
	gap: 10px;
	}

.step-indicator {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #ccc;
	background: white;
	position: relative;
	}

.step-indicator.active {
	background:#ae2274;
	border-color:#ae2274;
	}

.step-indicator.completed {
	background:#ae2274;
	border-color:#ae2274;
	}

.step-line {
	flex: 1;
	height: 2px;
	background: #e0e0e0;
	margin: 0 10px;
	}

.step-line.active {
	background:#ae2274;
	}

.step-label {
	font-size: 14px;
	color: #666;
	margin-left: 5px;
	}

.step-label.active {
	color: #333;
	font-weight: 500;
	}

.form-group {margin-bottom: 25px;}

label {
	display: block;
	font-size: 14px;
	color: #666;
	margin-bottom: 8px;
	}

input, select {
	width: 100%;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	transition: border-color 0.3s;
	}

input:focus, select:focus {
	outline: none;
	border-color: #8b5cf6;
	}

.error {
	color: #e74c3c;
	font-size: 12px;
	margin-top: 5px;
	}

.button-group {
	display: flex;
	gap: 10px;
	margin-top: 30px;
	}

button {
	padding: 12px 24px;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
	transition: background-color 0.3s;
	}

.btn-primary {
	background: #8b5cf6;
	color: white;
	text-transform: uppercase;
	font-weight: 500;
	}

.btn-primary:hover {background: #7c3aed;}

.btn-secondary {
	background: #e0e0e0;
	color: #666;
	text-transform: uppercase;
	}

.btn-secondary:hover {background: #d0d0d0;}

.step-content-area {display: none;}
.step-content-area.active {display: block;}

.summary-item {
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px solid #f0f0f0;
	}

.summary-item:last-child {
	border-bottom: none;
	font-weight: 600;
	font-size: 16px;
	}

.summary-label {
	color: #000000;
	font-weight: 550;
	}

.summary-value {
	color: #333;
	font-weight: 500;
	}
/*---- send-money-style end ----*/



/*---- mobile-recharge-style ----*/

.view-plan {
	color: #6c63ff;
	font-size: 14px;
	text-decoration: none;
	}

.view-plan:hover {text-decoration:underline;}
.recharge-content{font-size:11px;}
.transaction-card {
	background-color: white;
	border-radius: 8px;
	padding:10px 12px 10px 12px;
	margin-bottom: 12px;
	border-left:4px solid #ae2274;
	transition: all 0.3s;
	}

.transaction-card:hover {box-shadow: 0 4px 12px rgba(0,0,0,0.1);}
.transaction-card .img img{    
	width:40px;
	margin-top:10px;
	padding:0px 8px 0px 0px;
	}

.transaction-header {
	color:#888;
	margin-bottom:5px;
	}

.transaction-info {
	font-weight:550;
	color:#888;
	margin-bottom:3px;
	}

.transaction-amount {
	color:#666;
	}

.success-btn {
	/*background-color:#28a745;*/
	padding:5px 12px;
	border-radius:15px;
	font-size:11px;
	color: #28a745;
	}
.danger-btn	{
	padding:5px 12px;
	border-radius:15px;
	font-size:11px;
	color:#f62718;
	}

.transaction-date {
	font-size:11px;
	color:#999;
	}

.print-icon {
	color:#28a745;
	cursor:pointer;
	font-size:18px;
	}

.print-icon:hover {color:#218838;}

/*---- mobile-recharge-style end ----*/



/*---- commission-table ----*/

.commission-table{    
	padding: 15px;
	border: 1px solid #e1e1e1;
	}

/*---- commission-table ----*/



/*----- rightside-popup-style -----*/

.rightpopup-section .modal-header {border-bottom: 1px solid #e5e5e5;}
.rightpopup-section .modal-title {font-weight: 550;}
.rightpopup-section label {
	font-size: 14px;
	font-weight: 500;
	}
.rightpopup-section .form-control,
.form-select {
	height: 44px;
	font-size: 14px;
	}
.rightpopup-section textarea.form-control {height: auto;}
.rightpopup-section .modal.right .modal-dialog {
	position: fixed;
	right: 0;
	margin: 0;
	width: 450px;
	height: 100%;
	transform: translateX(100%);
	transition: transform 0.3s ease-out;
	}
.rightpopup-section .modal.right.show .modal-dialog {transform: translateX(0);}
.rightpopup-section .modal.right .modal-content {
	height: 100%;
	border-radius: 0;
	}
.rightpopup-section .modal.right .modal-body {overflow-y: auto;}

/*----- rightside-popup-style end -----*/




/*----mobile-recharge-style---*/
      
.provider-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 10px;
	}
        
.provider-btn {
	padding: 15px;
	border: 2px solid #e2e8f0;
	border-radius: 12px;
	background: white;
	cursor: pointer;
	transition: all 0.3s ease;
	text-align: center;
	font-weight:550;
	color: #4a5568;
	}
        
.provider-btn:hover {
	border-color:#ae2274de;
	transform: scale(1.05);
	}
        
.provider-btn.active {
	background:#ae2274de;
	color: white;
	border-color: transparent;
	}
        
.amount-options {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 10px;
	}
        
.amount-btn {
	padding: 12px;
	border: 2px solid #e2e8f0;
	border-radius: 10px;
	background: white;
	cursor: pointer;
	transition: all 0.3s ease;
	font-weight:550;
	color: #4a5568;
	}
        
.amount-btn:hover {
	border-color:#ae2274de;
	transform: scale(1.05);
	}
        
.amount-btn.active {
	background:#ae2274de;
	color: white;
	border-color: transparent;
	}
        
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
        
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
        
@keyframes slideInRight {
	from {
		opacity: 0;
		transform: translateX(-20px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
        
@media (max-width: 992px) {
	.main-grid {
		grid-template-columns: 1fr;
	}

	.provider-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
        
@media (max-width: 576px) {
	.page-header h1 {
		font-size: 2rem;
	}
	
	.amount-options {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.btn-group-custom {
		flex-direction: column;
	}
}

/*----mobile-recharge-style end ---*/



/*----aeps-service-style---*/

.aeps-section .bank-icons {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 10px;
	}

.aeps-section .bank-icon {
	width: 45px;
	height: 45px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #dee2e6;
	cursor: pointer;
	transition: all 0.3s ease;
	background: white;
	}

.aeps-section .bank-icon:hover {
	border-color:#b92c77;
	transform: translateY(-2px);
	}

.aeps-section .bank-icon i {
	font-size: 24px;
	}

.aeps-section .bank-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 5px;
	}

.aeps-section .amount-buttons {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 15px;
	}

.aeps-section .amount-btn {
	padding: 8px 58px;
	border: 1px solid #dee2e6;
	background: white;
	border-radius:5px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 14px;
	font-weight: 500;
	}

.aeps-section .amount-btn:hover {
	background: #b92c77;
	color: white;
	border-color: #b92c77;
	}

.aeps-section .amount-btn.active {
	background: #b92c77;
	color: white;
	border-color: #b92c77;
	}
.bank-icon{width:30px;}


/*----aeps-service-style end ---*/



/*---- bank-account-style ----*/

/* Main Content */
.bank-section .content-area {
	padding: 30px;
	background: #f8f9fa;
}
.bank-section .card {
	border: none;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
	margin-bottom: 20px;
}

.bank-section .card-header {
	background: #fff;
	border-bottom: 1px solid #e9ecef;
	padding: 20px;
	font-weight:550;
	font-size: 16px;
}

.bank-section .card-body {
	padding: 25px;
}

/* Bank Cards */
.bank-section .bank-card {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border-radius: 12px;
	padding: 25px;
	color: white;
	margin-bottom: 15px;
}

.bank-section .bank-card-name {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}

.bank-section .account-info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
	font-size: 14px;
}

.bank-section .account-info-label {
	opacity: 0.9;
}

.bank-section .account-info-value {
	font-weight: 600;
}

.bank-section .badge-type {
	background: rgba(255,255,255,0.2);
	padding: 4px 12px;
	border-radius: 12px;
	font-size: 12px;
	display: inline-block;
	margin-top: 10px;
}

.bank-section .card-actions {
	margin-top: 15px;
	display: flex;
	gap: 10px;
}

.bank-section .btn-action {
	background: rgba(255,255,255,0.2);
	border: none;
	color: white;
	padding: 6px 15px;
	border-radius: 6px;
	font-size: 13px;
	cursor: pointer;
}

.bank-section .btn-action:hover {
	background: rgba(255,255,255,0.3);
}

/* Empty State */
.bank-section .empty-state {
	text-align: center;
	padding: 60px 20px;
	color: #999;
}

.bank-section .empty-state i {
	font-size: 60px;
	margin-bottom: 15px;
	color: #ddd;
}

@media (max-width: 768px) {
	.bank-section .sidebar {
		display: none;
	}
	.bank-section .content-area {
		padding: 15px;
	}
}
/*---- bank-account-style end ----*/


/*---- notice-style ----*/
.notice-fab {
	position: fixed;
    bottom: 67px;
    right: 24px;
    background: #ffffff;
    color: #a81169;
    border-radius: 50%;
    padding: 16px 22px;
    font-weight: 500;
    border: none;
    box-shadow: 0 12px 25px rgb(254 227 242);
    transition: transform .3s ease;
    z-index: 999;
    font-size: 19px;
	}
.notice-fab:hover {
	transform: translateY(-3px);
	}

.modal-content {
	border-radius: 18px;
	border: 1px solid rgba(255,255,255,0.25);
	box-shadow: 0 30px 60px rgba(0,0,0,0.25);
	}

.notice-header {
	border-bottom: none;
	padding-bottom: 0;
	}
.notice-badge {
	background: linear-gradient(135deg, #ff512f, #dd2476);
	padding: 6px 14px;
	border-radius: 50px;
	font-size: 12px;
	color: #fff;
	}

.notice-body {
	font-size: 14px;
	line-height: 1.7;
	color: #000;
	}
.notice-body span{font-weight:550;}	

.notice-footer {
  border-top: none;
}

.modal-backdrop.show {
  backdrop-filter: blur(6px);
}

.notice-btn{
	border: 1px solid #a50a65;
    color: #fff;
	background:#a50a65
	}
.notice-btn:hover{
	border: 1px solid #a50a65;
    color: #a50a65;
	background: transparent;
	}	

/*---- notice-style end ----*/