/*
 * Updated Custom CSS with New Color Scheme
 * Modern professional theme with updated backgrounds and buttons
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

span, div {
	box-sizing: border-box;
}
.dataTables_length {
	float: right;
}
.overlay {
	position: absolute;
	margin: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0);
}
.overlay img {
	position: absolute;
	margin: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
.greyBG {
	background: #f8f9fa; /* Updated: Light grey */
}
.white {
	color: #fff;
}
.borderAll {
	border: solid 1px #ddd;
}
.whiteBG {
	background: #fff;
}
.black {
	color: #000;
}
.font11 {
	font-size: 11px;
}
/*align Text*/

.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center !important;
}
.alignLeft {
	text-align: left;
}
.alignJustify {
	text-align: justify;
}
.floatnone {
	float: none !important;
}
/*margin*/

.marginRight {
	margin-right: 10px;
}
.marginLeft {
	margin-left: 10px;
}
.marginTop {
	margin-top: 10px;
}
.marginBottom {
	margin-bottom: 10px;
}
.marginNone {
	margin: 0px!important;
}
.marginLeftNone {
	margin-left: 0px!important;
}
.marginRightNone {
	margin-right: 0px!important;
}
.marginTopNone {
	margin-top: 0px!important;
}
.marginBottomNone {
	margin-bottom: 0px!important;
}
/*padding*/

.paddingRight {
	padding-right: 10px;
	box-sizing: border-box;
}
.paddingLeft {
	padding-left: 10px;
	box-sizing: border-box;
}
.paddingTop {
	padding-top: 10px;
	box-sizing: border-box;
}
.paddingBottom {
	padding-bottom: 10px;
	box-sizing: border-box;
}
.paddingNone {
	padding: 0px!important;
	box-sizing: border-box;
}
.paddingLeftNone {
	padding-left: 0px!important;
	box-sizing: border-box;
}
.paddingRightNone {
	padding-right: 0px!important;
	box-sizing: border-box;
}
.paddingTopNone {
	padding-top: 0px!important;
	box-sizing: border-box;
}
.paddingBottomNone {
	padding-bottom: 0px!important;
	box-sizing: border-box;
}
/*In Box*/

