.invite-user__text-button {
	color: rgb(20, 22, 49) !important;
	border: 1px solid rgba(20, 22, 49, 0.5) !important;
	background: rgba(0, 0, 0, 0) !important;
}

.invite-user__text-button:hover {
	border: 1px solid rgb(20, 22, 49) !important;
	background: rgba(20, 22, 49, 0.04) !important;
}

.invite-user__button {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 8px;
	padding-left: 8px !important;
	padding-right: 8px !important;
}

.invite-user__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
}
