/*
Lumino Admin Bootstrap Template
Version 1.0
*/


/*Global Styles*/
html, body {
	height: 100%;
	width: 100%;
}
body {
	background: #f1f4f7;
	padding-top: 50px;
	color: #5f6468;
	overflow-x: hidden;
}

p {
	color: #777;
}

a, a:hover, a:focus {
	color: #ED1E79;
}

h1, h2, h3, h4, h5, h6 {
	color: #5f6468;
}

h1 {
	font-weight: 300;
	font-size: 40px;
}

h2 {
	font-weight: 300;
	margin-bottom: 20px;
}

h3, h4 {
	font-weight: 300;
}

.large {
	font-size: 2em;
}

.text-muted {
	color: #9fadbb;
}

.color-gray { color: #5f6468; }
.color-blue { color: #ED1E79; }
.color-teal { color: #1ebfae; }
.color-orange { color: #ffb53e; }
.color-red { color: #f9243f; }

.bg-primary .glyphicon-remove { color: #5f6468;}
.bg-primary .glyphicon-remove:hover { color: #ef4040;}

.no-padding {
	padding: 0; margin: 0;
}

.glyphicon-xl {
	font-size: 6em;
}

.glyphicon-l {
	font-size: 3em;
}

.glyphicon-m {
	font-size: 1.5em;
}

.glyphicon-s {
	font-size: 0.75em;
}

.form-control {
	/* border: 1px solid #eee; */
	box-shadow: none;
}

.form-control:focus {
	border: 1px solid #ED1E79;
	outline: 0;
	box-shadow: inset 0px 0px 0px 1px #ED1E79;
}

.navbar-header .navbar-brand {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
}

.navbar-header .navbar-brand span {
	color: #ED1E79;
}

/*Buttons*/

a.btn:hover,
button:hover {
	opacity: 0.8;
}

a.btn:active,
button:active {
	box-shadow: inset 0px 0px 500px rgba(0,0,0,.1);
	opacity: 1;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #e9ecf2;
	border-color: #e9ecf2;
	color: #1b3548;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #ED1E79;
	border-color: #ED1E79;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success,
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #8ad919;
	border-color: #8ad919;
}

.btn-warning,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning,
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #ffb53e;
	border-color: #ffb53e;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger,
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #f9243f;
	border-color: #f9243f;
}

/*Backgrounds*/

.bg-primary {
	color: #1b3548;
	background-color: #e9ecf2;
}
a.bg-primary:hover {
	background-color: #e9ecf2;
}
.bg-success {
	color: #fff;
	background-color: #8ad919;
}
a.bg-success:hover {
	background-color: #8ad919;
}
.bg-success a {
	color: rgba(255, 255, 255, .75);
}
.bg-info {
	color: #fff;
	background-color: #ED1E79;
}
a.bg-info:hover {
	background-color: #ED1E79;
}
.bg-info a {
	color: rgba(255, 255, 255, .75);
}
.bg-warning {
	color: #fff;
	background-color: #ffb53e;
}
a.bg-warning:hover {
	background-color: #ffb53e;
}
.bg-warning a {
	color: rgba(255, 255, 255, .75);
}
.bg-danger {
	color: #fff;
	background-color: #f9243f;
}
a.bg-danger:hover {
	background-color: #f9243f;
}
.bg-danger a {
	color: rgba(255, 255, 255, .75);
}

/*Panels*/

.panel {
	border: 0;
}

.panel-heading {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.025em;
	height: 66px;
	line-height: 45px;
}

.panel-default .panel-heading {
	background: #fff;
	border-bottom: 1px solid #eee;
	color: #5f6468;
}

.panel-footer {
	background: #fff;
	border-top: 1px solid #eee;
}

.panel-widget {
	padding: 0;
	position: relative;
}

.panel-widget .panel-footer {
	border: 0;
	text-align: center;
}

.panel-footer .input-group {
	padding: 0px;
	margin: 0 -5px;
}

.panel-footer .input-group-btn:last-child>.btn, 
.panel-footer .input-group-btn:last-child>.btn-group {
	margin: 0;
}

.panel-widget .panel-footer a {
	color: #999;
}

.panel-widget .panel-footer a:hover {
	color: #666;
	text-decoration: none;
}

.panel-blue { background: #ED1E79; color: #fff; }
.panel-teal { background: #1ebfae; color: #fff; }
.panel-orange { background: #fde9f2; color: #fff; }
.panel-red { background: #f9243f; color: #fff; }

.panel-blue .panel-body p,
.panel-teal .panel-body p,
.panel-orange .panel-body p,
.panel-red .panel-body p { 
	color: #fff; 
	color: rgba(255, 255, 255, .8);
}

.panel-blue .panel-heading,
.panel-teal .panel-heading,
.panel-orange .panel-heading,
.panel-red .panel-heading {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.panel-blue .text-muted,
.panel-teal .text-muted,
.panel-orange .text-muted,
.panel-red .text-muted { 
	color: rgba(255, 255, 255, .5); 
}

.dark-overlay {
	background: rgba(0, 0, 0, .05);
	text-align: center;
}

.widget-left {
	height: 80px;
	padding-top: 15px;
	text-align: center;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.widget-right {
	text-align: left;
	line-height: 1.6em;
	margin: 0px;
	padding: 20px;
	height: 80px;
	color: #999;
	font-weight: 300;
	background: #fff;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

@media (max-width: 768px) {
	.widget-right {
	width: 100%;
	margin: 0;
	text-align: center;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	}
}

@media (max-width: 768px) {
	.widget-left {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	}
}

.widget-right .text-muted {
	color: #9fadbb;
}
.widget-right .large {
	color: #5f6468;
}

.panel-blue .widget-left { background: #ED1E79; color: #fff; }
.panel-teal .widget-left { background: #1ebfae; color: #fff; }
.panel-orange .widget-left { background: #fde9f2; color: #fff; }
.panel-red .widget-left { background: #f9243f; color: #fff; }

.panel-widget {
	background: #fff;
}

/*Jumbotron*/

.jumbotron {
	background: #fff;
	border-bottom: 1px solid #eee;
	color: #5f6468;
}

/*Tabs*/

.panel .tabs {
	margin: 0;
	padding: 0;
}

.nav-tabs {
	background: #e9ecf2;
	border: 0;
}

.nav-tabs li a:hover {
	background: #fff;
}

.nav-tabs li a,
.nav-tabs li a:hover,
.nav-tabs li.active a,
.nav-tabs li.active a:hover {
	border: 0;
	padding: 15px 20px;
}

.nav-pills {
	padding: 15px;
	padding-bottom: 0;
}

.nav-pills li a,
.nav-pills li a:hover,
.nav-pills li.active a,
.nav-pills li.active a:hover {
	border: 0;
	padding: 7px 15px;
}

.nav-pills li.active a,
.nav-pills li.active a:hover {
	background: #ED1E79;
}

.tab-content {
	padding: 15px;
}


/*Navbar*/

.navbar {
	border: 0;
}

.navbar input {
	border: 0;
	background: #444;
	color: #fff;
}

.navbar input:focus {
	color: #fff;
	background: #555;
	border: 1px solid #ED1E79;
	outline: 0;
	box-shadow: inset 0px 0px 0px 1px #ED1E79;
}

.user-menu {
	display: inline-block;
	margin-top: 14px;
	margin-right: 10px;
	float: right;
	list-style: none;
	padding: 0;
}

.user-menu a {
	color: #fff;
}

.user-menu a:hover, .user-menu a:focus {
	text-decoration: none;
}

/* Sidebar */

.sidebar {
	display: block;
	background-color: #fff;
	padding: 0;
	display: none;
}

.sidebar form {
	padding: 20px 15px 5px 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.sidebar {
		display: block;
  		position: fixed;
		top: 50px;
		bottom: 0;
		left: 0;
		z-index: 1000;
		display: block;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
		overflow-y: auto; 
		background-color: #fff;
		box-shadow: 1px 0px 10px rgba(0, 0, 0, .05);
	}
	.navbar-header {
		width: 100%;
	}
}

.sidebar ul.nav a:hover, 
.sidebar ul.nav li.parent ul li a:hover {
	text-decoration: none;
	background-color: #e9ecf2;
}

.sidebar ul.nav .active a, .sidebar ul.nav li.parent a.active,
.sidebar ul.nav .active > a:hover, .sidebar ul.nav li.parent a.active:hover,
.sidebar ul.nav .active > a:focus, .sidebar ul.nav li.parent a.active:focus {
	color: #fff;
	background-color: #ED1E79;
}*/

.sidebar ul.nav ul,
.sidebar ul.nav ul li {
	list-style: none;
	list-style-type: none;
}

.sidebar ul.nav ul.children {
	width: auto;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
}

.sidebar ul.nav ul.children li a {
	height: 40px;
	background: #f9f9f9;
	color: #ED1E79!important;
}

.sidebar ul.nav li.current a {
	background-color: #ED1E79;
	color: #fff!important;
}

.sidebar ul.nav li.parent ul li a {
	border: none;
	display:block;
	padding-left: 30px;
	line-height: 40px;
}


.sidebar span.glyphicon {
	margin-right: 10px;
}

.sidebar ul.nav li.divider {
	border-bottom: 1px solid #eee;
	margin: 20px 0;
}

.sidebar .attribution {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 15px;
	text-align: center;
	border-top: 1px solid #eee;
	font-size: 12px;
}

/*Breadcrumbs*/

.breadcrumb {
	border-radius: 0;
	padding: 10px 15px;
	background: #e9ecf2;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	margin: 0 ;
}

h1.page-header {
	margin-top: 30px;
	border-bottom: 0;
}

/*Charts*/

.main-chart {
	background: #fff;
}

.easypiechart-panel {
	text-align: center;
	padding: 1px 0;
	margin-bottom: 20px;
}

.placeholder h2 {
	margin-bottom: 0px;
}

.donut {
	width: 100%;
}

.easypiechart {
	position: relative;
	text-align: center;
	width: 120px;
	height: 120px;
	margin: 20px auto 10px auto;
}

.easypiechart .percent {
	display: block;
	position: absolute;
	font-size: 26px;
	top: 38px;
	width: 120px;
}

#easypiechart-blue .percent { color: #ED1E79;}
#easypiechart-teal .percent { color: #1ebfae;}
#easypiechart-orange .percent { color: #ffb53e;}
#easypiechart-red .percent { color: #ef4040;}

/*Calendar Widget*/

#calendar, .datepicker-inline {
	width: 100%;
}

#calendar table {
	width: 100%;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
	color: rgba(255, 255, 255, .50);
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
	color: #ffffff;
	background-color: rgba(0, 0, 0, .5);
	border-color: #285e8e;
}

.datepicker table tr td span:hover,
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
	background: rgba(0, 0, 0, 0.25);
}

.panel-heading .glyphicon {
	margin-right: 10px;
}

/*Todo List Widget*/

.todo-list-item .glyphicon { 
	margin-right:5px; 
	color: #9fadbb; 
}

.todo-list-item .glyphicon:hover { 
	margin-right:5px; 
	color: #1b3548; 
}

.todo-list { 
	padding: 0;
	margin: -15px;
	background: #fff;
	color: #5f6468;
}

#checkbox {
	margin: 0;
}

.todo-list .checkbox { 
	display:inline-block; 
	margin: 0px;
}

.panel-body input[type=checkbox]:checked + label { 
	text-decoration: line-through;
	color: #777; 
}

.todo-list-item {
	list-style: none;
	line-height: 0.9;
	padding: 14px 15px 8px 15px;
}

.todo-list-item:hover, a.todo-list-item:focus {
	text-decoration: none;
	background-color: #f6f6f6;
}

.todo-list-item .trash .glyph:hover {
	color: #ef4040;
}


/*Chat Widget*/

.chat ul {
	list-style: none;
	margin: -15px;
	padding: 15px;
}

.chat ul li {
	margin-bottom: 10px;
	padding: 15px 5px;
	border-bottom: 1px solid #eee;
}

.chat ul li.left .chat-body { margin-left: 100px;}
.chat ul li.right .chat-body { margin-right: 100px;}

.chat ul li .chat-body p {
	margin: 0;
}

.chat ul .glyphicon {
	margin-right: 5px;
}

.chat .panel-body {
	overflow-y: scroll;
	height: 300px;
}

.chat-body small {
	margin-left: 5px;
}

/*Tables*/
.table {
	background: #fff;
}

.fixed-table-container {
	border: 1px solid #eee;
}

.fixed-table-container thead th {
	background: #f7f7f8;
	border-color: #ddd;
	color: #5f6468;
	font-weight: 300;
	font-size: 16px;
}

.fixed-table-container tbody td {
	border: 1px solid #eee;
}

.fixed-table-container tbody td:last-child {
	border-right: none;
}

.table>thead>tr>th {
	border-bottom: 1px solid #e6e7e8;
	vertical-align: middle;
	height: 50px;
}

.fixed-table-pagination .pagination {
    margin-top: 10px;
    margin-bottom: 0px;
}
.fixed-table-pagination .pagination-detail {
	margin-top: 20px;
}

/*Icons*/


.sidebar .glyph, .user-menu .glyph, .bi {
	height: 16px;
	width: 16px;
	margin: 0 10px 0 0;
	stroke-width: 3px;
}

.user-menu .glyph {
	stroke-width: 4px;
}

.breadcrumb .glyph {
	height: 14px;
	width: 14px;
	margin: -2px 0 0 0;
	stroke-width: 4px;
}

.alert .glyph, .panel-heading .glyph {
	width: 26px;
	height: 26px;
	margin: 0 10px 0 0;
	stroke-width: 2px;
}

.panel-widget .glyph {
	stroke-width: 2px;
}

.todo-list .glyph {
	width: 14px;
	height: 14px;
	stroke-width: 4px;
	color: #999;
}

.glyph.table {
	background: none;
	border: none;
}

/*Icon Grid*/

.icon-grid div {
	border: 1px solid #ddd;
	margin: 0 0 -1px -1px;
	text-align: center;
	padding: 10px 0 20px 0;
}

.icon-grid svg {
	width: 35%;
	display: block;
	margin: 0 auto;
}

.icon-grid h4 {
	display: none;
}

.icon-grid pre {
	margin: 10px 10px -10px 10px;
	border-radius: 0;
	font-size: 10px;
	border-color: #ddd;
	height: 65px;
	overflow: scroll;
}

/*custom css*/
.body-bg {
	background-image: url('../images/bg-blur.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.flex {
	display: flex;
}
.flex.center {
	align-content: center;
	align-items: center;
	justify-content: center;
}
.full-width {
	width: 100%;
}
.login-panel {
	height: 90%;
}
label.error {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: red;
    font-weight: 500;
    font-size: 12px;
}

/* ===================================
   LOGIN PAGE — DIGI MONEY EXPRESS
   =================================== */

.login-body {
	font-family: 'Poppins', 'Segoe UI', sans-serif;
	background: #04040E;
	min-height: 100vh;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.login-wrapper {
	position: relative;
	width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
}

.login-card {
	background: linear-gradient(160deg, #0E0E22 0%, #07071A 100%);
	border: 1px solid rgba(255, 215, 0, 0.12);
	border-radius: 22px;
	width: 100%;
	max-width: 420px;
	padding: 40px 38px 28px;
	position: relative;
	z-index: 10;
	box-shadow:
		0 30px 70px rgba(0, 0, 0, 0.7),
		0 0 0 1px rgba(255, 215, 0, 0.04),
		inset 0 1px 0 rgba(255, 215, 0, 0.08);
}

.login-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, transparent, #B8860B 30%, #FFD700 50%, #B8860B 70%, transparent);
	border-radius: 22px 22px 0 0;
}

/* Brand header */
.login-brand {
	text-align: center;
	margin-bottom: 28px;
}

.brand-logo {
	width: 72px;
	height: 72px;
	background: linear-gradient(135deg, #B8860B 0%, #FFD700 60%, #B8860B 100%);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 14px;
	box-shadow: 0 8px 28px rgba(255, 215, 0, 0.28), 0 2px 6px rgba(0,0,0,0.4);
}

.brand-icon {
	font-size: 30px;
	color: #04040E;
	display: flex;
}

.brand-name {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 3.5px;
	color: #FFD700;
	margin: 0 0 6px;
	text-shadow: 0 0 24px rgba(255, 215, 0, 0.35);
	line-height: 1;
}

.brand-tagline {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.35);
	letter-spacing: 2.5px;
	text-transform: uppercase;
	margin: 0;
}

/* Form section */
.login-form-section {
	margin-bottom: 0;
}

.login-title {
	font-size: 21px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 4px;
	text-align: center;
	line-height: 1.2;
}

.login-subtitle {
	font-size: 12.5px;
	color: rgba(255, 255, 255, 0.35);
	text-align: center;
	margin: 0 0 24px;
}

.input-group-login {
	position: relative;
	margin-bottom: 15px;
}

.input-icon {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(255, 215, 0, 0.45);
	font-size: 13px;
	pointer-events: none;
	z-index: 2;
	transition: color 0.25s ease;
}

.input-icon-right {
	left: auto;
	right: 14px;
	pointer-events: all;
	cursor: pointer;
}

.input-icon-right:hover {
	color: #FFD700 !important;
}

.login-input {
	width: 100%;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 215, 0, 0.1);
	border-radius: 11px;
	padding: 12px 42px 12px 42px;
	color: #fff;
	font-family: 'Poppins', 'Segoe UI', sans-serif;
	font-size: 13.5px;
	transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
	outline: none;
	box-sizing: border-box;
}

.login-input::placeholder {
	color: rgba(255, 255, 255, 0.25);
}

.login-input:focus {
	border-color: rgba(255, 215, 0, 0.45);
	background: rgba(255, 215, 0, 0.03);
	box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.07);
}

.login-input:focus + .input-icon,
.input-group-login:focus-within .input-icon:not(.input-icon-right) {
	color: rgba(255, 215, 0, 0.75);
}

.login-btn {
	width: 100%;
	background: linear-gradient(135deg, #B8860B 0%, #FFD700 50%, #B8860B 100%);
	background-size: 200% auto;
	border: none;
	border-radius: 11px;
	padding: 13px 20px;
	color: #04040E;
	font-family: 'Poppins', 'Segoe UI', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.8px;
	cursor: pointer;
	transition: background-position 0.4s ease, box-shadow 0.3s ease, transform 0.15s ease;
	margin-top: 10px;
	box-shadow: 0 5px 22px rgba(255, 215, 0, 0.22);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.login-btn:hover:not(:disabled) {
	background-position: right center;
	box-shadow: 0 8px 28px rgba(255, 215, 0, 0.38);
	transform: translateY(-2px);
}

.login-btn:active:not(:disabled) {
	transform: translateY(0);
	box-shadow: 0 3px 12px rgba(255, 215, 0, 0.2);
}

.login-btn:disabled {
	opacity: 0.65;
	cursor: not-allowed;
	transform: none;
}

/* Footer */
.login-footer {
	margin-top: 24px;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	padding-top: 16px;
}

.login-footer p {
	color: rgba(255, 255, 255, 0.18);
	font-size: 10.5px;
	margin: 0;
	letter-spacing: 0.3px;
}

/* Background glow orbs */
.bg-orb {
	position: fixed;
	border-radius: 50%;
	filter: blur(90px);
	z-index: 1;
	pointer-events: none;
}

.bg-orb-1 {
	width: 450px;
	height: 450px;
	background: radial-gradient(circle, rgba(184, 134, 11, 0.13) 0%, transparent 65%);
	top: -120px;
	right: -120px;
}

.bg-orb-2 {
	width: 380px;
	height: 380px;
	background: radial-gradient(circle, rgba(255, 215, 0, 0.07) 0%, transparent 65%);
	bottom: -100px;
	left: -100px;
}
/* ===============================================
   ADMIN PANEL — DARK THEME (DIGI MONEY EXPRESS)
   =============================================== */

body:not(.login-body) {
	font-family: 'Poppins', 'Segoe UI', sans-serif;
	background: #080816;
	color: #c8cdd6;
	padding-top: 50px;
}

body:not(.login-body) p { color: #9aa3b0; }
body:not(.login-body) h1,
body:not(.login-body) h2,
body:not(.login-body) h3,
body:not(.login-body) h4,
body:not(.login-body) h5,
body:not(.login-body) h6 { color: #e8ecf2; }
body:not(.login-body) a,
body:not(.login-body) a:hover,
body:not(.login-body) a:focus { color: #FFD700; }

/* ── Navbar ── */
.navbar-inverse {
	background: #04040E;
	border: none;
	border-bottom: 1px solid rgba(255, 215, 0, 0.12);
	box-shadow: 0 2px 24px rgba(0, 0, 0, 0.55);
}
.navbar-inverse .navbar-brand,
.navbar-header .navbar-brand {
	color: #FFD700 !important;
	font-weight: 700;
	letter-spacing: 2.5px;
	font-size: 15px;
	text-shadow: 0 0 22px rgba(255, 215, 0, 0.28);
}
.navbar-inverse .navbar-brand span,
.navbar-header .navbar-brand span { color: #FFD700 !important; }
.navbar-inverse .navbar-toggle {
	border-color: rgba(255, 215, 0, 0.25);
}
.navbar-inverse .navbar-toggle .icon-bar { background: #FFD700; }
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus { background: rgba(255, 215, 0, 0.08); }

/* ── User menu ── */
.user-menu a { color: rgba(255,255,255,0.75) !important; }
.user-menu a:hover { color: #FFD700 !important; }

/* ── Sidebar ── */
.sidebar {
	background: #07071A !important;
	border-right: 1px solid rgba(255, 215, 0, 0.07) !important;
	box-shadow: 2px 0 24px rgba(0, 0, 0, 0.45) !important;
}
.sidebar ul.nav a {
	color: rgba(255, 255, 255, 0.55);
	font-size: 13.5px;
	font-weight: 400;
	transition: all 0.2s ease;
}
.sidebar ul.nav a:hover,
.sidebar ul.nav li.parent ul li a:hover {
	background: rgba(255, 215, 0, 0.07) !important;
	color: #FFD700 !important;
	text-decoration: none;
}
.sidebar ul.nav li.active > a,
.sidebar ul.nav li.current > a {
	background: linear-gradient(90deg, rgba(255,215,0,0.14) 0%, rgba(255,215,0,0.04) 100%) !important;
	color: #FFD700 !important;
	border-left: 3px solid #FFD700;
	padding-left: 12px;
}
.sidebar ul.nav li.divider {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
	margin: 12px 0;
}
.sidebar ul.nav ul.children {
	background: rgba(0, 0, 0, 0.25) !important;
}
.sidebar ul.nav ul.children li a {
	background: transparent !important;
	color: rgba(255, 215, 0, 0.6) !important;
	font-size: 13px;
}
.sidebar ul.nav ul.children li a:hover {
	color: #FFD700 !important;
	background: rgba(255, 215, 0, 0.07) !important;
}
.sidebar ul.nav ul.children li.active a,
.sidebar ul.nav ul.children li.current a {
	color: #FFD700 !important;
	background: rgba(255, 215, 0, 0.1) !important;
}

/* ── Breadcrumb ── */
.breadcrumb {
	background: rgba(255, 255, 255, 0.03);
	border-bottom: 1px solid rgba(255, 215, 0, 0.06);
	color: rgba(255, 255, 255, 0.45);
}
.breadcrumb > li + li::before { color: rgba(255,255,255,0.25); }
.breadcrumb a { color: rgba(255, 215, 0, 0.7); }
.breadcrumb a:hover { color: #FFD700; }

/* ── Dashboard header ── */
.dash-header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	margin: 24px 0 28px;
	padding: 0 15px;
}
h1.page-header,
.dash-title {
	font-size: 26px;
	font-weight: 600;
	color: #fff !important;
	margin: 0 0 4px;
	border-bottom: none !important;
}
.dash-subtitle {
	font-size: 13px;
	color: rgba(255,255,255,0.4);
	margin: 0;
}
.dash-subtitle strong { color: #FFD700; font-weight: 500; }
.dash-date-badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background: rgba(255, 215, 0, 0.06);
	border: 1px solid rgba(255, 215, 0, 0.14);
	border-radius: 8px;
	padding: 7px 14px;
	font-size: 12.5px;
	color: rgba(255, 215, 0, 0.8);
}

/* ── Stat Cards ── */
.stat-cards-row { padding: 0 5px 24px; }

.stat-card {
	background: linear-gradient(160deg, #0E0E24 0%, #09091A 100%);
	border: 1px solid rgba(255, 215, 0, 0.09);
	border-radius: 16px;
	padding: 22px 22px 0;
	position: relative;
	overflow: hidden;
	margin-bottom: 24px;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
	box-shadow: 0 4px 22px rgba(0, 0, 0, 0.45);
	cursor: default;
}
.stat-card::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 2px;
	border-radius: 16px 16px 0 0;
}
.stat-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 34px rgba(0, 0, 0, 0.55);
	border-color: rgba(255, 215, 0, 0.2);
}
.stat-card-gold::before  { background: linear-gradient(90deg, transparent, #FFD700, transparent); }
.stat-card-teal::before  { background: linear-gradient(90deg, transparent, #1ebfae, transparent); }
.stat-card-amber::before { background: linear-gradient(90deg, transparent, #FFA000, transparent); }
.stat-card-blue::before  { background: linear-gradient(90deg, transparent, #5b8def, transparent); }
.stat-card-green::before { background: linear-gradient(90deg, transparent, #4caf82, transparent); }
.stat-card-orange::before{ background: linear-gradient(90deg, transparent, #ff8a30, transparent); }
.stat-card-red::before   { background: linear-gradient(90deg, transparent, #f9243f, transparent); }

.stat-card-top {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 14px;
}
.stat-icon-wrap {
	width: 48px;
	height: 48px;
	border-radius: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	flex-shrink: 0;
}
.stat-icon-gold   { background: rgba(255,215,0,0.12);  color: #FFD700; }
.stat-icon-teal   { background: rgba(30,191,174,0.12); color: #1ebfae; }
.stat-icon-amber  { background: rgba(255,160,0,0.12);  color: #FFA000; }
.stat-icon-blue   { background: rgba(91,141,239,0.12); color: #5b8def; }
.stat-icon-green  { background: rgba(76,175,130,0.12); color: #4caf82; }
.stat-icon-orange { background: rgba(255,138,48,0.12); color: #ff8a30; }
.stat-icon-red    { background: rgba(249,36,63,0.12);  color: #f9243f; }

.stat-number {
	font-size: 34px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	letter-spacing: -0.5px;
}
.stat-card-label {
	font-size: 11px;
	font-weight: 500;
	color: rgba(255,255,255,0.38);
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 14px;
}
.stat-card-footer {
	border-top: 1px solid rgba(255,255,255,0.05);
	padding: 10px 0;
	font-size: 12px;
}
.stat-card-footer a,
.stat-card-footer span.text-gold {
	color: rgba(255,215,0,0.5);
	text-decoration: none;
	transition: color 0.2s;
}
.stat-card-footer a:hover { color: #FFD700; }
.stat-bg-icon {
	position: absolute;
	bottom: -6px;
	right: 10px;
	font-size: 76px;
	color: rgba(255,255,255,0.025);
	pointer-events: none;
	line-height: 1;
}

/* ── Panels ── */
.panel {
	background: #0E0E24;
	border: 1px solid rgba(255,215,0,0.09) !important;
	box-shadow: 0 4px 18px rgba(0,0,0,0.4);
}
.panel-default .panel-heading {
	background: #0B0B1E;
	border-bottom: 1px solid rgba(255,215,0,0.08);
	color: rgba(255,255,255,0.85);
}
.panel-footer {
	background: #0B0B1E;
	border-top: 1px solid rgba(255,215,0,0.06);
}

/* ── Tables ── */
body:not(.login-body) .table { background: transparent; color: rgba(255,255,255,0.75); }
body:not(.login-body) .table > thead > tr > th {
	background: #07071A;
	border-color: rgba(255,215,0,0.08);
	color: rgba(255,255,255,0.55);
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}
body:not(.login-body) .table > tbody > tr > td {
	border-color: rgba(255,255,255,0.04);
	color: rgba(255,255,255,0.72);
	vertical-align: middle;
}
body:not(.login-body) .table-hover > tbody > tr:hover {
	background: rgba(255,215,0,0.04);
}
.fixed-table-container {
	border: 1px solid rgba(255,215,0,0.08) !important;
	background: #0E0E24;
}
.fixed-table-container thead th {
	background: #07071A !important;
	border-color: rgba(255,215,0,0.08) !important;
	color: rgba(255,255,255,0.55) !important;
}
.fixed-table-container tbody td {
	border-color: rgba(255,255,255,0.04) !important;
}

/* ── Forms ── */
body:not(.login-body) .form-control {
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,215,0,0.12);
	color: #e8ecf2;
	border-radius: 8px;
}
body:not(.login-body) .form-control:focus {
	background: rgba(255,215,0,0.03);
	border-color: rgba(255,215,0,0.4);
	color: #fff;
	box-shadow: 0 0 0 3px rgba(255,215,0,0.07);
}
body:not(.login-body) .form-control::placeholder { color: rgba(255,255,255,0.22); }
body:not(.login-body) label { color: rgba(255,255,255,0.6); font-size: 13px; font-weight: 400; }

/* ── Modals ── */
.modal-content {
	background: #0D0D22;
	border: 1px solid rgba(255,215,0,0.14);
	border-radius: 14px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.7);
}
.modal-header {
	background: #07071A;
	border-bottom: 1px solid rgba(255,215,0,0.1);
	border-radius: 14px 14px 0 0;
}
.modal-header h4 { color: #fff; font-weight: 500; }
.modal-header .close { color: rgba(255,255,255,0.5); opacity: 1; text-shadow: none; }
.modal-header .close:hover { color: #FFD700; }
.modal-footer { border-top: 1px solid rgba(255,215,0,0.07); background: #07071A; border-radius: 0 0 14px 14px; }

/* ── Tabs in modals ── */
.nav-tabs { background: rgba(255,255,255,0.03) !important; border-bottom: 1px solid rgba(255,215,0,0.1) !important; }
.nav-tabs li a { color: rgba(255,255,255,0.5) !important; }
.nav-tabs li a:hover { background: rgba(255,215,0,0.06) !important; color: #FFD700 !important; }
.nav-tabs li.active a,
.nav-tabs li.active a:hover { background: #0D0D22 !important; color: #FFD700 !important; border-bottom-color: #0D0D22 !important; }
.tab-content { background: #0D0D22; }

/* ── Alert ── */
.alert-info { background: rgba(91,141,239,0.1); border-color: rgba(91,141,239,0.25); color: #8aafff; }
.alert-success { background: rgba(76,175,130,0.1); border-color: rgba(76,175,130,0.25); color: #4caf82; }
.alert-warning { background: rgba(255,160,0,0.1); border-color: rgba(255,160,0,0.25); color: #FFA000; }
.alert-danger  { background: rgba(249,36,63,0.1);  border-color: rgba(249,36,63,0.25);  color: #f9243f; }

/* ── Dropdowns ── */
.dropdown-menu {
	background: #0E0E24;
	border: 1px solid rgba(255,215,0,0.14);
	box-shadow: 0 8px 30px rgba(0,0,0,0.55);
	border-radius: 10px;
}
.dropdown-menu > li > a { color: rgba(255,255,255,0.65); padding: 9px 16px; }
.dropdown-menu > li > a:hover { background: rgba(255,215,0,0.09); color: #FFD700; }
.dropdown-menu > .divider { background: rgba(255,255,255,0.06); }

/* ── Pagination (DataTables) ── */
.pagination > li > a,
.pagination > li > span {
	background: #0E0E24;
	border-color: rgba(255,215,0,0.1);
	color: rgba(255,255,255,0.55);
}
.pagination > li > a:hover { background: rgba(255,215,0,0.08); color: #FFD700; border-color: rgba(255,215,0,0.2); }
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover {
	background: #B8860B;
	border-color: #B8860B;
	color: #04040E;
}

/* ── Select2 ── */
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,215,0,0.12);
	border-radius: 8px;
	color: #e8ecf2;
}
.select2-dropdown {
	background: #0E0E24;
	border: 1px solid rgba(255,215,0,0.15);
}
.select2-container--default .select2-results__option { color: rgba(255,255,255,0.7); }
.select2-container--default .select2-results__option--highlighted { background: rgba(255,215,0,0.1); color: #FFD700; }

/* ── DataTables search/length inputs ── */
.dataTables_filter input,
.dataTables_length select {
	background: rgba(255,255,255,0.04) !important;
	border: 1px solid rgba(255,215,0,0.12) !important;
	color: #e8ecf2 !important;
	border-radius: 7px;
}
.dataTables_info,
.dataTables_filter label,
.dataTables_length label { color: rgba(255,255,255,0.4) !important; }

/* loader */
.linear-activity {
    overflow: hidden;
    /* width: 50%; */
    height: 4px;
    background-color: #B3E5FC;
    margin: 20px auto;
}

.determinate {
    position: relative;
    max-width: 100%;
    height: 100%;
    -webkit-transition: width 500ms ease-out 1s;
       -moz-transition: width 500ms ease-out 1s;
         -o-transition: width 500ms ease-out 1s;
            transition: width 500ms ease-out 1s;
    background-color: #03A9F4;
}

.indeterminate {
    position: relative;
    width: 100%;
    height: 100%;
}

.indeterminate:before {
    content: '';
    position: absolute;
    height: 100%;
    background-color: #03A9F4;
    animation: indeterminate_first 1.5s infinite ease-out;
}

.indeterminate:after {
    content: '';
    position: absolute;
    height: 100%;
    background-color: #4FC3F7;
    animation: indeterminate_second 1.5s infinite ease-in;
}

@keyframes indeterminate_first {
    0% {
        left: -100%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 10%;
    }
}

@keyframes indeterminate_second {
    0% {
        left: -150%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 10%;
    }
}
