/* ==========================================
   Global — Ultra Modern Dark Gold Theme
   ========================================== */

@keyframes ambientGlow {
	0%, 100% { opacity: 0.4; transform: translate(-50%, -50%) scale(1); }
	50% { opacity: 0.6; transform: translate(-50%, -50%) scale(1.1); }
}

@keyframes subtleFloat {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-4px); }
}

@keyframes shimmer {
	0% { background-position: -200% 0; }
	100% { background-position: 200% 0; }
}

@keyframes fadeInUp {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}

html {
	position: relative;
	min-height: 100%;
}

body{
	margin-bottom: 72px;
	background: linear-gradient(145deg, #0a0a0a 0%, #111005 25%, #0d0b04 50%, #080604 75%, #0a0a0a 100%);
	background-attachment: fixed;
	/* position: relative; */
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 72px;
}

/* ==========================================
   Scrollbar
   ========================================== */

::-webkit-scrollbar{
	width: 6px;
	height: 6px;
}
::-webkit-scrollbar-track{
	background: rgba(10,10,10,0.5);
}
::-webkit-scrollbar-thumb{
	background: rgba(255,255,255,0.15);
	border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover{
	background: rgba(255,255,255,0.25);
}

/* ==========================================
   Typography & Links
   ========================================== */

.btn-warning,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle{
	color: #ffffff;
}

.nav-link{
	transition: color .2s ease, text-shadow .2s ease;
}

.nav-link:hover{
	text-shadow: 0 0 12px rgba(230,179,71,0.3);
}

.text-white-75{
	color: rgba(255,255,255,.75);
}

.text-white-50{
	color: rgba(255,255,255,.50);
}

a,
.btn-link{
	text-decoration: none;
}

[data-bs-theme=dark]{
	/* --bs-body-bg: #101214; */
}

footer{
	background: rgba(10,10,10,0.85);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-top: 1px solid rgba(230,179,71,0.1);
}

#hero-container{
	position: relative;
	overflow: hidden;
}

#hero-container::before{
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 80% 60% at 50% 40%, rgba(230,179,71,0.08) 0%, transparent 70%);
	z-index: 2;
	pointer-events: none;
}

#hero-container::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 180px;
	background: linear-gradient(to top, #0a0a0a, transparent);
	z-index: 5;
	pointer-events: none;
}

#hero{
	min-height: 350px; 
	max-width: 100%; 
	object-fit: contain;
	background-image: url("/assets/img/hero-background.jpg");
	background-position: center center;
	background-size: cover;
	filter: brightness(0.25) saturate(0.6) sepia(0.3);
	transition: filter 0.8s ease;
	mask-image: linear-gradient(to bottom, black 50%, transparent 100%),
				linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
	mask-composite: intersect;
	-webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%),
						linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
	-webkit-mask-composite: source-in;
}

#hero-text{
	top: 180px;
	z-index: 10;
	animation: fadeInUp 0.8s ease-out;
}

#hero-text .badge{
	background: rgba(0,180,0,0.15);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(0,180,0,0.2);
	color: rgb(0, 200, 0);
}

*{
	--bs-primary: #e6b347;
	--bs-primary-rgb: 230, 179, 71;
    --bs-link-color: #e6b347;
	--bs-link-hover-color: #f1e1a2;
	--bs-link-color-rgb: 230, 179, 71;
	--bs-link-hover-color-rgb: 241, 225, 162;
	--bs-dropdown-link-active-bg: #e6b347;
	--bs-body-bg: #07080a;
}

a{
	transition: color .2s ease;
}

/* ==========================================
   Navbar — Glass
   ========================================== */

header.navbar{
	position: relative;
	z-index: 1030;
	background: rgba(10,10,10,0.7);
	backdrop-filter: blur(20px) saturate(1.4);
	-webkit-backdrop-filter: blur(20px) saturate(1.4);
	border-bottom: 1px solid rgba(230,179,71,0.08);
	box-shadow: 0 1px 24px rgba(0,0,0,0.3);
	transition: background .3s ease;
}

.navbar-brand span{
	text-shadow: 0 0 20px rgba(230,179,71,0.3);
}

.dropdown-menu{
	background: rgba(18,18,18,0.92);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(230,179,71,0.1);
	box-shadow: 0 8px 32px rgba(0,0,0,0.5);
	border-radius: 12px;
	padding: 8px;
	z-index: 9999;
}

.dropdown-item{
	border-radius: 8px;
	transition: all .2s ease;
}

.dropdown-item:hover,
.dropdown-item:focus{
	background: rgba(230,179,71,0.1);
	color: #e6b347;
}

/* ==========================================
   Primary Button — Smooth Gold Gradient
   ========================================== */

.btn-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: #e6b347;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f1d479;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-focus-shadow-rgb: 230,179,71;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c48e2b;
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #555;
    --bs-btn-disabled-bg: #3a3120;
    --bs-btn-disabled-border-color: transparent;
    background-image: linear-gradient(135deg, #c48e2b 0%, #e6b347 25%, #f1e1a2 50%, #e6b347 75%, #c48e2b 100%);
    background-size: 300% 300%;
    background-position: 0% 50%;
    border: none;
    transition: background-position .5s cubic-bezier(.4,0,.2,1), box-shadow .3s ease, transform .2s ease;
	color: #000;
	font-weight: 600;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(230,179,71,0.2);
	letter-spacing: 0.02em;
}

.btn-primary:hover,
.btn-primary:focus {
    background-position: 100% 100%;
	color: #000;
	font-weight: 600;
	box-shadow: 0 4px 24px rgba(230,179,71,0.4);
	transform: translateY(-1px);
}

