body {
	width: 100%;
	height: 100%;
}

.app-container {
}

.app-navbar {
	min-height: 75px;
	border-bottom: 1px solid var(--gray-100);
	margin-bottom: 4rem;
}

[data-theme-style="dark"] .app-navbar {
	border-color: var(--gray-200);
}

.navbar .dropdown-item svg {
	color: var(--gray-700);
}

.navbar .dropdown-item:active svg {
	color: white;
}

/* App sub menu */
.app-sub-navbar {
	min-height: 65px;
	border-bottom: 1px solid var(--gray-100);
	margin-bottom: 3rem;
	padding: 0;
}

[data-theme-style="dark"] .app-sub-navbar {
	border-color: var(--gray-200);
}

.app-sub-navbar .app-sub-navbar-ul {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-left: 0;
	list-style: none;
	margin: 1rem 0;
}

@media (min-width: 992px) {
	.app-sub-navbar .app-sub-navbar-ul {
		flex-direction: row;
		margin: 0;
	}
}

.app-sub-navbar .nav-item {
	min-width: fit-content;
}

.app-sub-navbar .nav-link {
	padding: .75rem;
	color: var(--gray-500);
}

@media (min-width: 992px) {

	.app-sub-navbar .nav-link {
		padding: 1.2rem;
	}

}

.app-sub-navbar .nav-link:hover {
	color: var(--gray);
}

@media (min-width: 992px) {
	.app-sub-navbar .nav-link:hover {
		border-bottom: 2px solid var(--gray);
	}
}

.app-sub-navbar .nav-link.active {
	color: var(--primary);
}

@media (min-width: 992px) {
	.app-sub-navbar .nav-link.active {
		border-bottom: 2px solid var(--primary);
	}
}

/* Qr Code */
#qr {
	padding: 1rem;
}
#qr img {
	width: 100%;
	height: auto;
}

.pickr .pcr-button {
	width: 100% !important;
}

/* Filters */
.filters-dropdown {
	width: 18rem;
	max-height: 30rem;
	overflow-y: auto;
}

canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.modal-header {
	padding: 1rem;
	border-bottom: 0;
}

.modal-subheader {
	padding: 0 1rem;
	border-bottom: 0;
	margin: 0;
}

