/* Modern gradient design - Updated DigitPlus branding */

a, a:hover, a:focus,
.breadcrumb a, .breadcrumb a:hover, .breadcrumb a:focus {
	color: #4a9eff;
}

#pageTitle > span {
	/*background: linear-gradient(135deg, #2563eb 0%, #4a9eff 50%, #60b7ff 100%);*/
	background: linear-gradient(to right, rgb(60, 131, 246), rgb(54, 211, 153));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-weight: 700;
}

#sub1BreadCrumb {
	background: linear-gradient(135deg, #2563eb 0%, #4a9eff 50%, #60b7ff 100%);
	/*background: linear-gradient(to right, rgb(60, 131, 246), rgb(54, 211, 153)) -webkit-background-clip : text;*/
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-weight: 700;
}

span.left-border-title {
	/*display: none !important;*/
	float: left;
	color: #4a9eff !important;
	margin-right: 10px;
}

#sidebar-nav,
html:not(.login-bg)  {
	/*background: linear-gradient(180deg, #e8f4fd 0%, #f8f9fa 100%) no-repeat !important;*/
	background: linear-gradient(180deg, #e8f4fd 0%, #f8f9fa 75%, #ffffff 100%) no-repeat !important;
}

body,
div.content {
	background: none;
}

#sidebar-nav #dashboard-menu {
	background: transparent !important;
}

#sidebar-nav #dashboard-menu > li > a {
	color: #4a5568;
	background: transparent !important;
	border-color: transparent !important;
	transition: all 0.2s ease;
}

#sidebar-nav #dashboard-menu > li > a:hover {
	background: rgba(74, 158, 255, 0.08) !important;
	color: #2563eb !important;
	border-radius: 8px;
}

#sidebar-nav #dashboard-menu > li.active > a {
	background: linear-gradient(90deg, rgba(74, 158, 255, 0.15) 0%, rgba(74, 158, 255, 0.05) 100%) !important;
	color: #2563eb !important;
	/*font-weight: 600;*/
	border-left: 3px solid #4a9eff !important;
	border-radius: 0;
}

.shine,
#sidebar-nav #dashboard-menu > li.active.current {
	position: relative;
	overflow: hidden;
}

.shine:before,
#sidebar-nav #dashboard-menu > li.active.current > a:before {
	content: '';
	position:absolute;
	width:100px;
	height:100%;
	background-image: linear-gradient(70deg,
		rgba(255,255,255, 0) 20%,
		rgba(255, 255, 255, .6),
		rgba(255,255,255, 0) 80%
	);
	top: 0%;
	left: -100px;
	animation: shine 10s infinite linear;
}
@keyframes shine {
	0% {left: -100px}
	5% {left: 100%}
	10% {left: -100px}
	100% {left: -100px}
}

li.active.current > div.pointer {
	display: none;
}

#sidebar-nav #dashboard-menu ul.submenu {
	/*background-color: #f8f9fa !important;*/
	background-color: #f0f8ff !important;
	border-left: 2px solid #e8f4fd;
}

ul.nav.nav-tabs {
	border-bottom-color: #4a9eff !important;
}

ul.nav.nav-tabs li a {
	color: #4a5568;
	transition: all 0.2s ease;
}

ul.nav.nav-tabs li a:hover {
	color: #4a9eff;
	background-color: #f0f8ff;
}

#sidebar-nav #dashboard-menu ul.submenu a,
#sidebar-nav #dashboard-menu ul.submenu a u,
ul.nav.nav-tabs li.active a u,
ul.nav.nav-tabs li.active a {
	color: #2563eb;
	background-color: #f0f8ff !important;
	font-weight: 500;
}

#sidebar-nav #dashboard-menu > li.active > a,
#sidebar-nav #dashboard-menu > li > a:hover {
	color: #2563eb !important;
}

/*#pad-wrapper .list-group-item.active a,*/
#sidebar-nav #dashboard-menu a i:has(+ span.active),
#sidebar-nav #dashboard-menu a span.active,
#sidebar-nav #dashboard-menu a span.active + i {
	color: #1e40af;
}