.btn-primary:active,
.btn-primary.active {
    background-position: 50% 0%;
	color: #000;
	font-weight: 600;
	transform: translateY(0);
	box-shadow: 0 2px 8px rgba(230,179,71,0.2);
}

.btn-outline-primary{
	--bs-btn-color: #e6b347;
	--bs-btn-border-color: rgba(230,179,71,0.3);
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #e6b347;
	--bs-btn-hover-border-color: #e6b347;
	transition: all .3s ease;
	border-radius: 8px;
}

.btn-outline-primary:hover{
	box-shadow: 0 0 16px rgba(230,179,71,0.25);
}

.btn-success{
	border-radius: 8px;
	font-weight: 600;
	transition: all .3s ease;
}

.btn-success:hover{
	box-shadow: 0 4px 16px rgba(25,135,84,0.35);
	transform: translateY(-1px);
}

/* ==========================================
   Glass Cards
   ========================================== */

.card{
	background: rgba(14,14,16,0.65);
	backdrop-filter: blur(16px) saturate(1.2);
	-webkit-backdrop-filter: blur(16px) saturate(1.2);
	border: 1px solid rgba(230,179,71,0.08);
	border-radius: 14px;
	box-shadow: 0 4px 24px rgba(0,0,0,0.3);
	transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
	overflow: hidden;
}

.card:hover{
	border-color: rgba(230,179,71,0.15);
	box-shadow: 0 8px 40px rgba(0,0,0,0.4), 0 0 0 1px rgba(230,179,71,0.06);
}

.card-header{
	background: rgba(10,10,10,0.5);
	border-bottom: 1px solid rgba(230,179,71,0.08);
}

.card-footer{
	background: rgba(10,10,10,0.4);
	border-top: 1px solid rgba(230,179,71,0.06);
}

/* ==========================================
   Product Cards
   ========================================== */

.product-item .card{
	transition: transform .35s cubic-bezier(.4,0,.2,1), box-shadow .35s ease, border-color .35s ease;
}

.product-item .card:hover{
	transform: translateY(-6px);
	border-color: rgba(230,179,71,0.25);
	box-shadow: 0 12px 48px rgba(0,0,0,0.5), 0 0 24px rgba(230,179,71,0.08);
}

.product-item .card .card-img-top{
	transition: transform .4s ease;
}

.product-item .card:hover .card-img-top{
	transform: scale(1.04);
}

.product-item .card.border-primary{
	border-color: rgba(230,179,71,0.35);
	box-shadow: 0 4px 24px rgba(0,0,0,0.3), 0 0 20px rgba(230,179,71,0.06);
}

/* ==========================================
   Form Controls — Glass
   ========================================== */

.form-control,
.form-select{
	background: rgba(18,18,20,0.7);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(255,255,255,0.08);
	color: #e0e0e0;
	border-radius: 8px;
	transition: border-color .25s ease, box-shadow .25s ease;
}

.form-control:focus,
.form-select:focus{
	background: rgba(18,18,20,0.85);
	border-color: rgba(230,179,71,0.5);
	box-shadow: 0 0 0 3px rgba(230,179,71,0.1), 0 0 16px rgba(230,179,71,0.08);
	color: #f0f0f0;
}

.form-check-input:checked{
	background-color: #e6b347;
	border-color: #e6b347;
}

/* ==========================================
   Alerts — Glass
   ========================================== */

.alert{
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-radius: 10px;
}

/* ==========================================
   Badges & Pills
   ========================================== */

.badge{
	border-radius: 6px;
	font-weight: 500;
}

.badge.bg-primary{
	background: linear-gradient(135deg, #e6b347, #f1e1a2) !important;
	color: #000;
}

.badge.bg-success{
	background: rgba(25,135,84,0.25) !important;
	border: 1px solid rgba(25,135,84,0.3);
	color: #2ecc71;
}

.badge.bg-warning{
	background: rgba(230,179,71,0.2) !important;
	border: 1px solid rgba(230,179,71,0.3);
	color: #e6b347;
}

.badge.bg-danger,.badge.bg-secondary{
	backdrop-filter: blur(4px);
}

/* ==========================================
   Tables
   ========================================== */

.table{
	--bs-table-bg: transparent;
}

.table > :not(caption) > * > *{
	background: transparent;
	border-bottom-color: rgba(255,255,255,0.05);
}

.table-striped > tbody > tr:nth-of-type(odd) > *{
	background: rgba(230,179,71,0.02);
}

.table-hover > tbody > tr:hover > *{
	background: rgba(230,179,71,0.06);
}

/* ==========================================
   List Groups — Glass
   ========================================== */

.list-group-item{
	background: rgba(14,14,16,0.4);
	border-color: rgba(255,255,255,0.05);
	color: #e0e0e0;
	transition: background .2s ease;
}

.list-group-item-action:hover,
.list-group-item-action:focus{
	background: rgba(230,179,71,0.06);
	color: #f0f0f0;
}

/* ==========================================
   Pagination
   ========================================== */

.pagination .page-link{
	background: rgba(14,14,16,0.6);
	border-color: rgba(255,255,255,0.06);
	color: #e6b347;
	border-radius: 8px;
	transition: all .2s ease;
}

.pagination .page-link:hover{
	background: rgba(230,179,71,0.12);
	box-shadow: 0 0 12px rgba(230,179,71,0.15);
}

/* ==========================================
   Breadcrumbs
   ========================================== */

.breadcrumb{
	background: transparent;
}

.breadcrumb-link{
	transition: color .2s ease, text-shadow .2s ease;
}

.breadcrumb-link:hover{
	text-shadow: 0 0 8px rgba(230,179,71,0.3);
}

/* ==========================================
   Search Form
   ========================================== */

#search-form{
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 16px rgba(0,0,0,0.3);
}

