span.red { display: block; margin-bottom: 20px; font-size: 0.9rem; color: #c33337; }

.dashboard__text p { margin-bottom: 20px; font-size: 14px; color: var(--gray-color) !important; line-height: 27px; }
.dashboard__text { padding: 20px; border-radius: 10px; background: #fff; }
.dashboard__text h6 { font-size: 14px; }
.dashboard__text p a { text-decoration: underline; color: #d8a43b; }
.dashboard__text p a:hover { color: #1e4c54; }

.profile__avatar { padding-top: 3px; color: #fff; background: #d8a43b; }

.dashboard__contact__thumb img { height: 100%; }

input[type="submit"] { padding: 10px 20px; color: #fff; border-radius: 10px; border: 0; background: #d8a43b; }

.data-table > div > div { padding: 10px 10px; border-bottom: 1px solid var(--light-color-2); }

.dashboard__contact__item__multiple { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--light-color-2); }

#search-results {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	font-size: 14px;
	z-index: 1000;
	background: white;
	border: 1px solid #ccc;
	border-top: none;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	max-height: 250px;
	overflow-y: auto;
	border-radius: 0 0 4px 4px;
}

#search-results .result-item {
	padding: 0.5rem 1rem;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#search-results .result-item:hover {
	background-color: #f5f5f5;
}

#search-results a {
	display: block;
	padding: 0.5rem 1rem;
	text-decoration: none;
	color: inherit;
}

#search-results a:hover {
	background-color: #f5f5f5;
}

.dashboard-card-title a { color: #1e4c54; }
.dashboard-card-title a:hover { color: #d8a43b; }

.text-badge-w { width: 100%; }