#ua-unauthorized-user-modal .ua-modal-wrapper {
	max-width: 620px;
}

.ua-modal-body-unauthorized-user {
	display: flex;
	gap: 24px;
}

.ua-modal-body-unauthorized-icon {
	border-radius: 8px;
	background: var(--bg-info, rgba(0, 105, 255, 0.1));
	padding: 16px;
	max-height: fit-content;
}

.ua-modal-unauthorized-user-title {
	color: var(--text-primary, #000);
	font-family: "Kyiv*Type Sans";
	font-size: var(--text-h4, 20px);
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
}

.ua-modal-unauthorized-user-desc {
	color: var(--text-secondary, #475569);
	font-family: Daikon;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.ua-modal-actions {
	display: flex;
	justify-content: space-between;
	gap: 8px;
}

.ua-modal-btn-outline {
	border-radius: var(--border-radius-button, 999px);
	border: 1px solid var(--button-primary-outline, #0350a5);
	background: transparent;
	padding: 8px 18px;
	text-align: center;
	color: var(--button-primary-outline, #0350a5);
	font-family: Daikon;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	flex: 1 0 0;
}

.ua-modal-btn {
	border-radius: var(--border-radius-button, 999px);
	background: var(--button-primary-primary, #0350a5);
	border: none;
	padding: 8px 18px;
	text-align: center;
	color: var(--text-ondark, #fff);
	font-family: Daikon;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	flex: 1 0 0;
}