#search-form .form-control,
#search-form .form-select{
	border-radius: 0;
}

/* ==========================================
   Navigator / Page Headers
   ========================================== */

h1.text-primary{
	text-shadow: 0 0 30px rgba(230,179,71,0.15);
}

/* ==========================================
   Live Chat Widget (Customer)
   ========================================== */

#livechat-widget .livechat-bubble{
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 20px;
	right: 25px;
	padding: 14px;
	background: linear-gradient(135deg, #e6b347, #c48e2b);
	color: #0a0a0a;
	border: 0;
	cursor: pointer;
	z-index: 1050;
	box-shadow: 0 4px 20px rgba(230,179,71,0.3), 0 0 40px rgba(230,179,71,0.1);
	transition: transform 0.25s cubic-bezier(.4,0,.2,1), box-shadow 0.25s ease;
}

#livechat-widget .livechat-bubble:hover{
	transform: scale(1.12);
	background: linear-gradient(135deg, #f1d479, #e6b347);
	color: #0a0a0a;
	box-shadow: 0 6px 28px rgba(230,179,71,0.45), 0 0 60px rgba(230,179,71,0.15);
}

#livechat-widget .livechat-bubble .badge{
	position: absolute;
	top: -4px;
	right: -4px;
	background: #dc3545;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	font-size: 10px;
	display: none;
	align-items: center;
	justify-content: center;
}

#livechat-widget .livechat-panel{
	position: fixed;
	bottom: 90px;
	right: 25px;
	width: 370px;
	height: 520px;
	background: rgba(12,12,14,0.85);
	backdrop-filter: blur(24px) saturate(1.3);
	-webkit-backdrop-filter: blur(24px) saturate(1.3);
	border: 1px solid rgba(230,179,71,0.15);
	border-radius: 16px;
	z-index: 1051;
	display: none;
	flex-direction: column;
	box-shadow: 0 12px 48px rgba(0,0,0,0.6), 0 0 32px rgba(230,179,71,0.06);
	overflow: hidden;
}

#livechat-widget .livechat-panel.open{
	display: flex;
}

#livechat-widget #livechat-body{
	flex: 1;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

#livechat-widget .livechat-header{
	background: rgba(10,10,10,0.6);
	padding: 14px 16px;
	border-bottom: 1px solid rgba(230,179,71,0.12);
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-shrink: 0;
}

#livechat-widget .livechat-header h6{
	margin: 0;
	color: #e6b347;
	font-weight: 600;
}

#livechat-widget .livechat-header .btn-sm{
	padding: 4px 10px;
	font-size: 12px;
	border: 1px solid rgba(255,255,255,0.1);
	background: rgba(255,255,255,0.05);
	color: rgba(255,255,255,0.6);
	border-radius: 8px;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	transition: all .25s ease;
}

#livechat-widget .livechat-header .btn-sm:hover{
	background: rgba(255,255,255,0.1);
	color: #fff;
	border-color: rgba(255,255,255,0.2);
	box-shadow: 0 0 12px rgba(255,255,255,0.06);
}

#livechat-widget .livechat-header #livechat-end{
	border-color: rgba(220,53,69,0.3);
	background: rgba(220,53,69,0.1);
	color: rgba(220,53,69,0.8);
}

#livechat-widget .livechat-header #livechat-end:hover{
	background: rgba(220,53,69,0.2);
	color: #ff6b7a;
	border-color: rgba(220,53,69,0.5);
	box-shadow: 0 0 12px rgba(220,53,69,0.15);
}

#livechat-widget .livechat-messages{
	flex: 1;
	overflow-y: auto;
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

#livechat-widget .livechat-messages::-webkit-scrollbar{
	width: 4px;
}

#livechat-widget .livechat-messages::-webkit-scrollbar-track{
	background: transparent;
}

#livechat-widget .livechat-messages::-webkit-scrollbar-thumb{
	background: rgba(255,255,255,0.15);
	border-radius: 3px;
}

#livechat-widget .livechat-msg{
	max-width: 80%;
	padding: 8px 12px;
	border-radius: 12px;
	font-size: 13px;
	line-height: 1.4;
	word-break: break-word;
	white-space: pre-line;
}

#livechat-widget .livechat-msg-user{
	align-self: flex-end;
	background: rgba(255,255,255,0.06);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(255,255,255,0.06);
	color: #e0e0e0;
	border-bottom-right-radius: 2px;
}

#livechat-widget .livechat-msg-admin{
	align-self: flex-start;
	background: linear-gradient(135deg, rgba(230,179,71,0.9), rgba(196,142,43,0.9));
	color: #0a0a0a;
	border-bottom-left-radius: 2px;
	box-shadow: 0 2px 12px rgba(230,179,71,0.15);
}

#livechat-widget .livechat-msg .livechat-time{
	display: block;
	font-size: 10px;
	opacity: 0.7;
	margin-top: 4px;
}

#livechat-widget .livechat-input-area{
	padding: 12px;
	background: rgba(10,10,10,0.6);
	border-top: 1px solid rgba(255,255,255,0.06);
	display: flex;
	gap: 8px;
	flex-shrink: 0;
}

#livechat-widget .livechat-input-area input{
	flex: 1;
	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.08);
	color: #e0e0e0;
	border-radius: 10px;
	padding: 8px 12px;
	font-size: 13px;
	outline: none;
	transition: border-color .25s ease, box-shadow .25s ease;
}

