.login-identity-section {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.login-identity-section .auth-section-title {
	font-size: 16px;
}

.login-identity-filters {
	background: #f8fafb;
	border: 1px solid rgba(16, 68, 92, 0.10);
	border-radius: 10px;
	padding: 8px;
}

.login-identity-count {
	color: #647782;
	font-size: 13px;
	font-weight: 700;
}

.login-identity-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-height: 280px;
	overflow: auto;
}

.login-identity-list-item {
	margin: 0;
}

.login-identity-list-button {
	align-items: center;
	background: #f8fafb;
	border: 1px solid rgba(16, 68, 92, 0.10);
	border-radius: 10px;
	color: inherit;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-height: 56px;
	padding: 10px 12px;
	text-align: left;
	width: 100%;
}

.login-identity-list-button strong,
.login-identity-list-button small {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.login-identity-list-button strong {
	color: var(--titles, #10445c);
	font-size: 15px;
}

.login-identity-list-button small {
	color: #647782;
	font-size: 13px;
}

.login-identity-list-item.is-active .login-identity-list-button,
.login-identity-list-button:hover {
	background: #eef8fa;
	border-color: rgba(11, 111, 138, 0.36);
}

.login-identity-empty,
.login-identity-loading {
	color: #647782;
	font-size: 15px;
	margin: 0;
	text-align: center;
}