.paddingInBox {
	padding: 10px;
	box-sizing: border-box;
}
.paddingInBoxExtra {
	padding: 20px;
	box-sizing: border-box;
}
.paddingupdwn {
	padding-top: 10px;
	padding-bottom: 10px;
}
.paddinglftrgt {
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
.padding-sm-updwn {
	padding: 5px 0px;
	box-sizing: border-box;
}
.padding-sm {
	padding: 5px;
	box-sizing: border-box;
}
.padding-sm-lftrgt {
	padding: 0px 5px;
	box-sizing: border-box;
}
/*border*/

.borderTop {
	border-top: solid 1px #ccc;
	box-sizing: border-box;
}
.borderBottom {
	border-bottom: solid 1px #ccc;
	box-sizing: border-box;
}
.borderRight {
	border-right: solid 1px #ccc;
	box-sizing: border-box;
}
.borderLeft {
	border-left: solid 1px #ccc;
	box-sizing: border-box;
}
.borderDashed {
	border: 1px dashed #999999!important;
	box-sizing: border-box;
}
.borderAll {
	border: solid 1px #ddd;
}
.lineheight {
	line-height: 20px;
}
.choiceActions {
	width: 100%;
}
.choiceActions a {
	display: inline-block;
	margin: 0 0 0 12px;
	line-height: 24px;
	font-size: 30px;
	cursor: pointer;
	color: #6c757d; /* Updated: Modern grey */
	font-weight: bold;
	border-radius: 100%;
	border: solid 2px #6c757d; /* Updated */
	width: 28px;
	height: 28px;
	text-align: center;
	transition: all 0.3s ease; /* Added transition */
}
.choiceActions a:hover {
	color: #495057; /* Updated: Darker grey on hover */
	border: solid 2px #495057; /* Updated */
	background: #f8f9fa; /* Added background on hover */
}
.cointype-panel {
	width: 100%;
	text-align: center;
	margin: 50px 0px 10px;
}
.coin-Img {
	width: 100%;
	text-align: center;
	margin-top: -50px;
}
.cointype-Box {
	padding: 0px 10px 10px;
}
.cointype-Title {
	font-size: 24px;
	font-weight: bold;
	width: 100%;
	color: #fff;
	line-height: 24px;
	text-shadow: 0px 1px 1px #000;
}
.cointype-Bal {
	width: 100%;
	line-height: 24px;
	font-size: 16px;
	color: #fff;
}
.cointype-info {
	width: 100%;
}
.cointype-info a {
	width: 100%;
	text-align: center;
	padding: 10px;
	line-height: 24px;
	color: #fff;
}
.hotWalletBG {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); /* Updated: Modern purple gradient */
	border: solid 1px #5a67d8;
}
.ownWalletBG {
	background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); /* Updated: Pink gradient */
	border: solid 1px #e04e5c;
}
.bitcoinWalletBG {
	background: linear-gradient(135deg, #fa709a 0%, #fee140 100%); /* Updated: Orange-yellow gradient */
	border: solid 1px #f97b6d;
}
.ethrWalletBG {
	background: linear-gradient(135deg, #30cfd0 0%, #330867 100%); /* Updated: Teal-purple gradient */
	border: solid 1px #2bb8c5;
}
.wallet-info {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); /* Updated: Purple gradient */
	display: block;
	font-size: 14px;
	height: 39px;
	color: #fff;
	border: solid transparent;
	border-width: 1px 0;
	box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
	width: 100%;
	margin: 0!important;
	border-bottom: 1px solid #5a67d8;
}
.wallet-info a {
	text-decoration: none!important;
	color: #fff;
	display: inline-block;
	margin-top: 10px;
	padding-left: 17px;
}
.wallet-info a span {
	text-transform: capitalize;
	font-size: 14px;
	display: inline-block;
	text-decoration: none;
	max-width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle
}
.wallet-info a span+i {
	vertical-align: middle
}
.wallet-info a:hover {
	color: #fff
}
.wallet-info>span {
	height: 38px;
	display: block;
	padding: 8px 15px;
	border-bottom: 1px solid #5a67d8;
}
.wallet-info img {
	width: 25px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin-top: 1px;
	margin-right: 5px;
	margin-left: 0;
	border-left: 3px solid #fff
}
.row {
	width: 100%
}
.login-cnt {
	margin: 75px auto;
	display: table;
}
.login-tabs {
	position: relative;
	display: flex !important;
	align-items: center;
	align-content: center;
}
.login-tabs .tab-content .tab-pane {
	display: flex !important;
	transition: all .2s ease
}
.login-tabs ngb-tabset>.nav-tabs {
	position: absolute;
	margin-top: 40px;
	left: 0;
	width: 139px;
	height: 370px;
	background-color: #fff;
	/* border:1px solid #fff;*/
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
	z-index: 999;
	display: block;
	border: 0;
	transition: all .2s ease
}
.login-tabs .nav-tabs li a.active .log-title {
	font-size: 18px;
	color: white;
	text-align: center;
	transition: all .2s ease;
	line-height: 2;
	width: 100%;
	float: left;
}
.login-tabs .nav-tabs #individual-tab.active {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); /* Updated: Purple gradient */
}
.login-tabs .nav-tabs #individual-tab .log-icon {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin-left: 55px;
	transition: all .2s ease;
	padding-top: 10px;
}
.login-tabs .nav-tabs #individual-tab.active .log-icon {
	background-repeat: no-repeat;
	background-position: center;
	transition: all .2s ease
}
.login-tabs ngb-tabset>.nav-tabs .nav-link {
	border-bottom-left-radius: 0.5rem !important;
 border-top-left-radius:.5rem !important
}
.login-tabs ngb-tabset>.nav-tabs li {
	position: relative;
}
.login-tabs ngb-tabset>.nav-tabs li a.active {
	position: absolute;
	height: 90px;
	top: 50px;
	width: 164px;
	left: -20px;
	box-shadow: -3px 2px 3px #c5c5c5;
	z-index: -1
}
.login-tabs ngb-tabset>.nav-tabs li #individual-tab.active {
	top: 120px
}
.login-padding {
	padding-top: 40px !important
}
.rm-margin {
	margin-bottom: -1rem
}
.login-panel {
	background-color: #fff;
	border: 1px solid #e0e0e0; /* Updated: Lighter border */
	border-radius: 8px; /* Updated: Larger radius */
	padding: 25px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1); /* Added subtle shadow */
}
.error {
	background: #ffe6ea; /* Updated: Softer pink */
	border-color: #dc3545; /* Updated: Modern red */
}
.hide {
	display: none;
}
.show {
	display: block;
}
@media screen and (max-width: 993px) {
.login-cnt {
	width: 360px !important;
	padding: 0
}
.login-panel {
	margin: inherit !important;
	float: none !important;
	margin: 0 auto !important
}
.login-details {
	margin-left: 0px;
	margin-top: 30px;
}
.login-tabs ngb-tabset > .nav-tabs {
	margin-top: -70px;
	left: 110px;
	background: none;
	box-shadow: none;
}
.login-tabs ngb-tabset > .nav-tabs .nav-link {
	border-bottom-right-radius: 0.5rem !important;
border-top-right-radius: .5rem !important;
}
.login-tabs ngb-tabset > .nav-tabs li a.active {
	box-shadow: none;
}
}
.select2-container .select2-selection, .form-control {
	border-radius: 4px !important;
	height: 35px;
	line-height: 35px;
	border-color: #ced4da; /* Updated: Modern border */
	padding-left: 10px;
}
.jarviswidget > header {
	height: 40px;
	padding: 2px;
	line-height: 40px;
}
/* Toastr - Updated colors */
.md-toast-close-button:hover, .md-toast-close-button:focus {
	color: #000 !important;
}
.md-toast-message a, .md-toast-message label, .md-toast-close-button, #toast-container>div {
	color: #fff !important;
}
.md-toast-title {
	font-weight: 400;
}
.md-toast-message {
	word-wrap: break-word;
}
.md-toast-message a:hover {
	color: #ccc;
	text-decoration: none;
}
.md-toast-close-button {
	position: relative;
	top: -0.3em;
	right: -0.3em;
	float: right;
	font-size: 1.25rem;
	font-weight: 400;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.md-toast-close-button:hover,  .md-toast-close-button:focus {
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=40);
	opacity: 0.4;
}
button.md-toast-close-button {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.md-toast-top-center {
	top: 0;
	right: 0;
	width: 100%;
}
.md-toast-bottom-center {
	right: 0;
	bottom: 0;
	width: 100%;
}
.md-toast-top-full-width {
	top: 0;
	right: 0;
	width: 100%;
}
.md-toast-bottom-full-width {
	right: 0;
	bottom: 0;
	width: 100%;
}
.md-toast-top-left {
	top: 12px;
	left: 12px;
}
.md-toast-top-right {
	top: 12px;
	right: 12px;
}
.md-toast-bottom-right {
	right: 12px;
	bottom: 12px;
}
.md-toast-bottom-left {
	bottom: 12px;
	left: 12px;
}
#toast-container {
	position: fixed;
	z-index: 999999;
}
#toast-container * {
	box-sizing: border-box;
}
#toast-container>div {
	position: relative;
	width: 18.75rem;
	padding: 15px 15px 15px 50px;
	margin: 0 0 6px;
	overflow: hidden;
	filter: alpha(opacity=95);
	background-repeat: no-repeat;
	background-position: 15px center;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	opacity: 0.95;
}
#toast-container> :hover {
	cursor: pointer;
	filter: alpha(opacity=100);
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	opacity: 1;
	transition: 0.45s;
}
#toast-container.md-toast-top-center>div,  #toast-container.md-toast-bottom-center>div {
	width: 18.75rem;
	margin: auto;
}
#toast-container.md-toast-top-full-width>div,  #toast-container.md-toast-bottom-full-width>div {
	width: 96%;
	margin: auto;
}
.md-toast {
	background-color: #343a40;
} /* Updated: Dark grey */
.md-toast-success {
	background-color: #28a745;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
} /* Updated: Modern green */
.md-toast-error {
	background-color: #dc3545;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
} /* Updated: Modern red */
.md-toast-info {
	background-color: #17a2b8;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
} /* Updated: Modern cyan */
.md-toast-warning {
	background-color: #ffc107;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
} /* Updated: Modern yellow */
.md-toast-progress {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	background-color: #000;
	filter: alpha(opacity=40);
	opacity: 0.4;
}
#daterange-btn {
	padding: 4px;
	font-size: 13px;
	min-width: 260px;
	border-radius: 4px !important;
	height: 37px;
}
#daterange-btn span {
	text-align: left;
	width: 97%;
	float: left;
}
/*********** calculator css - Updated *********/