#livechat-widget .livechat-input-area input:focus{
	border-color: rgba(230,179,71,0.5);
	box-shadow: 0 0 0 3px rgba(230,179,71,0.08);
}

#livechat-widget .livechat-input-area button{
	background: linear-gradient(135deg, #e6b347, #c48e2b);
	color: #0a0a0a;
	border: 0;
	border-radius: 10px;
	padding: 8px 14px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: all .25s ease;
}

#livechat-widget .livechat-input-area button:hover{
	background: linear-gradient(135deg, #f1d479, #e6b347);
	box-shadow: 0 2px 12px rgba(230,179,71,0.3);
}

#livechat-widget .livechat-welcome{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 1;
	padding: 32px;
	text-align: center;
}

#livechat-widget .livechat-welcome h5{
	color: #e6b347;
	margin-bottom: 12px;
}

#livechat-widget .livechat-welcome p{
	color: #888;
	font-size: 13px;
	margin-bottom: 20px;
}

#livechat-widget .livechat-welcome textarea{
	width: 100%;
	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.08);
	color: #e0e0e0;
	border-radius: 10px;
	padding: 10px;
	font-size: 13px;
	resize: none;
	outline: none;
	margin-bottom: 12px;
	transition: border-color .25s ease, box-shadow .25s ease;
}

#livechat-widget .livechat-welcome textarea:focus{
	border-color: rgba(230,179,71,0.5);
	box-shadow: 0 0 0 3px rgba(230,179,71,0.08);
}

#livechat-widget .livechat-welcome .btn{
	background: linear-gradient(135deg, #e6b347, #c48e2b);
	color: #0a0a0a;
	border: 0;
	font-weight: 600;
	transition: all .25s ease;
}

#livechat-widget .livechat-welcome .btn:hover{
	background: linear-gradient(135deg, #f1d479, #e6b347);
	box-shadow: 0 2px 16px rgba(230,179,71,0.3);
}

#livechat-widget .livechat-typing{
	font-size: 11px;
	color: #888;
	padding: 0 16px 4px;
	height: 18px;
	flex-shrink: 0;
}

#livechat-widget .livechat-closed-notice{
	text-align: center;
	padding: 16px;
	color: #888;
	font-size: 13px;
	flex-shrink: 0;
}

#livechat-widget .livechat-closed-notice .btn{
	margin-top: 8px;
	background: linear-gradient(135deg, #e6b347, #c48e2b);
	color: #0a0a0a;
	border: 0;
	font-weight: 600;
	font-size: 12px;
	transition: all .25s ease;
}

@media only screen and (max-width: 576px){

	#livechat-widget .livechat-bubble{
		width: 50px;
		height: 50px;
		right: 12px;
		bottom: 12px;
		padding: 11px;
	}

	#livechat-widget .livechat-bubble .fa-lg{
		font-size: 1.1em;
	}

	#livechat-widget .livechat-panel{
		right: 0;
		bottom: 0;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		border-radius: 0;
		border: 0;
		box-shadow: none;
	}

	#livechat-widget .livechat-header{
		padding: 12px 14px;
		padding-top: max(12px, env(safe-area-inset-top));
	}

	#livechat-widget .livechat-welcome{
		padding: 24px 20px;
	}

	#livechat-widget .livechat-welcome h5{
		font-size: 1.1rem;
	}

	#livechat-widget .livechat-welcome p{
		font-size: 12.5px;
	}

	#livechat-widget .livechat-welcome textarea{
		font-size: 14px;
		padding: 10px 12px;
	}

	#livechat-widget .livechat-messages{
		padding: 12px;
		gap: 6px;
	}

	#livechat-widget .livechat-msg{
		max-width: 85%;
		font-size: 13px;
		padding: 8px 10px;
	}

	#livechat-widget .livechat-input-area{
		padding: 10px;
		padding-bottom: max(10px, env(safe-area-inset-bottom));
	}

	#livechat-widget .livechat-input-area input{
		font-size: 14px;
		padding: 10px 12px;
	}

	#livechat-widget .livechat-input-area button{
		padding: 10px 14px;
	}

}

@media only screen and (min-width: 577px) and (max-width: 768px){

	#livechat-widget .livechat-bubble{
		width: 54px;
		height: 54px;
		right: 16px;
		bottom: 16px;
		padding: 12px;
	}

	#livechat-widget .livechat-panel{
		right: 10px;
		bottom: 80px;
		left: 10px;
		width: auto;
		max-width: 400px;
		height: 70vh;
		max-height: 520px;
		border-radius: 14px;
	}

}

/* ==========================================
   Live Chat (Admin)
   ========================================== */

#admin-livechat{
	height: calc(100vh - 200px);
	min-height: 500px;
}

