.sidetalk-customer-events-panel {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid #e5e7eb;
}

.sidetalk-customer-used-features-panel {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid #e5e7eb;
}

.sidetalk-customer-events-title {
	margin-bottom: 10px;
	color: #111827;
	font-size: 14px;
	font-weight: 700;
}

.sidetalk-customer-used-features-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.sidetalk-customer-used-feature-badge {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 5px 9px;
	border: 1px solid #bfdbfe;
	border-radius: 999px;
	background: #eff6ff;
	color: #1d4ed8;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
}

.sidetalk-customer-used-feature-badge:hover,
.sidetalk-customer-used-feature-badge:focus {
	border-color: #93c5fd;
	background: #dbeafe;
	color: #1e40af;
	text-decoration: none;
}

.sidetalk-customer-used-feature-badge.is-disabled {
	border-color: #e5e7eb;
	background: #f9fafb;
	color: #64748b;
	cursor: default;
}

.sidetalk-customer-events-list {
	display: grid;
	gap: 8px;
}

.sidetalk-customer-event-item {
	padding: 10px 12px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #f9fafb;
}

.sidetalk-customer-event-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.sidetalk-customer-event-main strong {
	color: #111827;
	font-size: 13px;
	font-weight: 700;
}

.sidetalk-customer-event-main time,
.sidetalk-customer-event-source,
.sidetalk-customer-events-empty {
	color: #6b7280;
	font-size: 12px;
}

.sidetalk-customer-event-summary {
	margin-top: 5px;
	color: #374151;
	font-size: 12px;
	line-height: 1.45;
}

.sidetalk-customer-event-source {
	margin-top: 5px;
}

.sidetalk-user-info-page .sidetalk-dashboard-data-list-wrap {
	overflow-x: visible !important;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
	white-space: normal !important;
}

.sidetalk-user-info-page .sidetalk-customer-contact-table {
	width: 100%;
	min-width: 0;
	border-collapse: separate;
	border-spacing: 0;
	background: #ffffff;
	table-layout: fixed;
}

.sidetalk-user-info-page .sidetalk-customer-contact-table thead th {
	padding: 11px 10px;
	border: 0;
	border-bottom: 1px solid #e5e7eb;
	background: #f8fafc;
	color: #475569;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
	text-align: left;
	white-space: nowrap;
}

.sidetalk-user-info-page .sidetalk-customer-contact-table tbody td {
	min-width: 0;
	padding: 11px 10px;
	border: 0;
	border-bottom: 1px solid #eef2f7;
	background: #ffffff;
	color: #334155;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: clip;
}

.sidetalk-user-info-page .sidetalk-customer-contact-table thead th.col-center,
.sidetalk-user-info-page .sidetalk-customer-contact-table tbody td.col-center {
	text-align: center;
}

.sidetalk-user-info-page .sidetalk-customer-contact-table thead th.col-left,
.sidetalk-user-info-page .sidetalk-customer-contact-table tbody td.col-left {
	text-align: left;
}

.sidetalk-user-info-page .sidetalk-customer-contact-table tbody tr:last-child td {
	border-bottom: 0;
}

.sidetalk-user-info-page .sidetalk-customer-contact-table tbody tr:hover td {
	background: #fbfdff;
}

.sidetalk-user-info-page .sidetalk-customer-contact-table tbody tr:not(.sidetalk-customer-empty-row) {
	cursor: pointer;
}

.sidetalk-user-info-page .sidetalk-customer-contact-table thead th:nth-child(1),
.sidetalk-user-info-page .sidetalk-customer-contact-table tbody td:nth-child(1) {
	width: 46px;
	overflow: visible;
	text-align: center;
	text-overflow: clip;
	white-space: nowrap;
}

.sidetalk-user-info-page .sidetalk-customer-contact-table thead th:nth-child(2),
.sidetalk-user-info-page .sidetalk-customer-contact-table tbody td:nth-child(2) {
	width: 17%;
	text-align: left;
}

.sidetalk-user-info-page .sidetalk-customer-contact-table thead th:nth-child(3),
.sidetalk-user-info-page .sidetalk-customer-contact-table tbody td:nth-child(3) {
	width: 18%;
	text-align: center;
}

.sidetalk-user-info-page .sidetalk-customer-contact-table thead th:nth-child(4),
.sidetalk-user-info-page .sidetalk-customer-contact-table tbody td:nth-child(4) {
	width: 14%;
	text-align: center;
}

.sidetalk-user-info-page .sidetalk-customer-contact-table thead th:nth-child(5),
.sidetalk-user-info-page .sidetalk-customer-contact-table tbody td:nth-child(5) {
	width: 20%;
}