.calculator {
	box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.15); /* Updated: Softer shadow */
	margin-bottom: 5px;
	background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 99%); /* Updated: Subtle gradient */
	padding: 0px 10px 0px 10px;
	position: fixed;
	width: 270px;
	margin-right: 27px;
	bottom: 0px;
	right: 0px;
	border: solid 1px #667eea; /* Updated: Purple border */
	border-radius: 8px 8px 0 0; /* Added rounded top corners */
}
.calculator h6 {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); /* Updated: Purple gradient */
	color: #fff;
	padding: 5px;
	box-sizing: border-box;
	text-transform: uppercase;
	border-radius: 4px; /* Added rounded corners */
}
#feesCalculator {
	padding-top: 5px;
}
#totalfees {
	border-top: 2px solid #667eea; /* Updated: Purple border */
	padding-top: 1px;
}
.calculator p {
	font-size: 13px;
	color: #000;
	padding: 1px;
	border-bottom: dashed 1px #667eea; /* Updated: Purple border */
}
p.totfees {
	font-size: 18px;
}
p.grandtotfees {
	font-size: 18px;
}
.currency {
	color: #fff !important;
	font-size: 11px !important;
	padding-top: 5px !important;
}
.select2-selection__rendered {
	padding: 8px !important;
}
table.dataTable thead > tr > th {
	padding-left: 9px !important;
	text-align: center !important;
}
.well h3 {
	/*font-size: 12px !important;*/
	margin: 0px 0px 0px 0px!important;
}
.well .panel {
	margin-bottom: 0px !important;
	margin-top: 10px !important;
}
.pricing-big .panel-title {
	padding: 10px 0 !important;
}
.panel-heading {
	border-radius: none !important;
	padding: 5px 5px !important
}
.the-price {
	color: #000 !important; /* Updated: White text */
	padding: 10px !important;
}
.login-details {
	height: auto;
	width: 100%;
	float: left;
	padding: 20px 20px;
	padding-top: 20px;
	position: relative;
	z-index: 22;
}
.dashlogin .container {
	width: 850px
}
.dashlogin-main {
	padding: 0;
	margin: 0 0 25px;
	text-align: left;
	position: relative;
	background: #ffffff;
	box-shadow: 0px 2px 20px rgba(0,0,0,0.15); /* Updated: Better shadow */
	overflow: hidden;
	border-radius: 15px;
	display: flex;
	flex-wrap: wrap;
}
.dashlogin-left {
	background: linear-gradient(135deg, #bd2727 0%, #764ba2 100%); /* Updated: Purple gradient */
	width: 48%;
	border-radius: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}
.dashlogin-right {
	width: 50%;
}
.dashlogin-left-content {
	width: 100%;
	color: #fff;
	padding: 30px 40px;
}
.dashlogin-left-content h1 {
	font-size: 30px;
	font-weight: 500;
}
.dashlogin-left-content p {
	font-weight: 200;
	font-size: 16px;
	margin: 20px 0;
}
.dashlogin-right .smart-form section {
	margin-bottom: 10px;
}
.dashlogin-right .smart-form footer {
	display: block;
	padding: 7px 14px 15px;
	border-top: none;
	background: none;
}
.dashlogin-right .submitbtn button.btn-primary {
	border-radius: 31px !important;
	background: linear-gradient(135deg, #bd2727 0%, #764ba2 100%); /* Updated: Purple gradient */
	border: none;
	height: auto;
	padding: 8px 35px; /* Updated: Better padding */
	font-weight: 500; /* Added: Medium weight */
	transition: all 0.3s ease; /* Added: Smooth transition */
	box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4); /* Added: Button shadow */
}
.dashlogin-right .submitbtn button.btn-primary:hover {
	background: linear-gradient(135deg, #bd2727 0%, #bd2727 100%); /* Added: Reverse gradient on hover */
	transform: translateY(-2px); /* Added: Lift effect */
	box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5); /* Added: Enhanced shadow on hover */
}
/* Form Filter */
.filter-row {
	display: flex;
	gap: 10px;
}
.filter-input {
	flex: 1;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 6px;
}
/* Personal Details Card */
.details-card {
	background: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 25px;
}
.details-card-header {
	background: linear-gradient(135deg, #0a6dbb 0%, #1e88e5 100%);
	padding: 20px 28px;
	border-bottom: 3px solid #0d5ba8;
}
.details-card-header h3 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 10px;
}
.details-card-body {
	padding: 0;
}
/* No Data State */
.no-data-state {
	text-align: center;
	padding: 60px 20px;
	color: #94a3b8;
}
.no-data-state i {
	font-size: 40px;
	color: #cbd5e1;
	margin-bottom: 16px;
	display: block;
}
.no-data-state p {
	font-size: 14px;
	margin: 0;
}
/* Details Grid */
.details-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
}
.detail-item {
	padding: 5px 15px;
	border-right: 1px solid #e2e8f0;
	border-bottom: 1px solid #e2e8f0;
	transition: background 0.2s;
}
.detail-item:hover {
	background: #f8fafc;
}
.detail-item:nth-child(3n) {
	border-right: none;
}
.detail-item-label {
	font-size: 12px;
	font-weight: 600;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	gap: 6px;
}
.detail-item-label i {
	font-size: 14px;
	color: #0a6dbb;
}
.detail-item-value {
	font-size: 15px;
	color: #1e293b;
	font-weight: 500;
	word-break: break-word;
}
.detail-item-value.empty {
	color: #cbd5e1;
	font-style: italic;
}
/* Full Width Item (for courier status) */
.detail-item-full {
	grid-column: 1 / -1;
	background: linear-gradient(to right, #fff7ed, #ffedd5);
	border-left: 4px solid #f97316;
	padding: 20px 28px;
	border-bottom: none;
}
.detail-item-full .detail-item-label {
	color: #9a3412;
}
.detail-item-full .detail-item-value {
	color: #7c2d12;
	font-weight: 600;
	display: inline-block;
	background: #fff;
	padding: 6px 12px;
	border-radius: 6px;
	margin-top: 4px;
}

/* Responsive Design */
@media (max-width: 1024px) {
.details-grid {
	grid-template-columns: repeat(2, 1fr);
}
.detail-item:nth-child(3n) {
	border-right: 1px solid #e2e8f0;
}
.detail-item:nth-child(2n) {
	border-right: none;
}
}
 @media (max-width: 640px) {
.details-grid {
	grid-template-columns: 1fr;
}
.detail-item {
	border-right: none;
}
.detail-item:last-child:not(.detail-item-full) {
	border-bottom: none;
}
.details-card-header {
	padding: 18px 20px;
}
.details-card-header h3 {
	font-size: 18px;
}
.detail-item {
	padding: 16px 20px;
}
}
/* Process History Card */
.history-card {
	background: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 25px;
}
.history-card-header {
	background: linear-gradient(135deg, #059669 0%, #10b981 100%);
	padding: 20px 28px;
	border-bottom: 3px solid #047857;
}
.history-card-header h3 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 10px;
}
.history-card-body {
	padding: 0;
}
/* Timeline Design */
.timeline-container {
	padding: 30px;
	max-height: 600px;
	overflow-y: auto;
}
 .timeline-container::-webkit-scrollbar {
 width: 8px;
}
 .timeline-container::-webkit-scrollbar-track {
 background: #f1f5f9;
}
 .timeline-container::-webkit-scrollbar-thumb {
 background: #cbd5e1;
 border-radius: 4px;
}
 .timeline-container::-webkit-scrollbar-thumb:hover {
 background: #94a3b8;
}
.timeline-item {
	position: relative;
	padding-left: 45px;
	padding-bottom: 35px;
	border-left: 2px solid #e2e8f0;
}
.timeline-item:last-child {
	padding-bottom: 0;
	border-left: 2px solid transparent;
}
.timeline-icon {
	position: absolute;
	left: -13px;
	top: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: linear-gradient(135deg, #0a6dbb 0%, #1e88e5 100%);
	border: 3px solid #ffffff;
	box-shadow: 0 0 0 2px #e2e8f0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.timeline-icon i {
	color: #ffffff;
	font-size: 10px;
}
.timeline-content {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	padding: 18px 20px;
	transition: all 0.3s ease;
}
.timeline-content:hover {
	background: #ffffff;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	transform: translateX(5px);
}
.timeline-status {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 10px;
	background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
	color: #1e3a8a;
}
.timeline-comment {
	font-size: 14px;
	color: #475569;
	line-height: 1.6;
	margin-bottom: 12px;
	padding: 10px;
	background: #ffffff;
	border-radius: 6px;
	border-left: 3px solid #0a6dbb;
}
.timeline-meta {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	font-size: 13px;
	color: #64748b;
}
.timeline-meta-item {
	display: flex;
	align-items: center;
	gap: 6px;
}
.timeline-meta-item i {
	color: #0a6dbb;
	font-size: 12px;
}
.timeline-meta-item strong {
	color: #1e293b;
	font-weight: 600;
}
/* Empty State */
.timeline-empty {
	text-align: center;
	padding: 60px 20px;
}
.timeline-empty i {
	font-size: 40px;
	color: #cbd5e1;
	margin-bottom: 16px;
	display: block;
}
.timeline-empty p {
	font-size: 14px;
	color: #94a3b8;
	margin: 0;
}
/* Status Colors */
.status-pending {
	background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
	color: #92400e;
}
.status-approved {
	background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
	color: #065f46;
}
.status-rejected {
	background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
	color: #991b1b;
}
.status-processing {
	background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%);
	color: #3730a3;
}

/* Responsive */
@media (max-width: 640px) {
.history-card-header {
	padding: 18px 20px;
}
.history-card-header h3 {
	font-size: 18px;
}
.timeline-container {
	padding: 20px;
}
.timeline-item {
	padding-left: 35px;
}
.timeline-icon {
	left: -11px;
	width: 20px;
	height: 20px;
}
.timeline-meta {
	flex-direction: column;
	gap: 8px;
}
}
/* Comment History Card */
.comments-card {
	background: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 25px;
}
.comments-card-header {
	background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
	padding: 20px 28px;
	border-bottom: 3px solid #6d28d9;
}
.comments-card-header h3 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 10px;
}
.comments-card-body {
	padding: 30px;
	max-height: 600px;
	overflow-y: auto;
}
 .comments-card-body::-webkit-scrollbar {
 width: 8px;
}
 .comments-card-body::-webkit-scrollbar-track {
 background: #f1f5f9;
}
 .comments-card-body::-webkit-scrollbar-thumb {
 background: #cbd5e1;
 border-radius: 4px;
}
 .comments-card-body::-webkit-scrollbar-thumb:hover {
 background: #94a3b8;
}
/* Comment Item */
.comment-item {
	background: linear-gradient(135deg, #fafbfc 0%, #f8fafc 100%);
	border: 1px solid #e2e8f0;
	border-left: 4px solid #7c3aed;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
	transition: all 0.3s ease;
	position: relative;
}
.comment-item:last-child {
	margin-bottom: 0;
}
.comment-item:hover {
	background: #ffffff;
	box-shadow: 0 4px 12px rgba(124, 58, 237, 0.1);
	transform: translateX(5px);
	border-left-width: 6px;
}
/* Comment Header */
.comment-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e2e8f0;
}
.comment-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	flex-shrink: 0;
	box-shadow: 0 2px 6px rgba(124, 58, 237, 0.3);
}
.comment-meta {
	flex: 1;
}
.comment-author {
	font-size: 15px;
	font-weight: 600;
	color: #1e293b;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 4px;
}
.comment-author i {
	color: #7c3aed;
	font-size: 14px;
}
.comment-date {
	font-size: 13px;
	color: #64748b;
	display: flex;
	align-items: center;
	gap: 6px;
}
.comment-date i {
	color: #94a3b8;
	font-size: 12px;
}
/* Comment Body */
.comment-body {
	font-size: 14px;
	color: #475569;
	line-height: 1.7;
	padding: 12px 16px;
	background: #ffffff;
	border-radius: 8px;
	border: 1px solid #f1f5f9;
}
.comment-body p {
	margin: 0;
}
/* Comment Quote Icon */
.comment-quote {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 24px;
	color: #e9d5ff;
	opacity: 0.4;
}
/* Empty State */
.comments-empty {
	text-align: center;
	padding: 60px 20px;
}
.comments-empty i {
	font-size: 40px;
	color: #cbd5e1;
	margin-bottom: 16px;
	display: block;
}
.comments-empty p {
	font-size: 14px;
	color: #94a3b8;
	margin: 0;
}
/* Comment Counter */
.comment-counter {
	background: #ffffff;
	color: #7c3aed;
	padding: 4px 10px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 600;
}
/* Alternating Colors */
.comment-item:nth-child(even) {
	border-left-color: #3b82f6;
}
.comment-item:nth-child(even):hover {
	box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1);
}
.comment-item:nth-child(even) .comment-avatar {
	background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
	box-shadow: 0 2px 6px rgba(59, 130, 246, 0.3);
}
.comment-item:nth-child(even) .comment-author i {
	color: #3b82f6;
}
.comment-item:nth-child(3n) {
	border-left-color: #10b981;
}
.comment-item:nth-child(3n):hover {
	box-shadow: 0 4px 12px rgba(16, 185, 129, 0.1);
}
.comment-item:nth-child(3n) .comment-avatar {
	background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
	box-shadow: 0 2px 6px rgba(16, 185, 129, 0.3);
}
.comment-item:nth-child(3n) .comment-author i {
	color: #10b981;
}