@media only screen and (max-width: 767px){
	#admin-livechat{
		height: auto;
		min-height: 0;
	}

	#admin-livechat > .row{
		height: auto !important;
		gap: 16px;
	}

	#admin-livechat > .row > [class*="col-"]{
		height: auto !important;
	}

	#admin-livechat > .row > [class*="col-"] > .card{
		height: auto !important;
		max-height: none;
	}

	#admin-livechat #admin-chat-list{
		max-height: 250px;
	}

	#admin-livechat #admin-chat-active{
		max-height: none;
	}

	#admin-livechat #admin-chat-messages{
		max-height: 50vh;
		min-height: 200px;
	}

	#admin-livechat #admin-chat-placeholder{
		min-height: 150px;
	}

	#admin-livechat #admin-chat-orders{
		max-height: 200px;
	}

	#admin-livechat #admin-chat-order-items{
		max-height: 250px;
	}

	#admin-livechat .card-header{
		padding: 10px 12px;
		font-size: 13px;
	}

	#admin-livechat #admin-chat-input-area{
		padding: 10px;
	}

	#admin-livechat #admin-chat-input{
		font-size: 14px;
		padding: 10px 12px;
	}

	#admin-livechat .admin-chat-msg{
		max-width: 85%;
	}

	#admin-livechat #admin-chat-active .card-header{
		flex-wrap: wrap;
		gap: 8px;
	}

	#admin-livechat #admin-chat-active .card-header > div:last-child{
		width: 100%;
		display: flex;
		gap: 6px;
	}

	#admin-livechat #admin-chat-active .card-header > div:last-child .btn{
		flex: 1;
	}
}

#admin-livechat #admin-chat-list{
	overflow-y: auto;
	max-height: 100%;
}

#admin-livechat #admin-chat-list .list-group-item{
	border-color: rgba(255,255,255,0.04);
	transition: all .2s ease;
}

#admin-livechat #admin-chat-list .list-group-item:hover{
	background: rgba(230,179,71,0.05);
}

#admin-livechat #admin-chat-list .list-group-item.active{
	background: linear-gradient(135deg, #e6b347, #c48e2b);
	border-color: transparent;
	color: #0a0a0a;
	box-shadow: 0 2px 16px rgba(230,179,71,0.25);
}

#admin-livechat #admin-chat-list .list-group-item.active .text-muted{
	color: #333 !important;
}

#admin-livechat #admin-chat-messages{
	overflow-y: auto;
	flex: 1;
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#admin-livechat #admin-chat-messages::-webkit-scrollbar{
	width: 4px;
}

#admin-livechat #admin-chat-messages::-webkit-scrollbar-thumb{
	background: rgba(255,255,255,0.15);
	border-radius: 3px;
}

#admin-livechat .admin-chat-msg{
	max-width: 75%;
	padding: 8px 12px;
	border-radius: 10px;
	font-size: 13px;
	line-height: 1.5;
	word-break: break-word;
	white-space: pre-line;
}

#admin-livechat .admin-msg-user{
	align-self: flex-start;
	background: rgba(255,255,255,0.06);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(255,255,255,0.06);
	color: #e0e0e0;
}

#admin-livechat .admin-msg-admin{
	align-self: flex-end;
	background: linear-gradient(135deg, rgba(230,179,71,0.9), rgba(196,142,43,0.9));
	color: #0a0a0a;
	box-shadow: 0 2px 12px rgba(230,179,71,0.12);
}

#admin-livechat .admin-msg-time-admin{
	color: rgba(10,10,10,0.5);
}

.admin-chat-header-btn{
	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.1);
	color: rgba(255,255,255,0.6);
	border-radius: 8px;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	transition: all .25s ease;
	font-size: 12px;
}

.admin-chat-header-btn:hover{
	background: rgba(255,255,255,0.1);
	color: #fff;
	border-color: rgba(255,255,255,0.2);
	box-shadow: 0 0 12px rgba(255,255,255,0.06);
}

.admin-chat-close-btn{
	background: rgba(220,53,69,0.1);
	border: 1px solid rgba(220,53,69,0.25);
	color: rgba(220,53,69,0.8);
	border-radius: 8px;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	transition: all .25s ease;
	font-size: 12px;
}

.admin-chat-close-btn:hover{
	background: rgba(220,53,69,0.2);
	color: #ff6b7a;
	border-color: rgba(220,53,69,0.5);
	box-shadow: 0 0 12px rgba(220,53,69,0.15);
}

#admin-livechat #admin-chat-input-area{
	padding: 12px;
	background: rgba(10,10,10,0.6);
	border-top: 1px solid rgba(255,255,255,0.06);
	display: flex;
	gap: 8px;
}

#admin-livechat #admin-chat-input{
	flex: 1;
	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.08);
	color: #e0e0e0;
	border-radius: 10px;
	padding: 8px 12px;
	font-size: 13px;
	outline: none;
	transition: border-color .25s ease, box-shadow .25s ease;
}

#admin-livechat #admin-chat-input:focus{
	border-color: rgba(230,179,71,0.5);
	box-shadow: 0 0 0 3px rgba(230,179,71,0.08);
}

#admin-livechat #admin-chat-send{
	background: linear-gradient(135deg, #e6b347, #c48e2b);
	color: #0a0a0a;
	border: 0;
	border-radius: 10px;
	padding: 8px 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all .25s ease;
}

#admin-livechat #admin-chat-send:hover{
	background: linear-gradient(135deg, #f1d479, #e6b347);
	box-shadow: 0 2px 12px rgba(230,179,71,0.3);
}

#admin-livechat #admin-chat-orders{
	max-height: 250px;
	overflow-y: auto;
}
#admin-livechat #admin-chat-order-items{
	max-height: 400px;
	overflow-y: auto;
}
#admin-livechat .admin-chat-order-item{
	padding: 12px;
	border-bottom: 1px solid rgba(255,255,255,0.04);
	font-size: 12px;
	transition: all .2s ease;
	border-radius: 8px;
	margin: 4px;
}
#admin-livechat .admin-chat-order-item:hover{
	background: rgba(230,179,71,0.06);
	border-color: rgba(230,179,71,0.1);
}
#admin-livechat .admin-chat-order-item:last-child{
	border-bottom: none;
}

/* ==========================================
   Order Detail — Shared Components
   ========================================== */

