body.billing-app {
	min-height: 100vh;
	color: #11233d;
	background:
		linear-gradient(180deg, rgba(7, 13, 28, 0.74), rgba(10, 19, 36, 0.52)),
		url("../img/bg-modern.jpg") center center / cover fixed no-repeat;
}

body.billing-app::before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 20% 15%, rgba(94, 178, 255, 0.18), transparent 28%),
		radial-gradient(circle at 80% 20%, rgba(52, 211, 153, 0.12), transparent 26%),
		radial-gradient(circle at 50% 90%, rgba(255, 255, 255, 0.06), transparent 30%);
}

body.billing-app > .row-fluid {
	position: relative;
	z-index: 1;
	padding: 28px 0 44px;
}

body.billing-app .well,
body.billing-app .alert {
	border: 1px solid rgba(17, 35, 61, 0.08);
	border-radius: 24px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}

body.billing-app .well {
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(10px);
	padding: 24px 28px;
}

body.billing-app .well h3,
body.billing-app .well h4,
body.billing-app .well strong {
	color: #0f2340;
}

body.billing-app .well a {
	color: #1b5fa7;
}

body.billing-app .well a:hover {
	color: #0f4178;
}

body.billing-app .input-prepend,
body.billing-app .input-append {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 10px;
	margin-bottom: 12px;
}

body.billing-app .input-prepend .add-on,
body.billing-app .input-append .add-on {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	border-radius: 14px;
	border: 1px solid rgba(17, 35, 61, 0.12);
	background: linear-gradient(180deg, #f8fafc, #edf2f7);
	color: #28496e;
	padding: 0 14px;
}

body.billing-app .form-control,
body.billing-app input[type="date"],
body.billing-app input[type="number"],
body.billing-app input[type="text"],
body.billing-app input[type="password"],
body.billing-app select,
body.billing-app textarea {
	min-height: 44px;
	border-radius: 14px;
	border: 1px solid #cfd8e3;
	box-shadow: none;
}

body.billing-app .form-control:focus,
body.billing-app input[type="date"]:focus,
body.billing-app input[type="number"]:focus,
body.billing-app input[type="text"]:focus,
body.billing-app input[type="password"]:focus,
body.billing-app select:focus,
body.billing-app textarea:focus {
	border-color: #6ba4ff;
	box-shadow: 0 0 0 4px rgba(64, 126, 255, 0.12);
}

body.billing-app .btn {
	border-radius: 999px;
	padding: 10px 18px;
	box-shadow: 0 10px 24px rgba(17, 35, 61, 0.12);
	transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

body.billing-app .btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 16px 30px rgba(17, 35, 61, 0.16);
	filter: brightness(1.02);
}

body.billing-app .btn:active {
	transform: translateY(0);
}

body.billing-app .table {
	background: rgba(255, 255, 255, 0.96);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
}

body.billing-app .table th {
	background: #163255;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.08);
}

body.billing-app .table td,
body.billing-app .table th {
	padding-top: 12px;
	padding-bottom: 12px;
}

body.billing-app .label {
	border-radius: 999px;
	padding: 0.35rem 0.7rem;
}

body.billing-app .footer {
	background: rgba(7, 13, 28, 0.86);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.18);
}

body.billing-app .footer a {
	color: #fff;
}

body.billing-app .footer a:hover {
	color: #dce8ff;
}

@media (max-width: 979px) {
	body.billing-app > .row-fluid {
		padding: 16px 0 28px;
	}

	body.billing-app .well {
		padding: 18px;
		border-radius: 20px;
	}
}

@media (max-width: 768px) {
	body.billing-app {
		background-attachment: scroll;
	}

	body.billing-app .input-prepend,
	body.billing-app .input-append {
		flex-direction: column;
		align-items: stretch;
	}

	body.billing-app .input-prepend .add-on,
	body.billing-app .input-append .add-on,
	body.billing-app .form-control,
	body.billing-app input[type="date"],
	body.billing-app input[type="number"],
	body.billing-app input[type="text"],
	body.billing-app input[type="password"],
	body.billing-app select,
	body.billing-app textarea {
		width: 100%;
	}
}