/* Responsive */
@media (max-width: 640px) {
.comments-card-header {
	padding: 18px 20px;
}
.comments-card-header h3 {
	font-size: 18px;
}
.comments-card-body {
	padding: 20px;
}
.comment-item {
	padding: 16px;
}
.comment-header {
	flex-direction: column;
	align-items: flex-start;
}
.comment-avatar {
	width: 36px;
	height: 36px;
	font-size: 14px;
}
.comment-quote {
	font-size: 18px;
}
}
.app-block {
	font-size: 13px;
	line-height: 18px;
}
.link-bold {
	color: #1a67df;
	font-weight: bold;
	font-size: 14px;
}
.edit-icon i {
	color: #1a67df;
	margin-left: 6px;
}
.tag-orange {
	background: #ff8800;
	color: #fff;
	padding: 2px 6px;
	display: inline-block;
	margin-top: 4px;
	border-radius: 3px;
	font-size:11px;
}
.tag-green {
	background: #093;
	color: #fff;
	padding: 2px 6px;
	display: inline-block;
	margin-top: 4px;
	border-radius: 3px;
	font-size:11px;
}
.tag-gray {
	background: #858585;
	color: #fff;
	padding: 2px 6px;
	display: inline-block;
	margin-top: 4px;
	border-radius: 3px;
	font-size:11px;
}
.service-tag {
	padding: 3px 6px;
	color: #fff;
	border-radius: 4px;
	font-size: 12px;
}
.status-block {
	font-size: 13px;
}
.status-link {
	color: #1a67df;
	font-weight: bold;
}
.yellow {
	background: #f5da42;
	padding: 2px 4px;
}
.status-column {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 10px 0;
}
/* The main status text */
	/* Status Title */
