@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap');

:root {
	--sh-navy: #060443;
	--sh-navy-dark: #040330;
	--sh-yellow: #eedc49;
	--sh-yellow-dark: #d4c430;
	--sh-white: #ffffff;
	--sh-off-white: #f7f8ff;
	--sh-border: #dde0f0;
	--sh-text: #1a1a1a;
	--sh-text-mid: #444444;
	--sh-text-muted: #777777;
}

body.page-id-207 {
	background: var(--sh-off-white);
}

body.page-id-207 .entry-content > .wp-block-group {
	max-width: 1100px;
	margin: 40px auto;
	padding: 0 40px;
}

body.page-id-207 #geodirectory-add-post {
	background: var(--sh-white);
	border: 1px solid var(--sh-border);
	border-radius: 16px;
	padding: 40px;
	font-family: 'DM Sans', sans-serif;
}

body.page-id-207 h1,
body.page-id-207 h2,
body.page-id-207 h3,
body.page-id-207 label {
	font-family: 'Sora', sans-serif;
}

body.page-id-207 #geodirectory-add-post label {
	font-size: 13px;
	font-weight: 600;
	color: var(--sh-navy);
	width: 100%;
}

body.page-id-207 #geodirectory-add-post input:not([type="hidden"]):not([type="submit"]):not([type="button"]),
body.page-id-207 #geodirectory-add-post select,
body.page-id-207 #geodirectory-add-post textarea,
body.page-id-207 #geodirectory-add-post .select2-selection {
	border: 1.5px solid var(--sh-border) !important;
	border-radius: 8px !important;
	background: var(--sh-white) !important;
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	color: var(--sh-text);
}

body.page-id-207 #geodirectory-add-post input:not([type="hidden"]):focus,
body.page-id-207 #geodirectory-add-post select:focus,
body.page-id-207 #geodirectory-add-post textarea:focus {
	border-color: var(--sh-navy) !important;
	box-shadow: 0 0 0 3px rgba(6,4,67,0.08) !important;
	outline: none !important;
}

body.page-id-207 .wp-block-geodirectory-geodir-widget-add-listing {
	border: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	padding: 0 !important;
}

.subbiehub-step {
	display: none;
}

.subbiehub-step.is-active {
	display: block;
}

.subbiehub-step-progress {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 10px;
	background: transparent;
	border: 0;
	padding: 0 0 30px;
	margin-bottom: 40px;
}

.subbiehub-step-progress__step {
	position: relative;
	text-align: center;
}

.subbiehub-step-progress__step::after {
	content: "";
	position: absolute;
	top: 18px;
	left: 50%;
	width: 100%;
	height: 2px;
	background: #dde0f0;
	z-index: 0;
}

.subbiehub-step-progress__step:last-child::after {
	display: none;
}

.subbiehub-step-progress__circle {
	position: relative;
	z-index: 2;
	width: 36px;
	height: 36px;
	margin: 0 auto 8px;
	border-radius: 50%;
	background: #dde0f0;
	color: #777;
	font-family: 'Sora', sans-serif;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

.subbiehub-step-progress__label {
	position: relative;
	z-index: 2;
	display: block;
	background: transparent;
	padding: 0 4px;
	font-family: 'Sora', sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #777;
	line-height: 1.25;
}

.subbiehub-step-progress__step.is-active .subbiehub-step-progress__circle,
.subbiehub-step-progress__step.is-complete .subbiehub-step-progress__circle {
	background: var(--sh-navy);
	color: #fff;
}

.subbiehub-step-progress__step.is-active .subbiehub-step-progress__label,
.subbiehub-step-progress__step.is-complete .subbiehub-step-progress__label {
	color: var(--sh-navy);
}

.subbiehub-step-progress__step.is-complete::after {
	background: var(--sh-yellow);
}

.subbiehub-step-nav {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-top: 25px;
}

.subbiehub-step-nav button {
	padding: 12px 22px;
	border: 0;
	border-radius: 8px;
	font-weight: 700;
	cursor: pointer;
}

.subbiehub-step-back {
	background: #ddd;
	color: #111;
}

.subbiehub-step-next {
	background: #060443;
	color: #fff;
}

.subbiehub-step-error {
	margin: 15px 0;
	padding: 12px;
	background: #ffe5e5;
	color: #8a0000;
	border-radius: 8px;
	font-weight: 600;
}
.subbiehub-step-nav {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	margin: 30px 0;
	position: relative;
	z-index: 10;
}

.subbiehub-step-nav button {
	min-width: 140px;
}

.page-id-207 .wp-block-geodirectory-geodir-widget-add-listing {
	border: 0 !important;
	background: transparent !important;
	padding: 0 !important;
}

.page-id-207 #geodirectory-add-post {
	box-shadow: 0 18px 45px rgba(6, 4, 67, 0.06);
}