.sidetalk-user-info-page .sidetalk-customer-contact-table thead th:nth-child(6),
.sidetalk-user-info-page .sidetalk-customer-contact-table tbody td:nth-child(6) {
	width: 15%;
	text-align: center;
}

.sidetalk-user-info-page .sidetalk-customer-contact-table thead th:nth-child(7),
.sidetalk-user-info-page .sidetalk-customer-contact-table tbody td:nth-child(7) {
	width: 16%;
	text-align: center;
}

.sidetalk-user-info-page .sidetalk-customer-contact-table thead th:nth-child(8),
.sidetalk-user-info-page .sidetalk-customer-contact-table tbody td:nth-child(8) {
	display: none;
}

.sidetalk-user-info-page .sidetalk-customer-contact-table tbody td:nth-child(1) input,
.sidetalk-user-info-page .sidetalk-customer-contact-table tbody td:nth-child(1) label,
.sidetalk-user-info-page .sidetalk-customer-contact-table thead th:nth-child(1) input,
.sidetalk-user-info-page .sidetalk-customer-contact-table thead th:nth-child(1) label {
	margin: 0;
	vertical-align: middle;
}

.sidetalk-user-info-page .sidetalk-customer-contact-table tbody td.sidetalk-card-field-empty {
	color: #64748b;
}

.sidetalk-user-info-page .sidetalk-customer-contact-table tbody td.sidetalk-card-field-empty::after {
	content: "-";
	color: #94a3b8;
}

.sidetalk-user-info-page .sidetalk-customer-contact-table .edit-user-link {
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: clip;
	color: #111827;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.sidetalk-user-info-page .sidetalk-customer-contact-table .edit-user-link:hover {
	color: #2563eb;
	text-decoration: underline;
}

.sidetalk-user-info-page .sidetalk-dashboard-content-list-nav {
	margin-top: 28px !important;
	padding: 0 16px;
}

.sidetalk-user-info-page .dynamic-position--user-info {
	margin-top: 22px;
	padding: 0 30px 28px;
}

.sidetalk-user-info-page .dynamic-position--user-info .sidetalk-dashboard-button {
	margin: 0;
}

.sidetalk-user-info-page .sidetalk-customer-empty-row {
	text-align: center;
}

.sidetalk-user-info-page .sidetalk-customer-empty-row td {
	padding: 24px;
	text-align: center;
}

.sidetalk-user-info-page .sidetalk-contact-origin {
	display: block;
	margin-top: 2px;
	overflow: hidden;
	color: #64748b;
	font-size: 11px;
	line-height: 1.25;
	text-overflow: clip;
	white-space: nowrap;
}

.sidetalk-user-info-page .sidetalk-extra-field-item {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	margin: 1px 4px 1px 0;
	padding: 3px 6px;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	background: #f8fafc;
	color: #334155;
	font-size: 11px;
	line-height: 1.25;
	vertical-align: middle;
}

.sidetalk-user-info-page .sidetalk-extra-field-label {
	margin-right: 4px;
	color: #64748b;
	font-weight: 700;
}

.sidetalk-crm-status-cell {
	white-space: normal;
}

.sidetalk-user-info-page .sidetalk-customer-contact-table .sidetalk-crm-status-cell {
	text-align: center;
}

.sidetalk-crm-status-chip {
	display: inline-flex;
	align-items: center;
	margin: 2px;
	max-width: 100%;
	padding: 3px 7px;
	border: 1px solid #dbe3ef;
	border-radius: 999px;
	background: #f8fafc;
	color: #334155;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
	white-space: nowrap;
}

a.sidetalk-crm-status-chip:hover,
a.sidetalk-crm-status-chip:focus {
	border-color: #93c5fd;
	background: #dbeafe;
	color: #1d4ed8;
	text-decoration: none;
}

.sidetalk-crm-status-chip-disabled {
	color: #64748b;
	cursor: default;
}

.sidetalk-user-info-page .sidetalk-crm-status-cell .sidetalk-crm-status-chip:first-child {
	border-color: #bfdbfe;
	background: #eff6ff;
	color: #1d4ed8;
}

@media (max-width: 760px) {
	.sidetalk-user-info-page .sidetalk-customer-contact-table {
		min-width: 760px;
	}

	.sidetalk-user-info-page .sidetalk-dashboard-data-list-wrap {
		overflow-x: auto !important;
	}

	.sidetalk-user-info-page .dynamic-position--user-info {
		padding-right: 16px;
		padding-left: 16px;
	}
}
