.list-group{
	display: block;
	position: relative;
}

.list-group > li.list-group-item{
	padding: 10px;
}

.float-right{
	float: right !important;
}

.error{
	color: #aa4e01;
}

.domain-search-panel{
	background-color: #9fcdff;
	padding: 40px;
	border-radius: 8px;
}
.domain-search-box{
	background-color: white;
	margin: 10px;
	padding: 10px;
	border-radius: 1px;
	height: 75px;
}

select.fontawesome {
	font-family: 'Font Awesome 5 Free', 'Roboto', 'Helvetica Neue', 'sans-serif';
}

.selected-li{
	background-color: #d1ecf1;
	color: black;
}

.pdfViewContainer{
	background-color: #cacaca !important;
	min-height: 700px !important;
	height: auto !important;
	overflow: auto !important;
	border-radius: 10px;
	margin-top: 15px;
}

.pdfViewBox{
	background-color: white !important;
	width: auto !important;
	height: auto !important;
	padding: 20px !important;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Admin Portal - Sticky Footer */
body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.content-wrapper {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding-bottom: 20px;
}

footer.footer {
	margin-top: auto;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
	padding: 15px 25px;
	background-color: #f8f9fa;
	border-top: 1px solid #e5e9f2;
}

.line-height-0{
	line-height: 0 !important;
}

.mt-1px{
	margin-top: 1px;
}
.mt-2px{
	margin-top: 2px;
}
.mt-3px{
	margin-top: 3px;
}
.mt-4px{
	margin-top: 4px;
}
.mt-5px{
	margin-top: 5px;
}

.mb-1px{
	margin-bottom: 1px;
}
.mb-2px{
	margin-bottom: 2px;
}
.mb-3px{
	margin-bottom: 3px;
}
.mb-4px{
	margin-bottom: 4px;
}
.mb-5px{
	margin-bottom: 5px;
}

.disabled{
	pointer-events: none;
	background: #f5f6fa;
}

.swal2-title { font-size: 1.375em; }

/* ============================================
   DASHBOARD BEAUTIFICATION STYLES
   ============================================ */

/* Dashboard Header */
.dashboard-header {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border-radius: 12px;
	padding: 24px 28px;
	margin-bottom: 24px;
	box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.dashboard-header h4 {
	color: #fff;
	font-weight: 600;
	margin-bottom: 0;
}

.dashboard-header .btn-white {
	background: rgba(255,255,255,0.95);
	border: none;
	font-weight: 600;
	transition: all 0.3s ease;
}

.dashboard-header .btn-white:hover {
	background: #fff;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.dashboard-header .btn-light-primary {
	background: rgba(255,255,255,0.2);
	border: 1px solid rgba(255,255,255,0.3);
	color: #fff;
	font-weight: 600;
	transition: all 0.3s ease;
}

.dashboard-header .btn-light-primary:hover {
	background: rgba(255,255,255,0.3);
	transform: translateY(-2px);
}

/* Dashboard Stat Cards */
.dashboard-stat-card {
	border-radius: 12px;
	padding: 22px 24px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
	border: none;
	min-height: 120px;
}

.dashboard-stat-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.dashboard-stat-card .stat-icon {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	opacity: 0.9;
}

.dashboard-stat-card .stat-label {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 8px;
	opacity: 0.85;
}

.dashboard-stat-card .stat-value {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0;
}

.dashboard-stat-card .stat-value img {
	height: 28px;
}

/* Stat Card Colors */
.stat-card-customers {
	background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
	color: #fff;
}
.stat-card-customers .stat-icon {
	background: rgba(255,255,255,0.2);
	color: #fff;
}

.stat-card-orders {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: #fff;
}
.stat-card-orders .stat-icon {
	background: rgba(255,255,255,0.2);
	color: #fff;
}

.stat-card-tickets {
	background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
	color: #fff;
}
.stat-card-tickets .stat-icon {
	background: rgba(255,255,255,0.2);
	color: #fff;
}

.stat-card-invoices {
	background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
	color: #fff;
}
.stat-card-invoices .stat-icon {
	background: rgba(255,255,255,0.2);
	color: #fff;
}

/* Dashboard List Cards */
.dashboard-card {
	border-radius: 12px;
	border: none;
	box-shadow: 0 2px 12px rgba(0,0,0,0.08);
	transition: all 0.3s ease;
	overflow: hidden;
}

.dashboard-card:hover {
	box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.dashboard-card .card-header {
	background: #fff;
	border-bottom: 1px solid #edf2f9;
	padding: 16px 20px;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
}

.dashboard-card .card-header h6 {
	font-weight: 600;
	color: #1b2e4b;
	font-size: 15px;
}

.dashboard-card .card-header .header-icon {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	font-size: 16px;
}

.dashboard-card .card-header .header-icon.icon-warning {
	background: rgba(255, 193, 7, 0.15);
	color: #f59f00;
}

.dashboard-card .card-header .header-icon.icon-info {
	background: rgba(23, 162, 184, 0.15);
	color: #17a2b8;
}

.dashboard-card .card-header .header-icon.icon-success {
	background: rgba(40, 167, 69, 0.15);
	color: #28a745;
}

.dashboard-card .card-header .header-icon.icon-primary {
	background: rgba(102, 126, 234, 0.15);
	color: #667eea;
}

.dashboard-card .refresh-btn {
	width: 32px;
	height: 32px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f8f9fa;
	color: #596882;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
	margin-left: auto !important;
}

.dashboard-card .refresh-btn:hover {
	background: #667eea;
	color: #fff;
	transform: rotate(180deg);
}

/* Dashboard List Items */
.dashboard-card .list-group {
	padding: 0;
	margin: 0;
}

.dashboard-card .list-group-item {
	padding: 14px 20px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #f1f4f9;
}

.dashboard-card .list-group-item:last-child {
	border-bottom: none;
}

.dashboard-list-item {
	padding: 14px 20px !important;
	border-bottom: 1px solid #f1f4f9 !important;
	transition: all 0.2s ease;
}

.dashboard-list-item:hover {
	background: #f8fafc;
}

.dashboard-list-item:last-child {
	border-bottom: none !important;
}

.dashboard-list-item .item-avatar {
	width: 42px;
	height: 42px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	flex-shrink: 0;
}

.dashboard-list-item .item-avatar.avatar-order {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: #fff;
}

.dashboard-list-item .item-avatar.avatar-ticket {
	background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
	color: #fff;
}

.dashboard-list-item .item-avatar.avatar-invoice {
	background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
	color: #fff;
}

.dashboard-list-item > div {
	margin-left: 15px;
}

.dashboard-list-item > div:first-child {
	margin-left: 0;
}

.dashboard-list-item .item-title {
	font-weight: 600;
	color: #1b2e4b;
	margin-bottom: 2px;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dashboard-list-item .item-title a {
	color: inherit;
	transition: color 0.2s ease;
	text-decoration: none;
}

.dashboard-list-item .item-title a:hover {
	color: #667eea;
	text-decoration: none;
}

.dashboard-list-item .item-subtitle {
	font-size: 12px;
	color: #8392a5;
}

.dashboard-list-item .item-date {
	font-size: 11px;
	color: #97a3b9;
	background: #f1f4f9;
	padding: 3px 8px;
	border-radius: 4px;
}

/* Dashboard Badges */
.badge-status {
	font-size: 11px;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 20px;
}

.badge-status.status-paid {
	background: rgba(40, 167, 69, 0.15);
	color: #28a745;
}

.badge-status.status-due {
	background: rgba(220, 53, 69, 0.15);
	color: #dc3545;
}

.badge-status.status-partial {
	background: rgba(255, 193, 7, 0.15);
	color: #e69500;
}

.badge-status.status-opened {
	background: rgba(40, 167, 69, 0.15);
	color: #28a745;
}

.badge-status.status-answered {
	background: rgba(23, 162, 184, 0.15);
	color: #17a2b8;
}

.badge-status.status-reply {
	background: rgba(255, 193, 7, 0.15);
	color: #e69500;
}

.badge-status.status-closed {
	background: rgba(108, 117, 125, 0.15);
	color: #6c757d;
}

.badge-priority {
	font-size: 10px;
	font-weight: 600;
	padding: 3px 8px;
	border-radius: 4px;
	text-transform: uppercase;
}

.badge-priority.priority-low {
	background: #e3f2fd;
	color: #1976d2;
}

.badge-priority.priority-medium {
	background: #fff3e0;
	color: #f57c00;
}

.badge-priority.priority-high {
	background: #ffebee;
	color: #d32f2f;
}

.badge-priority.priority-critical {
	background: #d32f2f;
	color: #fff;
}

/* Dashboard Card Footer */
.dashboard-card .card-footer {
	background: #f8fafc;
	border-top: 1px solid #edf2f9;
	padding: 12px 20px;
}

.dashboard-card .card-footer a {
	color: #667eea;
	font-weight: 600;
	transition: all 0.2s ease;
}

.dashboard-card .card-footer a:hover {
	color: #764ba2;
}

/* Chart Card */
.chart-card {
	border-radius: 12px;
	border: none;
	box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.chart-card .card-header {
	background: #fff;
	border-bottom: 1px solid #edf2f9;
	padding: 16px 20px;
	border-radius: 12px 12px 0 0;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
}

.chart-card .card-header > div:last-child {
	margin-left: auto !important;
}

.chart-card .card-body {
	padding: 20px;
}

.chart-total-badge {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: #fff;
	padding: 6px 14px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 600;
}

/* Domain Pricing Table */
.domain-pricing-table {
	margin-bottom: 0;
}

.domain-pricing-table thead th {
	background: #f8fafc;
	border: none;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #8392a5;
	padding: 12px 15px;
}

.domain-pricing-table tbody td {
	padding: 12px 15px;
	vertical-align: middle;
	border-color: #f1f4f9;
}

.domain-pricing-table tbody tr:hover {
	background: #f8fafc;
}

.domain-ext-badge {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: #fff;
	padding: 4px 10px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
}

.price-register { color: #28a745; font-weight: 600; }
.price-transfer { color: #17a2b8; font-weight: 600; }
.price-renewal { color: #f59f00; font-weight: 600; }

/* Empty State */
.empty-state {
	padding: 40px 20px;
	text-align: center;
}

.empty-state-icon {
	font-size: 48px;
	color: #c8d4e1;
	margin-bottom: 12px;
}

.empty-state-text {
	color: #8392a5;
	margin-bottom: 0;
}

/* Loading State */
.loading-state {
	padding: 40px 20px;
	text-align: center;
}

.loading-state img {
	height: 30px;
	margin-bottom: 10px;
}

.loading-state-text {
	color: #8392a5;
	font-size: 13px;
}

/* ============================================
   ADMIN AUTH PAGES (Login, Forgot Password, Reset Password)
   ============================================ */

/* Main Wrapper */
.admin-auth-wrapper {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #667eea 100%);
	padding: 20px;
}

/* Container */
.admin-auth-container {
	display: flex;
	max-width: 1000px;
	width: 100%;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	animation: fadeInUp 0.6s ease-out;
}

.admin-auth-container-single {
	max-width: 480px;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Left Panel - Branding */
.admin-auth-branding {
	flex: 0 0 420px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	padding: 50px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
}

.admin-auth-branding::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -50%;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
	pointer-events: none;
}

.admin-auth-branding::after {
	content: '';
	position: absolute;
	bottom: -30%;
	left: -30%;
	width: 80%;
	height: 80%;
	background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
	pointer-events: none;
}

.branding-content {
	position: relative;
	z-index: 1;
}

.brand-logo {
	width: 80px;
	height: 80px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	backdrop-filter: blur(10px);
}

.brand-logo i {
	font-size: 36px;
	color: #fff;
}

.admin-auth-branding h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px;
}

.admin-auth-branding > .branding-content > p {
	color: rgba(255, 255, 255, 0.85);
	font-size: 16px;
	margin-bottom: 40px;
	line-height: 1.6;
}

.branding-features {
	margin-top: 20px;
}

.feature-item {
	display: flex;
	align-items: center;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 16px;
	font-size: 14px;
}

.feature-item i {
	color: #4ade80;
	margin-right: 12px;
	font-size: 16px;
}

.branding-footer {
	position: relative;
	z-index: 1;
}

.branding-footer small {
	color: rgba(255, 255, 255, 0.6);
	font-size: 12px;
}

/* Right Panel - Form */
.admin-auth-form-panel {
	flex: 1;
	padding: 50px 45px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #fff;
}

.admin-auth-form-panel-full {
	padding: 50px;
}

.auth-alert-container {
	margin-bottom: 20px;
}

.auth-alert-container .alert {
	border-radius: 10px;
	border: none;
	padding: 14px 18px;
	font-size: 14px;
}

.admin-auth-form-wrapper {
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
}

/* Icon Header (for forgot/reset pages) */
.auth-icon-header {
	text-align: center;
	margin-bottom: 25px;
}

.auth-icon-circle {
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
}

.auth-icon-circle i {
	font-size: 32px;
	color: #fff;
}

.auth-icon-circle.auth-icon-success {
	background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
	box-shadow: 0 10px 30px rgba(17, 153, 142, 0.4);
}

/* Form Header */
.auth-form-header {
	margin-bottom: 35px;
}

.auth-form-header h3 {
	font-size: 28px;
	font-weight: 700;
	color: #1b2e4b;
	margin-bottom: 8px;
}

.auth-form-header p {
	color: #8392a5;
	font-size: 15px;
	margin-bottom: 0;
}

/* Form Elements */
.admin-auth-form {
	margin-bottom: 20px;
}

.auth-form-group {
	margin-bottom: 22px;
}

.auth-form-label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #1b2e4b;
	margin-bottom: 8px;
}

.auth-form-label i {
	color: #667eea;
	margin-right: 6px;
	font-size: 12px;
}

.auth-form-control {
	width: 100%;
	padding: 14px 16px;
	font-size: 14px;
	border: 2px solid #e5e9f2;
	border-radius: 10px;
	background: #f8fafc;
	color: #1b2e4b;
	transition: all 0.3s ease;
}

.auth-form-control:focus {
	outline: none;
	border-color: #667eea;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}

.auth-form-control::placeholder {
	color: #a3afc8;
}

/* Password Input Wrapper */
.password-input-wrapper {
	position: relative;
}

.password-input-wrapper .auth-form-control {
	padding-right: 50px;
}

.password-toggle {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	color: #8392a5;
	cursor: pointer;
	padding: 5px;
	transition: color 0.2s ease;
}

.password-toggle:hover {
	color: #667eea;
}

/* Password Strength Indicator */
.password-strength-indicator {
	height: 4px;
	background: #e5e9f2;
	border-radius: 2px;
	margin-top: 8px;
	overflow: hidden;
}

.strength-bar {
	height: 100%;
	width: 0;
	border-radius: 2px;
	transition: all 0.3s ease;
}

.auth-form-hint {
	display: block;
	color: #8392a5;
	font-size: 12px;
	margin-top: 6px;
}

/* Password Match Indicator */
.password-match-indicator {
	display: block;
	font-size: 12px;
	margin-top: 6px;
}

.password-match-indicator.match-success {
	color: #28a745;
}

.password-match-indicator.match-error {
	color: #dc3545;
}

/* Forgot Password Link */
.auth-forgot-link {
	font-size: 13px;
	color: #667eea;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.2s ease;
}

.auth-forgot-link:hover {
	color: #764ba2;
	text-decoration: underline;
}

/* Submit Button */
.auth-submit-btn {
	width: 100%;
	padding: 15px 24px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border: none;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(102, 126, 234, 0.35);
}

.auth-submit-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(102, 126, 234, 0.45);
}

.auth-submit-btn:active {
	transform: translateY(0);
}

/* Form Footer */
.auth-form-footer {
	margin-top: 25px;
	padding-top: 20px;
	border-top: 1px solid #e5e9f2;
}

.auth-form-footer a {
	color: #667eea;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.2s ease;
}

.auth-form-footer a:hover {
	color: #764ba2;
}

/* Responsive Styles */
@media (max-width: 992px) {
	.admin-auth-branding {
		flex: 0 0 360px;
		padding: 40px 30px;
	}

	.admin-auth-branding h2 {
		font-size: 26px;
	}
}

@media (max-width: 768px) {
	.admin-auth-container {
		flex-direction: column;
		max-width: 480px;
	}

	.admin-auth-branding {
		flex: none;
		padding: 35px 30px;
	}

	.branding-features {
		display: none;
	}

	.admin-auth-branding h2 {
		font-size: 24px;
		margin-bottom: 8px;
	}

	.admin-auth-branding > .branding-content > p {
		font-size: 14px;
		margin-bottom: 0;
	}

	.brand-logo {
		width: 60px;
		height: 60px;
		margin-bottom: 20px;
	}

	.brand-logo i {
		font-size: 26px;
	}

	.admin-auth-form-panel {
		padding: 35px 30px;
	}

	.branding-footer {
		display: none;
	}
}

@media (max-width: 480px) {
	.admin-auth-wrapper {
		padding: 15px;
	}

	.admin-auth-container {
		border-radius: 16px;
	}

	.admin-auth-branding {
		padding: 25px 20px;
	}

	.admin-auth-form-panel {
		padding: 30px 25px;
	}

	.auth-form-header h3 {
		font-size: 24px;
	}

	.auth-icon-circle {
		width: 70px;
		height: 70px;
	}

	.auth-icon-circle i {
		font-size: 28px;
	}
}

/* ============================================
   UTILITY CLASSES (CodeCanyon Compliance)
   Replaces inline styles throughout admin views
   ============================================ */

/* Display Utilities */
.d-hidden { display: none; }
.d-block-important { display: block !important; }

/* Cursor Utilities */
.cursor-pointer { cursor: pointer; }

/* Background Utilities */
.bg-transparent { background: transparent !important; }

/* Padding Utilities */
.p-0 { padding: 0 !important; }

/* Breadcrumb Reset (transparent background, no padding) */
.breadcrumb-transparent {
	background: transparent;
	padding: 0;
}

/* Height Utilities */
.h-50 { height: 50px; }
.h-80 { height: 80px; }
.h-180 { height: 180px; }
.h-250 { height: 250px; }
.h-280 { height: 280px; }
.h-300 { height: 300px; }
.h-340 { height: 340px; }
.h-400 { height: 400px; }
.min-h-300 { min-height: 300px; }
.min-h-340 { min-height: 340px; }

/* Max Height Utilities */
.max-h-50 { max-height: 50px; }
.max-h-80 { max-height: 80px; }
.max-h-200 { max-height: 200px; }
.max-h-250 { max-height: 250px; }
.max-h-300 { max-height: 300px; }
.max-h-340 { max-height: 340px; }
.max-h-350 { max-height: 350px; }
.max-h-400 { max-height: 400px; }

/* Width Utilities */
.w-40 { width: 40px; }
.w-50 { width: 50px; }
.w-60 { width: 60px; }
.w-80 { width: 80px; }
.w-100p { width: 100%; }
.w-120 { width: 120px; }
.w-150 { width: 150px; }
.w-180 { width: 180px; }
.w-200 { width: 200px; }
.w-250 { max-width: 250px; }

/* Size Utilities (width + height) */
.size-32 { width: 32px; height: 32px; }
.size-40 { width: 40px; height: 40px; }
.size-64 { width: 64px; height: 64px; }

/* Object Fit */
.object-cover { object-fit: cover; }

/* Overflow Utilities */
.overflow-auto { overflow: auto; }
.overflow-y-auto { overflow-y: auto; }
.overflow-hidden { overflow: hidden; }

/* Scrollable Container */
.scrollable-container {
	max-height: 340px;
	overflow-y: auto;
}

.scrollable-container-sm {
	max-height: 200px;
	overflow: auto;
}

.scrollable-container-md {
	max-height: 350px;
	overflow: auto;
}

.scrollable-container-lg {
	max-height: 400px;
	overflow: auto;
}

/* Position Utilities */
.pos-relative { position: relative; }
.pos-absolute { position: absolute; }

/* Chart Container */
.chart-container {
	min-height: 300px;
	position: relative;
}

.chart-canvas {
	width: 100%;
	height: 280px;
}

/* Domain Pricing Card Body - matches chart height */
.domain-pricing-body {
	height: 320px;
	overflow-y: auto;
	padding: 0 !important;
}

/* Dashboard List Card Body - for Orders, Tickets, Invoices */
.dashboard-list-body {
	height: 380px;
	overflow-y: auto;
}

/* Gateway Icon Box */
.gateway-icon-box {
	width: 40px;
	height: 40px;
	background: #f5f5f5;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Spinner Size */
.spinner-lg {
	width: 3rem;
	height: 3rem;
}

/* Pre/Code Styling */
.pre-wrap {
	white-space: pre-wrap;
}

.pre-code-block {
	white-space: pre-wrap;
	font-size: 12px;
}

.pre-dark {
	max-height: 300px;
	overflow: auto;
}

/* Thumbnail Sizes */
.img-thumbnail-logo {
	max-height: 80px;
}

.img-thumbnail-favicon {
	max-height: 50px;
}

/* Editor Container */
.editor-container {
	height: 180px;
}

.editor-container-md {
	height: 250px;
}

.editor-container-lg {
	height: 280px;
}

.editor-container-xl {
	height: 300px;
}

/* Hidden Textarea (for Quill editors) */
.textarea-hidden {
	display: none;
}

/* Progress Bar (dynamic widths set via JS) */
.progress-bar-dynamic {
	transition: width 0.3s ease;
}

/* Invoice Action Buttons */
.btn-invoice-paid {
	background: linear-gradient(135deg, #43A047 0%, #388E3C 100%);
	border: none;
	color: #fff;
}

.btn-invoice-pdf {
	background: linear-gradient(135deg, #E53935 0%, #C62828 100%);
	border: none;
	color: #fff;
}

/* Stats Icon Danger (for invoice list) */
.stats-icon-danger {
	background: linear-gradient(135deg, #E53935 0%, #C62828 100%);
	color: #fff;
}

/* Alert Card (for company list) */
.alert-card {
	border-radius: 8px;
}

/* Checkbox Toggle Large */
.checkbox-toggle-lg {
	width: 50px;
	height: 25px;
	cursor: pointer;
}

/* Label Padding Top (for checkbox alignment) */
.label-pt-3 {
	padding-top: 3px;
}

/* List Font Size */
.list-sm {
	font-size: 13px;
	color: #666;
}

/* Admin Header Avatar */
.admin-avatar-sm {
	width: 32px;
	height: 32px;
	object-fit: cover;
}

.admin-avatar-md {
	width: 64px;
	height: 64px;
	object-fit: cover;
}

/* SEO Hidden Title */
.seo-hidden-title {
	display: none;
}

/* Credential Section Toggle */
.credential-section {
	transition: all 0.3s ease;
}

/* Fee Fields Toggle */
.fee-fields-section {
	transition: all 0.3s ease;
}

/* Provisioning Log Modal Footer */
.modal-footer-hidden {
	display: none;
}

/* Log Pre Block */
.log-pre-block {
	white-space: pre-wrap;
}

.log-response-block {
	max-height: 300px;
	overflow: auto;
}

/* Webhook Response Block */
.webhook-response-block {
	max-height: 400px;
	overflow: auto;
}

.webhook-request-block {
	max-height: 200px;
	overflow: auto;
}