.order-detail-card{
	background: rgba(12,12,14,0.8);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255,255,255,0.06);
	border-radius: 16px;
	overflow: hidden;
}

.order-detail-header{
	padding: 20px 24px;
	background: rgba(10,10,10,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.06);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.order-status-icon{
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: rgba(255,255,255,0.04);
	font-size: 20px;
	flex-shrink: 0;
}

.order-status-badge{
	display: inline-flex;
	align-items: center;
	padding: 4px 14px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.3px;
}

.order-status-paid{
	background: rgba(40,167,69,0.12);
	color: #4caf50;
	border: 1px solid rgba(40,167,69,0.2);
}

.order-status-pending{
	background: rgba(230,179,71,0.12);
	color: #e6b347;
	border: 1px solid rgba(230,179,71,0.2);
}

.order-status-unpaid{
	background: rgba(220,53,69,0.12);
	color: #ef5350;
	border: 1px solid rgba(220,53,69,0.2);
}

.order-detail-body{
	padding: 12px 16px;
}

.order-info-grid{
	display: flex;
	flex-direction: column;
	gap: 0;
}

.order-info-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.03);
}

.order-info-item:last-child{
	border-bottom: none;
}

.order-info-label{
	color: rgba(255,255,255,0.45);
	font-size: 13px;
	font-weight: 500;
	white-space: nowrap;
	min-width: 140px;
}

.order-info-value{
	color: #e0e0e0;
	font-size: 13px;
	text-align: right;
	flex: 1;
	min-width: 0;
}

/* ==========================================
   Order Items Section
   ========================================== */

.order-items-section{
	background: rgba(12,12,14,0.8);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255,255,255,0.06);
	border-radius: 16px;
	overflow: hidden;
}

.order-items-header{
	padding: 16px 24px;
	font-size: 15px;
	font-weight: 600;
	color: #e6b347;
	background: rgba(10,10,10,0.5);
	border-bottom: 1px solid rgba(230,179,71,0.1);
}

.order-item-card{
	padding: 20px 24px;
	border-bottom: 1px solid rgba(255,255,255,0.04);
	transition: background .2s ease;
}

.order-item-card:hover{
	background: rgba(230,179,71,0.02);
}

.order-item-card:last-child{
	border-bottom: none;
}

.order-item-title{
	font-size: 14px;
	font-weight: 600;
	color: #e0e0e0;
}

.order-item-textarea{
	background: rgba(255,255,255,0.03) !important;
	border: 1px solid rgba(255,255,255,0.06) !important;
	border-radius: 10px !important;
	color: #e0e0e0 !important;
	font-size: 13px;
	padding: 12px !important;
	margin: 12px 0;
	cursor: pointer;
	transition: all .2s ease;
	resize: none;
}

.order-item-textarea:hover{
	border-color: rgba(230,179,71,0.15) !important;
	background: rgba(255,255,255,0.05) !important;
}

.order-item-textarea:focus{
	border-color: rgba(230,179,71,0.3) !important;
	box-shadow: 0 0 0 2px rgba(230,179,71,0.08) !important;
}

.order-item-footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.order-review-link{
	color: #e6b347;
	font-size: 13px;
	font-weight: 500;
	transition: all .2s ease;
	text-decoration: none;
}

.order-review-link:hover{
	color: #f1e1a2;
	text-shadow: 0 0 8px rgba(230,179,71,0.3);
}

.order-replace-btn{
	background: rgba(230,179,71,0.1);
	border: 1px solid rgba(230,179,71,0.2);
	color: #e6b347;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 600;
	padding: 4px 12px;
	transition: all .25s ease;
	white-space: nowrap;
}

.order-replace-btn:hover{
	background: rgba(230,179,71,0.2);
	border-color: rgba(230,179,71,0.4);
	color: #f1e1a2;
	box-shadow: 0 0 12px rgba(230,179,71,0.1);
}

/* Admin Chat Order Item Sub-Components */

.admin-order-item-title{
	font-size: 12px;
	font-weight: 600;
	color: #e0e0e0;
}

.admin-order-item-meta{
	font-size: 11px;
	color: rgba(255,255,255,0.4);
	margin-bottom: 8px;
}

.admin-order-badge{
	display: inline-flex;
	align-items: center;
	padding: 2px 8px;
	border-radius: 10px;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.4;
}

.order-badge-delivered{
	background: rgba(40,167,69,0.15);
	color: #4caf50;
	border: 1px solid rgba(40,167,69,0.2);
}

.order-badge-pending{
	background: rgba(255,255,255,0.06);
	color: rgba(255,255,255,0.5);
	border: 1px solid rgba(255,255,255,0.08);
}

.order-badge-replaced{
	background: rgba(0,188,212,0.12);
	color: #26c6da;
	border: 1px solid rgba(0,188,212,0.2);
}

.admin-order-replace-row{
	display: flex;
	gap: 6px;
	align-items: center;
	width: 100%;
}

.admin-order-replace-row .form-select-sm,
.admin-order-replace-row .form-control-sm{
	font-size: 11px;
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.08);
	color: #e0e0e0;
	border-radius: 6px;
}

.admin-order-replace-row .form-select-sm{
	flex: 1;
}

.admin-order-replace-row .form-control-sm{
	width: 50px;
}

.admin-order-replace-row .form-control-sm:only-of-type{
	flex: 1;
	width: auto;
}

/* Order page responsive */

