.helpy-invite-project-wrap {
	margin-top: 12px;
}

.helpy-invite-project {
	margin-top: 12px;
}

.helpy-invite-project .fa-briefcase {
	margin-right: 8px;
}

.helpy-invite-project-notice {
	margin-top: 12px;
	padding: 12px 14px;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.45;
}

.helpy-invite-project-notice--success {
	background: #ecf9f0;
	color: #166534;
	border: 1px solid #b7e4c7;
}

.helpy-invite-project-notice--error {
	background: #fff1f2;
	color: #b42318;
	border: 1px solid #fecdd3;
}

.helpy-project-invite-modal .modal-content {
	border-radius: 16px;
	border: 0;
	overflow: hidden;
}

.helpy-project-invite-modal .modal-header {
	padding: 18px 20px 16px;
	border-bottom: 1px solid #ececec;
}

.helpy-project-invite-modal .modal-title {
	margin: 0;
}

.helpy-project-invite-modal .modal-body {
	padding: 20px;
}

.helpy-project-invite-form__intro {
	margin: 0 0 14px;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
}

.helpy-project-invite-form__label {
	display: block;
	margin: 0 0 8px;
	font-weight: 600;
	font-size: 14px;
}

.helpy-project-invite-form__select {
	display: block;
	width: 100%;
	min-height: 46px;
	padding: 10px 12px;
	border: 1px solid #d8d8d8;
	border-radius: 10px;
	background: #fff;
	outline: none;
}

.helpy-project-invite-form__select:focus {
	border-color: #7c3aed;
	box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.12);
}

.helpy-project-invite-form__actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 16px;
}

.helpy-project-invite-form__submit,
.helpy-project-invite-form__cancel {
	min-width: 128px;
	border-radius: 10px;
	color: white;
}

@media (max-width: 767px) {
	.helpy-project-invite-form__actions {
		flex-direction: column-reverse;
	}

	.helpy-project-invite-form__submit,
	.helpy-project-invite-form__cancel {
		width: 100%;
	}
}