﻿.field-validation-error {
	color: red;
}
.header-notifications-list {
	height: 185px !important;
}
.text-right {
	float: right;
}
.text-left{
	float : left;
}
.mouse-pointer {
	cursor: pointer;
}
.support-password-dd {
	display: flex;
	align-items: center;
}
.dt-buttons .btn {
	background-color: #4CAF50;
	border: none;
	color: white;
	padding: 8px 16px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 4px;
	margin-right: 5px;
	display: flex;
	align-items: center;
	transition: background-color 0.3s ease;
}

	.dt-buttons .btn:hover {
		background-color: #45a049;
	}

	.dt-buttons .btn i {
		margin-right: 5px;
	}