@media (max-width: 768px){
	.order-detail-header{
		flex-direction: column;
		gap: 12px;
		text-align: center;
	}
	.order-detail-header > div:first-child{
		justify-content: center;
	}
	.order-info-item{
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}
	.order-info-value{
		text-align: left;
	}
	.order-info-label{
		min-width: 0;
	}
	.order-item-footer{
		flex-direction: column;
		gap: 8px;
		align-items: flex-start;
	}
	.order-actions .d-flex{
		justify-content: center;
	}
	.admin-order-replace-row{
		flex-wrap: wrap;
	}
}

.btn-primary:disabled,
.btn-primary.disabled {
    background-position: 0% 50%;
	opacity: 0.5;
	box-shadow: none;
	transform: none;
}

.product-selectable-table {
	width: max-content;
	min-width: 100%;
	margin-bottom: 0;
}

.product-selectable-table th,
.product-selectable-table td {
	white-space: nowrap;
	overflow-wrap: normal !important;
	word-break: normal !important;
	hyphens: none;
	font-size: 85%;
	padding: .1rem .3rem;
}

/* ==========================================
   Account Profile
   ========================================== */

.account-profile-header{
	position: relative;
	padding: 32px 28px 24px;
	background: linear-gradient(135deg, rgba(230,179,71,0.08) 0%, rgba(10,10,10,0.6) 100%);
	border-bottom: 1px solid rgba(230,179,71,0.1);
	display: flex;
	align-items: center;
	gap: 20px;
}

.account-avatar{
	width: 64px;
	height: 64px;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(230,179,71,0.15), rgba(230,179,71,0.05));
	border: 1px solid rgba(230,179,71,0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	color: #e6b347;
	flex-shrink: 0;
}

.account-header-info h4{
	margin: 0;
	font-weight: 700;
	color: #e0e0e0;
	font-size: 20px;
}

.account-header-meta{
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 4px;
	flex-wrap: wrap;
}

.account-header-meta span{
	font-size: 12px;
	color: rgba(255,255,255,0.4);
}

.account-role-badge{
	display: inline-flex;
	align-items: center;
	padding: 3px 12px;
	border-radius: 20px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.3px;
}

.account-role-admin{
	background: rgba(220,53,69,0.12);
	color: #ef5350;
	border: 1px solid rgba(220,53,69,0.2);
}

.account-role-staff{
	background: rgba(230,179,71,0.12);
	color: #e6b347;
	border: 1px solid rgba(230,179,71,0.2);
}

.account-role-reseller{
	background: rgba(0,188,212,0.12);
	color: #26c6da;
	border: 1px solid rgba(0,188,212,0.2);
}

.account-role-user{
	background: rgba(100,149,237,0.12);
	color: #6495ed;
	border: 1px solid rgba(100,149,237,0.2);
}

.account-stat-row{
	display: flex;
	gap: 12px;
	padding: 16px 28px;
	background: rgba(10,10,10,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.04);
}

.account-stat{
	flex: 1;
	text-align: center;
	padding: 12px 8px;
	border-radius: 12px;
	background: rgba(255,255,255,0.02);
	border: 1px solid rgba(255,255,255,0.04);
	transition: all .2s ease;
}

.account-stat:hover{
	background: rgba(230,179,71,0.04);
	border-color: rgba(230,179,71,0.1);
}

.account-stat-value{
	font-size: 18px;
	font-weight: 700;
	color: #e6b347;
	display: block;
}

.account-stat-label{
	font-size: 11px;
	color: rgba(255,255,255,0.4);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-top: 2px;
}

.account-section-title{
	font-size: 12px;
	font-weight: 600;
	color: #e6b347;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	padding: 16px 28px 8px;
	margin: 0;
}

.account-actions{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 16px 28px 24px;
}

.account-action-btn{
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 16px;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 600;
	border: 1px solid rgba(255,255,255,0.08);
	background: rgba(255,255,255,0.03);
	color: #c0c0c0;
	transition: all .25s ease;
	text-decoration: none;
	cursor: pointer;
}

.account-action-btn:hover{
	background: rgba(230,179,71,0.08);
	border-color: rgba(230,179,71,0.2);
	color: #e6b347;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.account-action-btn.btn-action-success{
	border-color: rgba(40,167,69,0.2);
	color: #4caf50;
}

.account-action-btn.btn-action-success:hover{
	background: rgba(40,167,69,0.1);
	border-color: rgba(40,167,69,0.3);
	color: #66bb6a;
}

.account-action-btn.btn-action-info{
	border-color: rgba(0,188,212,0.2);
	color: #26c6da;
}

.account-action-btn.btn-action-info:hover{
	background: rgba(0,188,212,0.08);
	border-color: rgba(0,188,212,0.3);
	color: #4dd0e1;
}

.account-action-btn.btn-action-warning{
	border-color: rgba(230,179,71,0.2);
	color: #e6b347;
}

.account-action-btn.btn-action-warning:hover{
	background: rgba(230,179,71,0.1);
	border-color: rgba(230,179,71,0.3);
	color: #f1e1a2;
}

.account-action-btn.btn-action-danger{
	border-color: rgba(220,53,69,0.2);
	color: #ef5350;
}

.account-action-btn.btn-action-danger:hover{
	background: rgba(220,53,69,0.1);
	border-color: rgba(220,53,69,0.3);
	color: #e57373;
}

.account-flag-banner{
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 28px;
	background: rgba(220,53,69,0.06);
	border-bottom: 1px solid rgba(220,53,69,0.1);
	color: #ef5350;
	font-size: 13px;
}

.account-api-key{
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	background: rgba(255,255,255,0.03);
	border: 1px solid rgba(255,255,255,0.06);
	border-radius: 8px;
	font-family: monospace;
	font-size: 12px;
	color: rgba(255,255,255,0.6);
	word-break: break-all;
}