.modal-content {
	padding: 1rem;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

/* Forms */
.input-group-text {
	font-size: 0.9rem;
}

/* Footer */
.footer {
	margin: 3rem 0 0 0;
	padding-top: 3rem;
	padding-bottom: 3rem;
	background: var(--gray-50);
}

.footer {
	color: var(--gray-700);
}

.footer a:not(.dropdown-item), .footer a:hover:not(.dropdown-item) {
	color: var(--gray-700);
}

.footer a.icon {
	color: var(--gray-700);
}

.footer button, .footer button:hover {
	color: var(--gray-700) !important;
}

.footer-logo {
	max-height: 2.5rem;
	height: 2.5rem;
}

/* Custom breadcrumbs */
.custom-breadcrumbs {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.custom-breadcrumbs > li {
	margin-right: .5rem;
}

.custom-breadcrumbs > li > a {
	color: var(--gray);
}

.custom-breadcrumbs > li > svg {
	color: var(--gray-400);
	margin-left: .5rem;
}

.custom-breadcrumbs > li.active {
}

/* Helper classes */
.list-style-none {
	list-style: none;
	padding: 0;
}

.appearance-none {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.select-custom-silver {
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%232D3748' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	padding: .375rem 1.75rem .375rem .75rem;
	background-color: var(--gray-100);
	height: 100%;
}

.clickable {
	cursor: pointer;
}

.draggable {
	cursor: grab !important;
}

.icon-favicon {
	width: 1rem;
	height: auto;
}

/* Navbar custom menu */
.navbar-main .navbar-nav > li > a {
	padding: 1rem 0 !important;
}

@media (min-width: 992px) {
	.navbar-main .navbar-nav > li > a {
		padding: 1rem !important;
	}
}

.navbar-logo {
	max-height: 2.5rem;
	height: 2.5rem;
}

.navbar-avatar {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.navbar-custom-toggler {
	padding: 0.5rem .8rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border-radius: .25rem;

	color: var(--gray-500);
	border-color: var(--gray-300);
}

.chart-container {
	position: relative;
	margin: auto;
	height: 275px;
	width: 100%;
}

/* Index */
.index-header {
	font-size: 3rem;
	line-height: 1;
	font-weight: bold;
	color: var(--black);
}

.index-subheader {
	font-size: 1.25rem;
	color: var(--gray-700);
}

.index-button {
	margin-top: 1rem;
    padding: 0.6rem 4rem;
    font-weight: 500;
}

@media (min-width: 992px) {
	.index-hero {
		transform: scale(1.1);
	}
}

.index-qr img {
	width: 300px;
	height: auto;
	border-radius:.25rem;
}

/* Login & register */
.login-background,
.register-background {
	min-height: 100vh;
	background-color: #f8fafc;
	background-image:
		radial-gradient(ellipse 80% 60% at 8% 15%, rgba(99, 102, 241, 0.20) 0%, transparent 55%),
		radial-gradient(ellipse 70% 55% at 92% 8%, rgba(56, 189, 248, 0.16) 0%, transparent 50%),
		radial-gradient(ellipse 65% 50% at 88% 88%, rgba(168, 85, 247, 0.14) 0%, transparent 52%),
		radial-gradient(ellipse 55% 45% at 12% 85%, rgba(94, 114, 228, 0.12) 0%, transparent 48%),
		linear-gradient(165deg, #f8fafc 0%, #eef2ff 42%, #f0f9ff 100%);
	background-attachment: fixed;
}

[data-theme-style="dark"].login-background,
[data-theme-style="dark"].register-background {
	background-color: #0f1117;
	background-image:
		radial-gradient(ellipse 80% 60% at 8% 15%, rgba(99, 102, 241, 0.28) 0%, transparent 55%),
		radial-gradient(ellipse 70% 55% at 92% 8%, rgba(56, 189, 248, 0.18) 0%, transparent 50%),
		radial-gradient(ellipse 65% 50% at 88% 88%, rgba(168, 85, 247, 0.20) 0%, transparent 52%),
		radial-gradient(ellipse 55% 45% at 12% 85%, rgba(94, 114, 228, 0.15) 0%, transparent 48%),
		linear-gradient(165deg, #0f1117 0%, #131720 42%, #151929 100%);
	background-attachment: fixed;
}

.login-background .card,
.register-background .card {
	border-radius: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.75);
	box-shadow: 0 4px 24px rgba(15, 23, 42, 0.07), 0 24px 64px -32px rgba(15, 23, 42, 0.14);
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

[data-theme-style="dark"].login-background .card,
[data-theme-style="dark"].register-background .card {
	border-color: rgba(255, 255, 255, 0.06);
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25), 0 24px 64px -32px rgba(0, 0, 0, 0.45);
	background: rgba(25, 29, 40, 0.88);
}

.login-background .card-body > .mb-6,
.register-background .card-body > .mb-6 {
	margin-bottom: 0.75rem !important;
}

.login-background .card-body > h1,
.register-background .card-body > h1 {
	margin-bottom: 0;
}

/* Header container */
.header {
	margin-bottom: 1.5rem;
}

.user-avatar {
	border-radius: 50%;
	max-width: 70px;
	max-height: 70px;
}

/* Others */
.container-disabled {
	pointer-events: none;
	opacity: .5;
}

.container-disabled-simple {
	pointer-events: none;
}

/* Tables */
.table-custom-container {
	border-radius: .5rem;
	border: 1px solid var(--gray-100);
}

.table-custom {
	margin-bottom: 0;
}

.table-custom thead th {
	border-top: 0;
	border-bottom: 0;
	color: var(--gray);
}

.table-custom th {
    padding: 0.8rem 1rem;
	font-size: .9rem;
}

[data-theme-style="dark"] .table-custom thead th {
	color: var(--gray-800)
}

.table-custom tr:nth-child(even) {
	background: var(--gray-50);
}



.table-custom td {
	padding: 1rem 1rem;
	vertical-align: middle;
}

.table-custom tbody tr td {
	border-color: var(--gray-100);
}

[data-theme-style="dark"] .table-custom tbody tr td {
	border-color: var(--gray-200)
}

.table-custom tbody tr {
	transition: all .3s ease-in-out;
}

.table-custom tbody tr:hover td {
}

/* Order */
.order-item-image-wrapper {
	position: relative;
	min-width: 5rem;
	min-height: 5rem;
	max-width: 5rem;
	max-height: 5rem;
	background: var(--primary-100);
	border-radius: .25rem;
	overflow: hidden;
}

.order-item-image-background {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Custom Radio Boxes */
.custom-radio-box {
	cursor: pointer;
}

.custom-radio-box .custom-radio-box-main-text {
	font-size: 2.25rem;
}

.custom-radio-box .custom-radio-box-main-icon {
	font-size: 2.5rem;
}

.custom-radio-box input[type="radio"] + div {
	border: 2px solid var(--gray-100);
	color: var(--gray-800);
	transition: all .3s ease-in-out;
}

.custom-radio-box input[type="radio"]:checked + div {
	border-color: var(--primary);
}

.custom-radio-box input[type="radio"] + div .payment-price-savings {
}

.custom-radio-box input[type="radio"]:checked + div .payment-price-savings {
}

/* Pricing cards */
.pricing-card {
	border-top: 3px solid var(--primary);
}

/* Round circles */
.round-circle-md {
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.round-circle-lg {
	width: 4.5rem;
	height: 4.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

/* Badge colors */
.badge-primary {
	color: hsl(211, 100%, 35%);
	background-color: hsl(211, 100%, 85%);
}

[data-theme-style="dark"] .badge-primary {
	background-color: hsl(211, 100%, 35%);
	color: hsl(211, 100%, 85%);
}

.badge-secondary {
	color: hsl(208, 7%, 35%);
	background-color: hsl(208, 7%, 85%);
}

[data-theme-style="dark"] .badge-secondary {
	background-color: hsl(208, 7%, 35%);
	color: hsl(208, 7%, 85%);
}

.badge-success {
	color: hsla(134, 50%, 30%, 1);
	background-color: hsla(134, 50%, 85%, 1);
}

[data-theme-style="dark"] .badge-success {
	background-color: hsla(134, 50%, 30%, 1);
	color: hsla(134, 50%, 85%, 1);
}

.badge-danger {
	color: hsla(354, 70%, 35%, 1);
	background-color: hsla(354, 70%, 85%, 1);
}

[data-theme-style="dark"] .badge-danger {
	background-color: hsla(354, 70%, 35%, 1);
	color: hsla(354, 70%, 85%, 1);
}

.badge-warning {
	background-color: hsla(45, 100%, 85%, 1);;
	color: hsla(40, 80%, 30%, 1);
}

[data-theme-style="dark"] .badge-warning {
	background-color: hsla(50, 20%, 20%, 1);
	color: hsla(45, 100%, 85%, 1);
}

.badge-info {
	color: hsla(188, 60%, 30%, 1);
	background-color: hsla(188, 78%, 85%, 1);
}

[data-theme-style="dark"] .badge-info {
	background-color: hsla(188, 60%, 30%, 1);
	color: hsla(188, 78%, 85%, 1);
}

.badge-light {
	color: hsla(210, 15%, 35%, 1);
	background-color: hsl(210, 17%, 95%);
}

[data-theme-style="dark"] .badge-light {
	background-color: hsla(210, 15%, 35%, 1);
	color: hsl(210, 17%, 95%);
}

.badge-dark {
	color: hsla(210, 10%, 90%, 1);
	background-color: hsla(210, 10%, 20%, 1);
}

[data-theme-style="dark"] .badge-dark {
	background-color: hsla(210, 10%, 90%, 1);
	color: hsla(210, 10%, 20%, 1);
}

/* Invoice css */
.invoice-table th {
	border-top: 0 !important;
}

@media print {
	.invoice-logo {
		filter: grayscale(100%);
	}
}



/* Modern button group for cart selectors */
.btn-group-toggle .btn {
    border-radius: 1.5rem !important;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    margin-bottom: 0.25rem;
    box-shadow: 0 2px 8px rgba(44, 62, 80, 0.04);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    border-width: 2px;
    outline: none;
}
.btn-group-toggle .btn.active,
.btn-group-toggle .btn:active,
.btn-group-toggle .btn:focus {
    background: var(--primary, #007bff);
    color: #fff;
    border-color: var(--primary, #007bff);
    box-shadow: 0 4px 16px rgba(44, 62, 80, 0.10);
}
.btn-group-toggle .btn:hover {
    background: var(--primary, #007bff);
    color: #fff;
    border-color: var(--primary, #007bff);
}
.btn-group-toggle {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
@media (min-width: 576px) {
    .btn-group-toggle {
        flex-direction: row;
        gap: 1rem;
    }
    .btn-group-toggle .btn {
        width: auto !important;
        margin-bottom: 0;
    }
}