#pad-wrapper .list-group-item {
	border-color: #4a9eff;
	transition: all 0.2s ease;
}

#pad-wrapper .list-group-item.active,
#pad-wrapper .list-group-item.active:hover,
#pad-wrapper .list-group-item.active:focus {
	color: #ffffff;
	background: linear-gradient(135deg, #4a9eff 0%, #3d85d9 100%);
	border-color: #4a9eff;
}

.tab-content .bgcolor-default {
	background-color: #f0f8ff !important;
	color: #374151 !important;
	border-color: #4a9eff !important;
}

.tab-content .text-primary {
	color: #4a9eff !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	background: linear-gradient(135deg, #4a9eff 0%, #3d85d9 100%) !important;
	color: #ffffff !important;
}

#pad-wrapper h1,
#pad-wrapper h4 {
	background: linear-gradient(135deg, #2563eb 0%, #4a9eff 50%, #60b7ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-weight: 700;
}

/***********************************/
/*     Login and related pages     */
/***********************************/

.login-bg {
	display: table;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #e8f4fd 0%, #d0e7f9 100%);
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.login-wrapper {
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	text-align: center;
}

.login-wrapper .logo {
	margin-bottom: 25px;
	position: relative;
	left: -2px;
	max-width: 400px;
}

.login-wrapper .box {
	margin: 0 auto;
	padding: 35px 0 30px;
	float: none;
	width: 400px;
	box-shadow: 0 4px 20px rgba(74, 158, 255, 0.15);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
}

.login-wrapper .box .content-wrap {
	width: 82%;
	margin: 0 auto;
}

.login-wrapper .box #content span {
	color: #374151 !important;
}