.status-title {
	font-size: 13px;
}
/* LAST COMMENT BLOCK (highlighted) */
.last-comment {
	background: #f7f9fc;
	border-left: 4px solid #4a90e2;
	padding: 12px 14px;
	border-radius: 6px;
	color: #333;
	box-shadow: 0 1px 3px rgba(0,0,0,0.05);
	position: relative;
}
/* “Last Comment” Label */
.last-comment::before {
	content: "Last Comment";
	position: absolute;
	top: -10px;
	left: 12px;
	background: #4a90e2;
	color: #fff;
	padding: 2px 8px;
	font-size: 11px;
	border-radius: 3px;
	font-weight: 600;
}
.status-badge {
	display: inline-block;
	padding: 6px 12px;
	background: #10b981;
	color: white;
	border-radius: 5px;
	font-size: 11px;
	margin-top: 5px;	
}
.status-badge-ex {
	display: inline-block;
	padding: 6px 12px;
	background: #F63;
	color: white;
	border-radius: 5px;
	font-size: 11px;
	margin-top: 5px;
}
.status-badge-up {
	display: inline-block;
    padding: 6px 12px;
    background: #ff9c0d;
    color: white;
    border-radius: 5px;
    font-size: 11px;
    margin-top: 5px;
}
/* Applicant Info Card */
.applicant-card {
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 25px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}
.applicant-title {
	font-size: 18px;
	font-weight: 600;
	color: #003b77;
	margin-bottom: 15px;
}
.info-list {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 12px;
}