/* User dashboard stat cards */

.user-dash-stats{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 12px;
	padding: 20px 28px;
}

.user-dash-stat{
	padding: 16px;
	border-radius: 14px;
	background: rgba(255,255,255,0.02);
	border: 1px solid rgba(255,255,255,0.05);
	transition: all .2s ease;
}

.user-dash-stat:hover{
	background: rgba(230,179,71,0.04);
	border-color: rgba(230,179,71,0.1);
	transform: translateY(-2px);
	box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

.user-dash-stat .stat-icon{
	width: 36px;
	height: 36px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	margin-bottom: 10px;
}

.user-dash-stat .stat-icon.icon-primary{
	background: rgba(230,179,71,0.1);
	color: #e6b347;
}

.user-dash-stat .stat-icon.icon-success{
	background: rgba(40,167,69,0.1);
	color: #4caf50;
}

.user-dash-stat .stat-icon.icon-info{
	background: rgba(0,188,212,0.1);
	color: #26c6da;
}

.user-dash-stat .stat-value{
	font-size: 16px;
	font-weight: 700;
	color: #e0e0e0;
	display: block;
}

.user-dash-stat .stat-label{
	font-size: 11px;
	color: rgba(255,255,255,0.4);
	text-transform: uppercase;
	letter-spacing: 0.4px;
	margin-top: 2px;
}

.user-dash-stat a{
	font-size: 11px;
	color: #e6b347;
	text-decoration: none;
	margin-top: 6px;
	display: inline-block;
}

.user-dash-stat a:hover{
	color: #f1e1a2;
	text-decoration: underline;
}

@media (max-width: 768px){
	.account-profile-header{
		flex-direction: column;
		text-align: center;
		padding: 24px 20px;
	}
	.account-header-meta{
		justify-content: center;
	}
	.account-stat-row{
		flex-wrap: wrap;
		padding: 12px 16px;
	}
	.account-stat{
		min-width: calc(50% - 8px);
	}
	.account-actions{
		padding: 16px 20px;
		justify-content: center;
	}
	.account-section-title{
		padding-left: 20px;
	}
	.account-flag-banner{
		padding-left: 20px;
		padding-right: 20px;
	}
	.user-dash-stats{
		grid-template-columns: 1fr 1fr;
		padding: 16px;
	}
}

/* ==========================================
   Notify — toasts & confirm dialogs
   ========================================== */

#notify-container{
	position: fixed;
	top: 16px;
	right: 16px;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	gap: 8px;
	pointer-events: none;
}
.notify-toast{
	pointer-events: auto;
	display: flex;
	align-items: center;
	padding: 10px 16px;
	border-radius: 12px;
	font-size: 13px;
	color: #fff;
	background: rgba(14,14,16,0.85);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255,255,255,0.06);
	box-shadow: 0 4px 24px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,0.02);
	transform: translateX(120%);
	opacity: 0;
	transition: transform .3s cubic-bezier(.4,0,.2,1), opacity .3s ease;
	max-width: 380px;
}
.notify-toast.notify-show{
	transform: translateX(0);
	opacity: 1;
}
.notify-toast.notify-success{
	border-color: rgba(46,204,113,0.3);
	box-shadow: 0 4px 24px rgba(0,0,0,.5), 0 0 16px rgba(46,204,113,0.08);
}
.notify-toast.notify-success .fas{
	color: #2ecc71;
}
.notify-toast.notify-error{
	border-color: rgba(231,76,60,0.3);
	box-shadow: 0 4px 24px rgba(0,0,0,.5), 0 0 16px rgba(231,76,60,0.08);
}
.notify-toast.notify-error .fas{
	color: #e74c3c;
}
.notify-toast.notify-warning{
	border-color: rgba(230,179,71,0.3);
	box-shadow: 0 4px 24px rgba(0,0,0,.5), 0 0 16px rgba(230,179,71,0.08);
}
.notify-toast.notify-warning .fas{
	color: #e6b347;
}
.notify-toast.notify-info{
	border-color: rgba(52,152,219,0.3);
	box-shadow: 0 4px 24px rgba(0,0,0,.5), 0 0 16px rgba(52,152,219,0.08);
}
.notify-toast.notify-info .fas{
	color: #3498db;
}
.notify-toast-close{
	background: none;
	border: none;
	color: #888;
	font-size: 16px;
	margin-left: 12px;
	cursor: pointer;
	padding: 0;
	line-height: 1;
}
.notify-toast-close:hover{
	color: #fff;
}

.notify-overlay{
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.65);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity .25s ease;
}
.notify-overlay.notify-show{
	opacity: 1;
}
.notify-dialog{
	background: rgba(14,14,16,0.9);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
	border: 1px solid rgba(230,179,71,0.12);
	border-radius: 16px;
	padding: 28px 32px;
	min-width: 300px;
	max-width: 400px;
	text-align: center;
	box-shadow: 0 12px 48px rgba(0,0,0,.6), 0 0 32px rgba(230,179,71,0.05);
	animation: fadeInUp .25s ease-out;
}
.notify-dialog-icon{
	font-size: 36px;
	margin-bottom: 12px;
}
.notify-dialog-icon.notify-warning .fas{
	color: #e6b347;
}
.notify-dialog-icon.notify-error .fas{
	color: #e74c3c;
}
.notify-dialog-msg{
	color: #e0e0e0;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.notify-dialog-actions{
	display: flex;
	gap: 10px;
	justify-content: center;
}
.notify-dialog-actions .btn{
	min-width: 90px;
}