body {
    font-family: 'Roboto', system-ui, sans-serif;
}
.page-header {
    padding: 18px 0;
    border-bottom: 1px solid #e9ecef30;
    margin-bottom: 25px;
}
.page-title {
    font-size: 28px;
    font-weight: 700;
    color: #212529;
}
.breadcrumb {
    margin-bottom: 0;
    font-size: 14px;
}

.breadcrumb-item a {
    color: #6c757d;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #0d6efd;
    font-weight: 500;
}
.app-main {
    padding: 0;
}
.dashfooter {
	background: var(--body-bg);
	border-top: 1px solid #e9ecef38;
	padding: 14px 0;
	position: relative;
	z-index: 10;
}
.dashfooter .container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}
.dashfooter .text-muted {
	color: #6c757d !important;
}
.dashfooter a {
	transition: all 0.2s ease;
}
.dashfooter a:hover {
	color: #0d6efd !important;
}
.dashfooter img {
	display: block;
	transition: transform 0.2s ease, opacity 0.2s ease;
}
.dashfooter img:hover {
	transform: translateY(-1px);
	opacity: 0.85;
}
.dashfooter .bi-shield-check {
	color: #198754;
}
.dashfooter .mx-1 {
	color: #adb5bd;
}
@media (max-width: 767.98px) {
	.dashfooter {
		padding: 16px 0;
	}
	.dashfooter .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	.dashfooter .d-flex {
		justify-content: center !important;
	}
	.dashfooter .text-center {
		line-height: 1.8;
	}
	.dashfooter img {
		height: 20px;
		max-width: 100px;
	}
	.dashfooter .gap-3 {
		gap: 10px !important;
	}
}
@media (max-width: 575.98px) {
	.dashfooter {
		padding: 14px 0;
		font-size: 12px;
	}
	.dashfooter .d-flex {
		text-align: center;
	}
	.dashfooter .mx-1 {
		margin-left: 3px !important;
		margin-right: 3px !important;
	}
	.dashfooter img {
		height: 18px;
		max-width: 95px;
	}
}
.otp-input {
	width: 52px;
	height: 58px;
	padding: 0;
	border: 1px solid #dee2e6;
	border-radius: 12px;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	color: #0d6efd;
	transition: all 0.2s ease;
}

.otp-input:focus {
	border-color: #0d6efd;
	box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.12);
	outline: none;
	transform: translateY(-2px);
}

@media (max-width: 400px) {
	.otp-input {
		width: 42px;
		height: 50px;
		font-size: 19px;
	}

	.d-flex.gap-2 {
		gap: 6px !important;
	}
}
.toast-container {
	z-index: 99999 !important;
}

.toast {
	width: 380px !important;
	max-width: calc(100vw - 30px);
	background: #fff !important;
	border: 0 !important;
	border-radius: 16px !important;
	overflow: hidden;
	box-shadow: 0 15px 45px rgba(0, 0, 0, .16) !important;
	animation: toastIn .5s cubic-bezier(.22, 1, .36, 1) forwards;
}

.toast-header {
	padding: 14px 16px;
	border: 0 !important;
	font-size: 14px;
}

.toast-header i {
	font-size: 18px;
	animation: iconBounce .6s ease;
}

.toast-header strong {
	font-weight: 700;
	letter-spacing: .2px;
}

.toast-body {
	padding: 16px;
	font-size: 14px;
	line-height: 1.5;
	color: #667085 !important;
	background: #fff !important;
}