.page-id-207 .subbiehub-step-progress {
	background: #f7f8ff;
	border: 1px solid var(--sh-border);
	border-radius: 14px;
	padding: 22px;
}

.page-id-207 .subbiehub-step-progress__bar {
	height: 8px;
	background: #e6e8f4;
}

.page-id-207 .subbiehub-step-progress__fill {
	background: linear-gradient(90deg, var(--sh-yellow), var(--sh-yellow-dark));
}

.page-id-207 .subbiehub-step-progress__text {
	color: var(--sh-navy);
	font-family: 'Sora', sans-serif;
	font-size: 14px;
	font-weight: 700;
}

.page-id-207 .subbiehub-step fieldset {
	background: transparent !important;
	border: 0 !important;
	border-bottom: 1px solid var(--sh-border) !important;
	border-radius: 0 !important;
	margin: 0 0 28px !important;
	padding: 0 0 18px !important;
}

.page-id-207 .subbiehub-step fieldset h3 {
	font-size: 22px;
	margin: 0;
	color: var(--sh-navy);
}

.page-id-207 #geodirectory-add-post .row {
	margin-bottom: 22px !important;
}

.page-id-207 #geodirectory-add-post small.form-text {
	color: var(--sh-text-muted) !important;
	font-size: 12px;
	margin-top: 6px;
}

.page-id-207 #geodirectory-add-post .form-control,
.page-id-207 #geodirectory-add-post .form-select,
.page-id-207 #geodirectory-add-post textarea,
.page-id-207 #geodirectory-add-post .select2-selection {
	min-height: 46px !important;
	padding: 11px 14px !important;
}

.page-id-207 #geodirectory-add-post textarea {
	min-height: 150px !important;
}

.page-id-207 .geodir-add-files {
	border: 2px dashed var(--sh-border) !important;
	border-radius: 14px !important;
	background: #f7f8ff !important;
	padding: 28px !important;
}

.page-id-207 .geodir-dropbox-title {
	color: var(--sh-navy) !important;
	font-family: 'Sora', sans-serif;
	font-size: 20px !important;
}

.page-id-207 #geodirectory-add-post .btn,
.page-id-207 #geodirectory-add-post button,
.page-id-207 .subbiehub-step-nav button {
	border-radius: 10px !important;
	font-weight: 700 !important;
}

.page-id-207 .subbiehub-step-next,
.page-id-207 #geodirectory-add-post button[type="submit"] {
	background: var(--sh-navy) !important;
	color: #fff !important;
	padding: 14px 28px !important;
}

.page-id-207 .subbiehub-step-back {
	background: #eef0f8 !important;
	color: var(--sh-navy) !important;
	padding: 14px 28px !important;
}

.page-id-207 .subbiehub-step-nav {
	margin-top: 34px;
	padding-top: 24px;
	border-top: 1px solid var(--sh-border);
}

.subbiehub-step-progress__step.is-active .subbiehub-step-progress__circle {
	box-shadow: 0 0 0 6px rgba(238,220,73,0.2);
}

.select2-container--bootstrap-5 .select2-selection--multiple {
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 6px !important;
	min-height: 46px !important;
	padding: 6px 10px !important;
	overflow: visible !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search--inline {
	display: inline-flex !important;
	align-items: center !important;
	height: 28px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search__field {
	width: 1em !important;
	min-width: 1em !important;
	height: 28px !important;
	line-height: 28px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	appearance: none !important;
}

body.page-id-207 #geodirectory-add-post .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered {
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 6px !important;
}

body.page-id-207 #geodirectory-add-post .select2-container--bootstrap-5 .select2-selection--multiple .select2-search--inline {
	display: flex !important;
	align-items: center !important;
	height: 32px !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.page-id-207 #geodirectory-add-post .select2-container--bootstrap-5 .select2-selection--multiple .select2-search__field {
	width: 2em !important;
	min-width: 2em !important;
	height: 32px !important;
	min-height: 32px !important;
	line-height: 32px !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: translateY(-1px);
}

@media (max-width: 768px) {

	#geodirectory-add-post {
		padding: 22px !important;
	}

	.subbiehub-step-progress {
		grid-template-columns: repeat(3, 1fr);
		row-gap: 18px;
	}

	.subbiehub-step-progress__step::after {
		display: none;
	}

	.subbiehub-step-progress__label {
		font-size: 11px;
	}

	.subbiehub-step-nav {
		flex-direction: column;
	}

	.subbiehub-step-nav button {
		width: 100%;
	}
}