.m-form .m-form__group {
	padding-bottom: 0;	
}

.hiddenFields {
	display:none;	
}

#dvLoading {
   background: url('../img/loading.gif') no-repeat center center;
   height: 250px;
   width: 250px;
   position: fixed;
   z-index: 1000;
   left: 50%;
   top: 50%;
   margin: -125px 0 0 -125px;
}

.multiple-items {
	max-height: 190px;
	overflow-y: hidden;
}

.pic-wrap {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    outline: 0;
    margin-right: 1rem;
    background: no-repeat;
}

.multiple-items.slick-initialized {
	overflow-y: visible;
}

.slick-slide img {
	width: 100%;
}

img.loadscript {
	margin: 0 auto;
	display: block;
	padding: 2rem 0;
	width: 100px;
}


::-webkit-input-placeholder { /* Chrome */
	color: #E0E0E0 !important;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #E0E0E0 !important;
	opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
	color: #E0E0E0 !important;
	opacity: 1;
}

.datepicker {
	z-index: 999999 !important;	
}

.table-hover tbody tr:hover td {
	background: #EEE !important;	
}


.notification-icon,
.notification-icon:hover,
.notification-icon:focus {
	text-decoration: none;
}

/* Icon styling */
.notification-bell {
	font-size: 2rem;
	color: #f4516c; /* Metronic danger red */
	transition: color 0.3s ease, transform 0.3s ease;
}

/* Hover effect */
.notification-icon:hover .notification-bell {
	color: #ff2e63;
	transform: scale(1.1);
}

/* Badge positioning */
.notification-badge {
	position: absolute;
	top: -6px;
	right: -8px;
	font-size: 0.75rem;
}