.toast-header.text-bg-success {
	background: linear-gradient(135deg, #198754, #20c997) !important;
}

.toast-header.text-bg-danger {
	background: linear-gradient(135deg, #dc3545, #ff6b6b) !important;
}

.toast-header .btn-close {
	opacity: .8;
	transition: all .25s ease;
}

.toast-header .btn-close:hover {
	opacity: 1;
	transform: rotate(90deg);
}

.toast::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	transform-origin: left;
	animation: toastTimer 5s linear forwards;
}

#successToast::after {
	background: linear-gradient(90deg, #198754, #20c997);
}

#errorToast::after {
	background: linear-gradient(90deg, #dc3545, #ff6b6b);
}

@keyframes toastIn {
	0% {
		opacity: 0;
		transform: translateX(120px) scale(.88);
	}

	70% {
		opacity: 1;
		transform: translateX(-8px) scale(1.02);
	}

	100% {
		opacity: 1;
		transform: translateX(0) scale(1);
	}
}

@keyframes iconBounce {
	0% {
		transform: scale(0) rotate(-30deg);
	}

	60% {
		transform: scale(1.2) rotate(8deg);
	}

	100% {
		transform: scale(1) rotate(0);
	}
}

@keyframes toastTimer {
	from {
		transform: scaleX(1);
	}

	to {
		transform: scaleX(0);
	}
}

@media (max-width: 575px) {
	.toast {
		width: calc(100vw - 30px) !important;
		border-radius: 14px !important;
	}

	.toast-header {
		padding: 12px 14px;
	}

	.toast-body {
		padding: 14px;
	}
}
.premium-login-form {
	position: relative;
}

.premium-login-form .form-label {
	font-size: 13px;
	font-weight: 600;
	color: #344054;
	margin-bottom: 8px;
}

.premium-login-form .required {
	color: #dc3545;
}

.premium-login-form .input-wrap {
	position: relative;
	display: flex;
	align-items: stretch;
	background: #fff;
	border: 1px solid #d9dee8;
	border-radius: 12px;
	overflow: hidden;
	transition: all .25s ease;
}

.premium-login-form .input-wrap:focus-within {
	box-shadow: 0 0 0 4px rgba(13, 110, 253, .09);
	transform: translateY(-1px);
}

.premium-login-form .country-code {
	display: flex;
	align-items: center;
	padding: 0 14px;
	background: #f8faff;
	border-right: 1px solid #e4e8ef;
	color: #344054;
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
}

.premium-login-form .country-code i {
	margin-right: 7px;
	color: #0d6efd;
	font-size: 16px;
}

.premium-login-form .form-control {
	height: 50px;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: transparent;
	font-size: 14px;
	color: #101828;
	padding: 0 15px;
}

.premium-login-form .form-control::placeholder {
	color: #98a2b3;
}

.premium-login-form .password-wrap {
	position: relative;
}

.premium-login-form .password-wrap .form-control {
	padding-right: 48px;
}

.premium-login-form .password-toggle {
	position: absolute;
	top: 50%;
	right: 13px;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	border: 0;
	background: transparent;
	color: #98a2b3;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	cursor: pointer;
	transition: all .2s ease;
	z-index: 2;
}

.premium-login-form .password-toggle:hover {
	background: #f2f4f7;
	color: #0d6efd;
}

.premium-login-form .remember-row {
	margin-top: 18px;
	margin-bottom: 20px;
}

.premium-login-form .remember-check {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
}

.premium-login-form .remember-check .form-check-input {
	width: 17px;
	height: 17px;
	margin: 0;
	cursor: pointer;
	border-color: #cbd2dc;
}

.premium-login-form .remember-check .form-check-input:checked {
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.premium-login-form .remember-check .form-check-label {
	margin: 0;
	font-size: 13px;
	color: #667085;
	cursor: pointer;
}

.premium-login-form .forgot-link {
	font-size: 13px;
	font-weight: 600;
	color: #0d6efd;
	text-decoration: none;
	transition: color .2s ease;
}

.premium-login-form .forgot-link:hover {
	color: #084298;
	text-decoration: underline;
}

.premium-login-form .login-btn {
	position: relative;
	height: 52px;
	border: 0;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .2px;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(13, 110, 253, .20);
	transition: all .25s ease;
}

.premium-login-form .login-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 60%;
	height: 100%;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(255, 255, 255, .22),
		transparent
	);
	transform: skewX(-20deg);
	transition: left .6s ease;
}

.premium-login-form .login-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 25px rgba(13, 110, 253, .28);
}

.premium-login-form .login-btn:hover::before {
	left: 130%;
}

.premium-login-form .login-btn:active {
	transform: translateY(0);
}

.premium-login-form .login-btn i {
	font-size: 17px;
	transition: transform .25s ease;
}

.premium-login-form .login-btn:hover i {
	transform: translateX(4px);
}

.premium-login-form .secure-note {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-top: 16px;
	font-size: 11px;
	color: #98a2b3;
}

.premium-login-form .secure-note i {
	color: #198754;
	font-size: 13px;
}

@media (max-width: 575px) {
	.premium-login-form .country-code {
		padding: 0 11px;
	}

	.premium-login-form .country-code i {
		margin-right: 5px;
	}

	.premium-login-form .remember-row {
		align-items: flex-start !important;
		gap: 12px;
	}
}
.password-input-icon {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #98a2b3;
	font-size: 16px;
	z-index: 2;
	pointer-events: none;
	transition: all .25s ease;
}

.password-wrap:focus-within .password-input-icon {
	color: #0d6efd;
	transform: translateY(-50%) scale(1.08);
}

.password-wrap .password-input {
	padding-left: 45px !important;
	padding-right: 48px !important;
}
.fv-step-complete {
	background: green;
    color: #fff;
    transition: all .3s;
}

.glass-tile {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 82px;
	padding: 14px;
	border-radius: 16px;
}

.glass-icon {
	width: 46px;
	height: 46px;
	min-width: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: rgba(255,255,255,.16);
	font-size: 21px;
	line-height: 1;
}

.glass-content {
	min-width: 0;
}

.glass-content .fw-bold {
	font-size: 16px;
	line-height: 1.3;
	white-space: nowrap;
}

.glass-content .text-xs {
	font-size: 11px;
	line-height: 1.4;
	margin-top: 3px;
}
.auth-right-content {
    position: relative;
    max-width: 550px;
    width: 100%;
}
.form-control {
	height: 50px;
	box-shadow: none !important;
	background: transparent;
	font-size: 14px;
	color: #101828;
	padding: 0 15px;
	border: 1px solid #d0d5dd;
	border-radius: 8px !important;
	transition: all 0.25s ease;
}

.form-control:focus {
	background: #fff;
	border-color: #7f56d9;
	box-shadow: 0 0 0 3px rgba(127, 86, 217, 0.1) !important;
	color: #101828;
	outline: none;
}

.form-control::placeholder {
	color: #98a2b3;
	opacity: 1;
}