.info-value {
	background: #f7faff;
	border: 1px solid #d7e1ee;
	padding: 8px 10px;
	border-radius: 6px;
	font-weight: 600;
	text-transform:uppercase;
	min-height: 36px;
}
/* Right Panel Styling */
.mail-card {
	background: #fff;
	border-radius: 10px;
	padding: 22px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}
.mail-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #0a3f7c;
}
textarea.form-control {
	min-height: 120px;
	border-radius: 6px;
}
footer button {
	padding: 8px 16px;
}
.section {
	padding: 30px;
	border-bottom: 1px solid #e0e0e0;
}

.section:last-child {
	border-bottom: none;
}

.section-title {
	background: #f5f7fa;
	color: #667eea;
	padding: 12px 20px;
	font-size: 18px;
	font-weight: 600;
	margin: -30px -30px 25px -30px;
	border-left: 4px solid #667eea;
}

.info-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
}

.info-item {
	padding: 15px;
	background: #f9fafb;
	border-radius: 8px;
	transition: transform 0.2s, box-shadow 0.2s;
}

.info-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.info-label {
	font-size: 12px;
	color: #6b7280;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 6px;
	font-weight: 600;
}

.required::after {
	content: " *";
	color: #ef4444;
}

.print-btn {
	background: #667eea;
	color: white;
	border: none;
	padding: 12px 30px;
	border-radius: 6px;
	font-size: 16px;
	cursor: pointer;
	margin: 20px 30px;
	transition: background 0.3s;
}

.print-btn:hover {
	background: #5568d3;
}

.visa-approved-icon {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #1e7e34;
    background-color: #e6f4ea;
    border: 1px solid #28a745;
    border-radius: 16px;
	float: right;
}

.visa-approved-icon i {
    color: #28a745;
}


@media print {
	body {
		background: white;
		padding: 0;
	}
	.container {
		box-shadow: none;
	}
	.print-btn {
		display: none;
	}
}