.login-wrapper .box h6 {
	text-transform: uppercase;
	margin: 0 0 30px 0;
	font-size: 18px;
	font-weight: 600;
	background: linear-gradient(135deg, #2563eb 0%, #4a9eff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.login-wrapper .box input[type="text"],
.login-wrapper .box input[type="password"] {
	font-size: 15px;
	height: 40px;
	margin-bottom: 18px;
	border-color: #d1d5db;
	border-radius: 8px;
	padding-left: 12px;
	color: #374151 !important;
	background-color: #fff !important;
	transition: all 0.2s ease;
}

.login-wrapper .box input[type="text"]:focus,
.login-wrapper .box input[type="password"]:focus {
	border-color: #4a9eff;
	outline: none;
	box-shadow: 0 0 0 3px rgba(74, 158, 255, 0.1);
}

.login-wrapper .box input[type="password"] {
	margin-bottom: 10px;
}

.login-wrapper .box input:-moz-placeholder {
	color: #9ca3af;
	font-size: 15px;
	letter-spacing: 0px;
	font-style: italic;
}

.login-wrapper .box input:-ms-input-placeholder {
	color: #9ca3af;
	font-style: italic;
	letter-spacing: 0px;
	font-size: 15px;
}

.login-wrapper .box input::-webkit-input-placeholder {
	color: #9ca3af;
	font-style: italic;
	letter-spacing: 0px;
	font-size: 15px;
}

.login-wrapper .box a.forgot {
	display: block;
	text-align: right;
	font-style: italic;
	text-decoration: underline;
	color: #4a9eff;
	font-size: 13px;
	margin-bottom: 6px;
	font-weight: 600;
}

.login-wrapper .box .remember {
	display: block;
	overflow: visible;
	margin-bottom: 20px;
}

.login-wrapper .box .remember input[type="checkbox"] {
	float: left;
	margin-right: 8px;
}

.login-wrapper .box .remember label {
	float: left;
	color: #374151;
	font-size: 13px;
	font-weight: 600;
}

.login-wrapper .box .login {
	text-transform: uppercase;
	font-size: 13px;
	padding: 8px 30px;
	width: unset;
}

.login-wrapper .no-account {
	margin: 0 auto;
	float: none;
	text-align: center;
	font-size: 14px;
	margin-top: 25px;
}

.login-wrapper .no-account p {
	display: inline-block;
	color: #6b7280;
}

.login-wrapper .no-account a {
	color: #4a9eff;
	margin-left: 7px;
	border-bottom: 1px solid;
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	/* Firefox 4 */
	-webkit-transition: all .2s linear;
	/* Safari and Chrome */
	-o-transition: all .2s linear;
	/* Opera */
}

.login-wrapper .no-account a:hover {
	text-decoration: none;
	color: #2563eb;
	border-bottom-color: #2563eb;
}

/* background switcher */
.bg-switch {
	position: absolute;
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(10px);
	top: 60px;
	border-radius: 0px 10px 10px 0px;
	padding: 10px 10px 0px 10px;
	z-index: 999;
}

.bg-switch .bgs .bg {
	text-align: center;
	margin-bottom: 13px;
	text-decoration: none;
	display: block;
}

.bg-switch .bgs .bg.active img {
	border-color: #4a9eff;
}

.bg-switch .bgs .bg img {
	width: 80px;
	height: 60px;
	border: 2px solid #d1d5db;
	cursor: pointer;
	border-radius: 6px;
	transition: all 0.2s ease;
}

.bg-switch .bgs .bg img:hover {
	border-color: #4a9eff;
}

/* responsive */
@media (max-width: 767px) {
	.login-wrapper .box {
		width: 350px;
	}
}

@media (max-width: 480px) {
	.login-wrapper .box {
		width: 90%;
	}
}

.btn-brand.primary {
	border: none;
	color: #fff;
	text-shadow: none;
	box-shadow: 0 2px 8px rgba(74, 158, 255, 0.3);
	background: linear-gradient(135deg, #4a9eff 0%, #3d85d9 100%);
	transition: all 0.2s ease;
	border-radius: 8px;
}

.btn-brand.primary:hover {
	background: linear-gradient(135deg, #3d85d9 0%, #2d6bb8 100%);
	box-shadow: 0 4px 12px rgba(74, 158, 255, 0.4);
	transform: translateY(-1px);
}

.btn-brand.btn-elevate {
	border: none !important;
	color: #fff !important;
	background: linear-gradient(135deg, #4a9eff 0%, #3d85d9 100%) !important;
	box-shadow: 0 2px 8px rgba(74, 158, 255, 0.3);
	transition: all 0.2s ease;
}

.btn-brand.btn-elevate:hover {
	background: linear-gradient(135deg, #3d85d9 0%, #2d6bb8 100%) !important;
	transform: translateY(-1px);
}

.btn-brand {
	font-size: 13px;
	border-radius: 8px;
	color: #374151;
	padding: 8px 16px;
	text-align: center;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	display: inline-block;
	border: 1px solid #d1d5db;
	vertical-align: middle;
	cursor: pointer;
	background: #ffffff;
	transition: all 0.2s ease;
}

.btn-brand:hover {
	border-color: #4a9eff;
	color: #4a9eff;
	box-shadow: 0 2px 6px rgba(74, 158, 255, 0.15);
}

#cancel {
	background-color: #6b7280 !important;
	color: #ffffff !important;
	border: none;
}

#cancel:hover {
	background-color: #4b5563 !important;
}

/************************/
/*     Data Xplorer     */
/************************/

#bloc_sociodemo table tbody tr:not(:last-child) {
	border-bottom: 1px solid rgba(74, 158, 255, 0.2);
}

.card {
	border-color: #4a9eff !important;
	border-radius: 12px;
	box-shadow: 0 1px 3px rgba(74, 158, 255, 0.1);
	overflow: hidden;
	background: #fff;
	border-style: solid;
	border-width: 1px;
}

.card-header {
	background: linear-gradient(135deg, #f0f8ff 0%, #e8f4fd 100%) !important;
	/*border-bottom: 2px solid #4a9eff;*/
	/*font-weight: 600;*/
	color: #1e40af;
}

label.choice.email,
label.choice.sms,
label.choice.postal {
	color: #4a9eff;
	border: 2px solid transparent;
	border-radius: 8px;
	transition: all 0.2s ease;
	padding: 10px;
}

label.choice.email:hover,
label.choice.sms:hover,
label.choice.postal:hover {
	/*background: rgba(74, 158, 255, 0.05);*/
	background: linear-gradient(135deg, #10b981 0%, #059669 100%);
	border-color: #10b981;
	color: #fff;
}

label.choice.email.on {
	color: #ffffff !important;
	background: linear-gradient(135deg, #4a9eff 0%, #3d85d9 100%) !important;
	border-color: #4a9eff !important;
}

label.choice.sms.on {
	color: #ffffff !important;
	background: linear-gradient(135deg, #4a9eff 0%, #3d85d9 100%) !important;
	border-color: #4a9eff !important;
}

label.choice.postal.on {
	color: #ffffff !important;
	background: linear-gradient(135deg, #4a9eff 0%, #3d85d9 100%) !important;
	border-color: #4a9eff !important;
}

#bloc_sociodemo > div:not(:first-child) {
	border-top-color: #e8f4fd !important;
}

#geo_split1 > thead,
#campaigns_list > thead {
	background: linear-gradient(135deg, #f0f8ff 0%, #e8f4fd 100%) !important;
	color: #1e40af !important;
	font-weight: 600;
}

#geo_split3 > tfoot > tr:first-child {
	background: linear-gradient(135deg, #f0f8ff 0%, #e8f4fd 100%) !important;
	font-weight: 600;
}

td > div.label.badge-email,
td > div.label.badge-email_fc,
.table tr.badge-rentalEmail td,
.table tr.badge-rentalEmail td i {
	color: #ffffff !important;
	background: linear-gradient(135deg, #4a9eff 0%, #3d85d9 100%) !important;
	border-radius: 6px;
	padding: 4px 12px;
	font-weight: 500;
}

td > div.label.badge-sms,
td > div.label.badge-sms_fc,
.table tr.badge-rentalSms td,
.table tr.badge-rentalSms td i {
	color: #ffffff !important;
	background: linear-gradient(135deg, #4a9eff 0%, #3d85d9 100%) !important;
	border-radius: 6px;
	padding: 4px 12px;
	font-weight: 500;
}

td > div.label.badge-postal,
.table tr.badge-rentalPostal td,
.table tr.badge-rentalPostal td i {
	color: #ffffff !important;
	background: linear-gradient(135deg, #4a9eff 0%, #3d85d9 100%) !important;
	border-radius: 6px;
	padding: 4px 12px;
	font-weight: 500;
}

@media (max-width: 1200px) {

	#bloc_cdi > div:not(:first-child),
	#bloc_sociodemo > div:not(:first-child) {
		border-top-color: #e8f4fd !important;
	}

}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: linear-gradient(135deg, #4a9eff 0%, #3d85d9 100%);
	color: #ffffff;
}

/* Additional modern enhancements */
table.table:not(.geo_split):not(#geo_split) {
	background: #fff;
	border: 1px solid #4e9eff;
	border-radius: 12px;
	border-collapse: unset;
	overflow: hidden;
}

.card-body table.table {
	border: 0 none !important;
	border-radius: unset !important;
	border-collapse: collapse !important;
}

th {
	/*background: linear-gradient(135deg, #f0f8ff 0%, #e8f4fd 100%);*/
	background: linear-gradient(135deg, #f0f8ff 0%, #ffffff 100%);
	color: #1e40af;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.05em;
}

tr:hover {
	background-color: #f9fafb;
	transition: background-color 0.2s ease;
}

.bg-white {
	background-color: #fff;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
select,
textarea {
	border-radius: 8px;
	border: 1px solid #d1d5db;
	transition: all 0.2s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus {
	border-color: #4a9eff;
	outline: none;
	box-shadow: 0 0 0 3px rgba(74, 158, 255, 0.1);
}

/* Status badges with modern styling */
.badge,
.label {
	border-radius: 12px;
	padding: 4px 12px;
	font-size: 12px;
	font-weight: 500;
}

.badge-primary,
.label-primary {
	background: linear-gradient(135deg, #4a9eff 0%, #3d85d9 100%);
	color: #ffffff;
}

.badge-success,
.label-success {
	background: linear-gradient(135deg, #10b981 0%, #059669 100%);
	color: #ffffff;
}

.badge-warning,
.label-warning {
	background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
	color: #ffffff;
}

.badge-danger,
.label-danger {
	background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
	color: #ffffff;
}

.badge-info,
.label-info {
	background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
	color: #ffffff;
}

.btnLabel1 {
	background: linear-gradient(135deg, #fff 0%, #eaeaea 100%);
}

.btnLabel4 {
	background: linear-gradient(135deg, #4a9eff 0%, #3d85d9 100%);
}

.btnLabel6 {
	background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.btnLabel9 {
	background: linear-gradient(135deg, #8ed0e3 0%, #5bc0de 100%);
}

.btnLabel11 {
	background: linear-gradient(135deg, #888888 0%, #000906 100%);
}

#filterTab {
	border-bottom: 0 none;
}
.table thead {
	border-top: 0 none;
}

.pagination > li:not(.active) > a:hover {
	/*background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;*/
	background: linear-gradient(135deg, #fff 0%, #fff 25%, #8ed0e3 100%);
	/*color: #fff;*/
}

.pagination > .active > a {
	background: linear-gradient(135deg, #4a9eff 0%, #3d85d9 100%) !important;
}

.btn-flat:hover {
	opacity: 1;
}

/* Primary Button - Blue Gradient */
.btn-flat.success,
.btn-primary,
button.btn-primary,
a.btn-primary {
	background: linear-gradient(135deg, #4a9eff 0%, #3d85d9 100%) !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: 8px;
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 500;
	box-shadow: 0 2px 8px rgba(74, 158, 255, 0.3);
	transition: all 0.2s ease;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}

.btn-flat.success:hover,
.btn-primary:hover,
button.btn-primary:hover,
a.btn-primary:hover {
	background: linear-gradient(135deg, #3d85d9 0%, #2d6bb8 100%) !important;
	box-shadow: 0 4px 12px rgba(74, 158, 255, 0.4);
	transform: translateY(-1px);
	color: #ffffff !important;
}

.btn-flat.success:active,
.btn-primary:active,
button.btn-primary:active,
a.btn-primary:active {
	transform: translateY(0);
	box-shadow: 0 1px 4px rgba(74, 158, 255, 0.3);
}

/* Secondary Button - Gray Gradient */
.btn-secondary,
button.btn-secondary,
a.btn-secondary {
	background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%) !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: 8px;
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 500;
	box-shadow: 0 2px 8px rgba(107, 114, 128, 0.3);
	transition: all 0.2s ease;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}

.btn-secondary:hover,
button.btn-secondary:hover,
a.btn-secondary:hover {
	background: linear-gradient(135deg, #4b5563 0%, #374151 100%) !important;
	box-shadow: 0 4px 12px rgba(107, 114, 128, 0.4);
	transform: translateY(-1px);
	color: #ffffff !important;
}

.btn-secondary:active,
button.btn-secondary:active,
a.btn-secondary:active {
	transform: translateY(0);
	box-shadow: 0 1px 4px rgba(107, 114, 128, 0.3);
}

/* Info Button - Light Blue Gradient */
.btn-info,
button.btn-info,
a.btn-info {
	background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%) !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: 8px;
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 500;
	box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
	transition: all 0.2s ease;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}

.btn-info:hover,
button.btn-info:hover,
a.btn-info:hover {
	background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;
	box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
	transform: translateY(-1px);
	color: #ffffff !important;
}

.btn-info:active,
button.btn-info:active,
a.btn-info:active {
	transform: translateY(0);
	box-shadow: 0 1px 4px rgba(59, 130, 246, 0.3);
}

/* Default Button - White with Border */
.btn-default,
button.btn-default,
a.btn-default {
	background: #ffffff !important;
	color: #4a5568 !important;
	border: 1px solid #d1d5db !important;
	border-radius: 8px;
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 500;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	transition: all 0.2s ease;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}

.btn-default:hover,
button.btn-default:hover,
a.btn-default:hover {
	background: #f9fafb !important;
	border-color: #4a9eff !important;
	color: #4a9eff !important;
	box-shadow: 0 2px 6px rgba(74, 158, 255, 0.15);
	transform: translateY(-1px);
}

.btn-default:active,
button.btn-default:active,
a.btn-default:active {
	transform: translateY(0);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Warning Button - Orange/Amber Gradient */
.btn-warning,
button.btn-warning,
a.btn-warning {
	background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%) !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: 8px;
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 500;
	box-shadow: 0 2px 8px rgba(245, 158, 11, 0.3);
	transition: all 0.2s ease;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}

.btn-warning:hover,
button.btn-warning:hover,
a.btn-warning:hover {
	background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
	box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
	transform: translateY(-1px);
	color: #ffffff !important;
}

.btn-warning:active,
button.btn-warning:active,
a.btn-warning:active {
	transform: translateY(0);
	box-shadow: 0 1px 4px rgba(245, 158, 11, 0.3);
}

/* Danger Button - Red Gradient */
.btn-danger,
button.btn-danger,
a.btn-danger {
	background: linear-gradient(135deg, #f87171 0%, #ef4444 100%) !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: 8px;
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 500;
	box-shadow: 0 2px 8px rgba(239, 68, 68, 0.3);
	transition: all 0.2s ease;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}

.btn-danger:hover,
button.btn-danger:hover,
a.btn-danger:hover {
	background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
	box-shadow: 0 4px 12px rgba(239, 68, 68, 0.4);
	transform: translateY(-1px);
	color: #ffffff !important;
}

.btn-danger:active,
button.btn-danger:active,
a.btn-danger:active {
	transform: translateY(0);
	box-shadow: 0 1px 4px rgba(239, 68, 68, 0.3);
}

/* Success Button - Green Gradient */
.btn-success,
button.btn-success,
a.btn-success {
	background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: 8px;
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 500;
	box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
	transition: all 0.2s ease;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}

.btn-success:hover,
button.btn-success:hover,
a.btn-success:hover {
	background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
	box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
	transform: translateY(-1px);
	color: #ffffff !important;
}

.btn-success:active,
button.btn-success:active,
a.btn-success:active {
	transform: translateY(0);
	box-shadow: 0 1px 4px rgba(16, 185, 129, 0.3);
}

/* Button Sizes */
.btn-lg {
	padding: 12px 24px !important;
	font-size: 15px !important;
}

.btn-sm {
	padding: 6px 12px !important;
	font-size: 12px !important;
}

.btn-xs {
	padding: 4px 8px !important;
	font-size: 11px !important;
}

/* Disabled Button State */
.btn-primary:disabled,
.btn-secondary:disabled,
.btn-info:disabled,
.btn-default:disabled,
.btn-warning:disabled,
.btn-danger:disabled,
.btn-success:disabled,
button:disabled,
.btn.disabled {
	background: #e5e7eb !important;
	color: #9ca3af !important;
	border-color: #e5e7eb !important;
	box-shadow: none !important;
	cursor: not-allowed !important;
	transform: none !important;
	opacity: 0.6;
}

/* Button Groups */
.btn-group .btn {
	margin: 0 !important;
}

.btn-group .btn:first-child {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.btn-group .btn:last-child {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.btn-group .btn:not(:first-child):not(:last-child) {
	border-radius: 0 !important;
}

.table-products .filter-block .new-product {
	height: 31px;
	line-height: 23px;
}
