
.hp-icon {
	font-size: 16px;
}

.hp-link {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.hp-link:not(span) {
	cursor: pointer;
}

.hp-link:not(:hover) {
	color: inherit;
}

.hp-link i:first-child {
	margin-right: .5rem;
}

.hp-status span {
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, .06);
	padding: .4rem .5rem;
	white-space: nowrap;
	line-height: 1;
	font-size: 80%;
}

.hp-status--draft span, .hp-status--trash span, .hp-status--wc-refunded span {
	color: #ff3860;
	border-color: #ff3860;
}

.hp-status--pending span, .hp-status--wc-on-hold span, .hp-status--wc-processing span {
	color: #ffcb00;
	border-color: #ffcb00;
}

.hp-status--publish span, .hp-status--wc-completed span {
	color: #15cd72;
	border-color: #15cd72;
}

.hp-block[data-state=loading], .hp-form[data-state=loading] {
	position: relative;
	opacity: .5;
}

.hp-block[data-state=loading]::after, .hp-form[data-state=loading]::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
}

.hp-form--narrow {
	width: 100%;
}

.hp-form__description:not(:last-child), .hp-form__messages:not(:last-child) {
	margin-bottom: 1rem;
}

.hp-form>.hp-form__messages:not(:last-child) {
	margin-bottom: 1.5rem;
}

.hp-form__messages {
	display: none;
	border-left: 3px solid transparent;
	background-color: rgba(0, 0, 0, .04);
	padding: 1rem 1.5rem;
}

.hp-form__messages--info {
	border-left-color: #00a0d2;
}

.hp-form__messages--warning {
	border-left-color: #ffb900;
}

.hp-form__messages--error {
	border-left-color: #dc3232;
}

.hp-form__messages--success {
	border-left-color: #46b450;
}

.hp-form__messages>div:not(:last-child) {
	margin-bottom: .5rem;
}

.hp-form__fields:not(:last-child), .hp-form__footer:not(:last-child) {
	margin-bottom: 2rem;
}

.hp-form__header:not(:last-child) {
	margin-bottom: 1.5rem;
}

.hp-form__actions, .hp-form__footer {
	display: flex;
	align-items: center;
}

.hp-form__footer {
	justify-content: space-between;
}

.hp-form--narrow .hp-form__button {
	width: 100%;
}

.hp-form--narrow .hp-form__button:not(:last-child) {
	margin-bottom: 1rem;
}

@media only screen and (max-width:47.99em) {
	.hp-form__button {
		width: 100%;
	}
	
	.hp-form__button:not(:last-child) {
		margin-bottom: 1rem;
	}
}

.hp-form--narrow .hp-form__actions, .hp-form--narrow .hp-form__footer {
	flex-direction: column;
}

@media only screen and (max-width:47.99em) {
	.hp-form__actions, .hp-form__footer {
		flex-direction: column;
	}
}

.hp-form__field:not(:last-child) {
	margin-bottom: 1.5rem;
}

.hp-form__field--hidden {
	display: none;
}

.hp-form__action:not(:last-child) {
	margin-right: 1.5rem;
}

.hp-form--narrow .hp-form__action:not(:last-child) {
	margin: 0 0 .5rem;
}

@media only screen and (max-width:47.99em) {
	.hp-form__action:not(:last-child) {
		margin: 0 0 .5rem;
	}
}

.hp-form--narrow button.hp-form__action:not(:last-child) {
	margin-bottom: 1rem;
}

@media only screen and (max-width:47.99em) {
	.hp-form button.hp-form__action:not(:last-child) {
		margin-bottom: 1rem;
	}
}

.hp-modal .hp-form {
	width: 100%;
}

.hp-modal .hp-form:not(:last-child) {
	margin-bottom: 0;
}

.hp-modal .hp-form__button {
	width: 100%;
}

.hp-modal .hp-form__button:not(:last-child) {
	margin-bottom: 1rem;
}

.hp-modal .hp-form__actions, .hp-modal .hp-form__footer {
	flex-direction: column;
}

.hp-modal .hp-form__action:not(:last-child) {
	margin: 0 0 .5rem;
}

button.hp-modal .hp-form__action:not(:last-child) {
	margin-bottom: 1rem;
}

.hp-field--hidden {
	display: none;
}

.hp-field--email, .hp-field--number, .hp-field--password, .hp-field--search, .hp-field--select, .hp-field--text, .hp-field--textarea, .hp-field--url {
	width: 100%;
	min-width: 1px;
}

.hp-field--textarea {
	max-width: 100%;
	min-height: 8rem;
}

.hp-field--attachment-upload::after {
	display: table;
	clear: both;
	content: "";
}

.hp-field--attachment-upload label {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 !important;
	width: auto !important;
}

.hp-field--attachment-upload input[type=file] {
	font-size: 200px !important;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	cursor: pointer;
	opacity: 0;
	direction: ltr;
}

.hp-field--attachment-upload>div:first-child:not(:empty) {
	margin-bottom: -2rem;
	padding-bottom: 1rem;
}

.hp-field--attachment-upload>div:first-child>div {
	position: relative;
	margin-bottom: 2rem;
}

.hp-field--attachment-upload>div:first-child>div img {
	display: block;
	width: 100%;
	height: auto;
}

.hp-field--attachment-upload>div:first-child>div:not(:only-child) img {
	cursor: move;
}

.hp-field--attachment-upload>div:first-child>div>div {
	position: relative;
	padding-top: 100%;
	background-color: rgba(0, 0, 0, .04);
}

.hp-field--attachment-upload>div:first-child>div>div::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	display: inline-block;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	font-size: 64px;
	margin: -32px 0 0 -24px;
	color: rgba(0, 0, 0, .05);
}

@media only screen and (max-width:47.99em) {
	.hp-field--attachment-upload>div:first-child>div>div::before {
		font-size: 48px;
		margin: -24px 0 0 -18px;
	}
}

.hp-field--attachment-upload>div:first-child>div>div a {
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 80%;
	padding: 1rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	color: inherit;
	text-decoration: none;
}

.hp-field--attachment-upload .hp-field__button {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: .5rem;
	right: 1.5rem;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	text-decoration: none;
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
}

@media only screen and (max-width:47.99em) {
	.hp-field--attachment-upload .hp-field__button {
		width: 20px;
		height: 20px;
	}
	
	.hp-field--attachment-upload .hp-field__button i {
		font-size: 12px;
	}
}

.hp-field--attachment-upload .hp-field__button--download {
	top: 3rem;
}

.hp-field--attachment-upload .hp-field__button--download, .hp-field--attachment-upload[data-required=true] .hp-field__button--delete {
	display: none;
}

.hp-field--attachment-upload>div:first-child>div:hover .hp-field__button--download {
	display: flex;
}

.hp-field--repeater table:not(:last-child) {
	margin-bottom: 1rem;
}

.hp-field--repeater table tr {
	background-color: #fff;
}

.hp-field--repeater table tr.ui-sortable-helper {
	display: table;
}

@media only screen and (max-width:47.99em) {
	.hp-field--repeater table tr {
		display: flex;
		flex-direction: column;
		position: relative;
		border: 1px solid rgba(0, 0, 0, .1);
		border-radius: 4px;
		padding-top: .25rem;
		padding-bottom: .25rem;
	}
	
	.hp-field--repeater table tr.ui-sortable-helper {
		display: flex;
	}
	
	.hp-field--repeater table tr:not(:last-child) {
		margin-bottom: 1rem;
	}
}

.hp-field--repeater table td {
	vertical-align: middle;
}

.hp-field--repeater table td:first-child, .hp-field--repeater table td:first-child * {
	cursor: move;
}

.hp-field--repeater table td:first-child, .hp-field--repeater table td:last-child {
	width: 1px;
	white-space: nowrap;
	padding-left: 0;
	padding-right: 0;
	color: #888;
}

.hp-field--repeater table td:first-child i, .hp-field--repeater table td:last-child i {
	margin: 0;
}

@media only screen and (max-width:47.99em) {
	.hp-field--repeater table td {
		border-bottom: none;
	}
	
	.hp-field--repeater table td:first-child, .hp-field--repeater table td:last-child {
		position: absolute;
		right: -.75rem;
	}
	
	.hp-field--repeater table td:first-child {
		top: 0;
	}
	
	.hp-field--repeater table td:last-child {
		bottom: 0;
	}
}

.hp-field--repeater table tr:only-child td:last-child a {
	pointer-events: none;
}

.hp-field__label {
	display: block;
	margin-bottom: .5rem;
}

.hp-field__label small {
	font-size: 1em;
	font-weight: 400;
}

.hp-field__description {
	font-size: 80%;
	margin-bottom: .75rem;
	opacity: .75;
}

.hp-modal .hp-field--attachment-upload>div:first-child>div {
	flex-basis: 33.33333333%;
	max-width: 33.33333333%;
}

.hp-modal {
	display: none;
	width: 380px;
}

@media only screen and (min-width:48em) {
	.hp-modal--mobile {
		display: block;
		width: auto;
	}
}

.hp-modal__title:not(:last-child) {
	margin-bottom: 1rem;
}

.hp-modal__title:first-child {
	margin-top: 0;
}

.flatpickr-status::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 2px;
	left: calc(50% - 2px);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #ffb900;
}

.flatpickr-status--success::after {
	background-color: #46b450;
}

.flatpickr-status--error::after {
	background-color: #dc3232;
}

.flatpickr-days {
	overflow: visible;
}

.flatpickr-day-label {
	display: none;
	position: absolute;
	z-index: 1000;
	left: calc(50% - 27px);
	bottom: 40px;
	padding: .25rem;
	font-size: .625rem;
	line-height: 1.5;
	text-align: center;
	background: rgba(0, 0, 0, .75);
	color: #fff;
	font-weight: 400;
	border-radius: 2px;
	width: 54px;
}

.flatpickr-day-label::after {
	content: "";
	display: block;
	border: 4px solid transparent;
	border-top-color: rgba(0, 0, 0, .75);
	position: absolute;
	left: calc(50% - 4px);
	bottom: -8px;
}

.flatpickr-day:hover .flatpickr-day-label {
	display: block;
}

.iti {
	display: block;
}

.iti__flag {
	background-image: url("https://cdn-ikplmdn.nitrocdn.com/xVgQwOvRNaVfgsludquPbiJPLoHIzrDU/assets/images/optimized/rev-0ba5b81/connexa.app/wp-content/plugins/hivepress/node_modules/intl-tel-input/build/img/flags.png");
}

.iti__flag.nitro-lazy {
	background-image: none !important;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
	.iti__flag {
		background-image: url("https://cdn-ikplmdn.nitrocdn.com/xVgQwOvRNaVfgsludquPbiJPLoHIzrDU/assets/images/optimized/rev-0ba5b81/connexa.app/wp-content/plugins/hivepress/node_modules/intl-tel-input/build/img/flags@2x.png");
	}
	
	.iti__flag.nitro-lazy {
		background-image: none !important;
	}
}

.iti input[type=tel] {
	width: 100%;
}
