/* Slider Loading issue fix */
.slick-slider.slick-initialized { 
	visibility: visible !important;
}
/* Popup Modals Style */
body .modal {
	background-color: #00000099;
}

body.modal-open:not(.single-product) {
	overflow: hidden;
	position: fixed;
	left: 0;
	right: 0;
}

.modal label {
	opacity: 1;
}

body.page-id-6.logged-in .wpneo-modal-content {
	margin: auto;
    margin-top: 3%;
}

.wpneo-modal-close {
	top: 10px;
}

body.page-id-6.logged-in .wpneo-modal-content :is(h3, h4) {
	font-size: 18px;
}

body.page-id-6.logged-in .wpneo-modal-content a:not(.wpneo-modal-close),
body.page-id-6.logged-in .wpneo-modal-content span.woocommerce-Price-amount.amount * {
	font-size: 14px;
}

body.page-id-6.logged-in table.stripe-table td span.woocommerce-Price-amount.amount *,
body.page-id-6.logged-in table.stripe-table td a:not(.btn) {
	font-size: 12px;
}

#add-more,
#wpcf_modal_message table {
	margin-top: 10px;
}

#wpcf_modal_message table thead tr {
	display: table-row;
}

.nh-model-display {
	display: flex;
	justify-content: space-between;
}

.nh-donation-popup.modal .modal-header {
	padding: 8px 16px;
	background: var(--section-bg);
    color: var(--text-color);
    border-radius: 10px;
    position: relative;
}

.nh-donation-popup.log_sign_popup .modal-header {
	background: transparent !important;
}

.nh-donation-popup.modal .modal-title {
	font-size: 22px !important;
	color: var(--text-color);
	text-align: left;
    font-weight: 500;
}

.nh-donation-popup.modal button.close {
	position: static;
	opacity: 1;
	padding: 0;
	display: flex;
	margin: 0;
}

.nh-donation-popup.modal:not(.log_sign_popup) button.close {
	position: absolute;
	top: 12px;
	right: 16px;
}

.nh-donation-popup button.close span {
	background: #FF5132;
	color: #fff;
	opacity: 1 !important;
	position: relative;
	z-index: 3;
	padding: 0;
	height: 25px;
	width: 25px;
    font-size: 16px;
    line-height: 25px;
	border: none;
}

.nh-donation-popup .card {
	background-color: var(--section-bg);
}

#editProfilConfirmModel .modal-content {
	padding: 3%;	
    border-radius: 15px;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
	background-color: #fff;
}

#editProfilConfirmModel .modal-body {
	padding: 0;
	background-color: #fff;
}

#editProfilConfirmModel .profile-modal-close {
	position: relative;
	padding: 8px 24px;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background-color: #FF5132;
    border-radius: 100px;
	cursor: pointer;
	float: right;
    top: 3px;
    right: 0;
    z-index: 999;
    min-height: 41px;
}

#editProfilConfirmModel iframe {
	margin-top: -38px;
	height: 780px;
}

.nh-donation-popup.log_sign_popup .nav-pills li.nav-item {
	width: 50%;
	background-color: transparent;
	float: left;
}

.nh-donation-popup.log_sign_popup .nav-pills li.nav-item {
	height: 60px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.nh-donation-popup.log_sign_popup .nav-pills .nav-link {
	border-radius: 0;
	opacity: 0.4;
	color: var(--text-color);
	font-weight: 500;
	border-bottom: 2px solid var(--text-color);
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.nh-donation-popup.log_sign_popup .nav-pills .nav-link.active,
.nh-donation-popup.log_sign_popup .nav-pills .nav-link.active:hover {
	color: var(--text-color) !important;
	background-color: transparent;
	opacity: 1;
}

.nh-donation-popup.log_sign_popup .nav-pills .nav-link:hover {
	color: var(--text-color) !important;
	opacity: 0.4;
}

.nh-donation-popup.modal .modal-body {
	padding: 0 15px 15px 15px;
	background-color: var(--bg-color);
}

.modal.nh-donation-popup.log_sign_popup .modal-body {
	padding: 0 32px 16px 32px;
}

.modal.nh-donation-popup.log_sign_popup .modal-dialog {
	max-width: 400pxt;
}

body .log_sign_popup .modal-dialog {
	width: 100% !important;
	max-width: 463px !important;
}

.modal input#email, .modal input#password, .modal input#passwordlogin, .modal input#username, .modal input#usernamelogin {
	background: var(--alternate-bg) !important;
    color: var(--text-color);
	border: 0.5px solid #A5B1C4 !important;
	border-radius: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15) !important;
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15) !important;
	font-size: 14px;
	height: 56px;
	width: 100%;
	height: 56px;
	margin-bottom: 16px;
	padding: 12px 19px;
}

.modal .modal-content .modal-body input[type=submit] {
	height: 56px;
	line-height: 56px;
	width: 100%;
	border-radius: 8px;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 0 !important;
	-webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
}

.nh-donation-popup.modal .modal-body .card-header a {
	color: var(--text-color);
}

.modal .modal-content {
    border-radius: 20px;
    padding: 10px;
	background-color: var(--bg-color);
	color: var(--text-color);
}

.modal.nh-donation-popup.log_sign_popup .modal-content {
	border-radius: 16px;
}

.modal .modal-dialog-centered .modal-content {
	margin-top: 0px;
}

.modal-body .wpneo_donate_button {
	padding: 15px;
	margin-top: 20px;
}

.nh-donation-popup.modal .modal-footer {
	border-top: 1px solid #c1c1c1;
}

.donation-popup-menu-footer-menu li {
	padding: 8px 5px 0 0;
}

.modal .modal-footer .menu-footer-menu li:not(:last-child) {
	padding: 8px 20px 12px 0;
}

body ul.slick-dots {
	bottom: -50px;
}

a.wpneo-cancel-campaign {
	background: #FF5132;
}

.wpneo-listings-dashboard {
	background-color: var(--bg-color);
	color: var(--text-color);
}

.themeum-pagination .page-numbers li a, 
.woocommerce nav.woocommerce-pagination ul li a, 
.wpneo-pagination ul li a,
.wpneo-content .wpneo-location .wpneo-meta-desc, 
.wpneo-content .wpneo-location .wpneo-meta-name,
.crowdfound-fund-raised .woocommerce-Price-amount, 
.crowdfound-funding-goal .woocommerce-Price-amount, 
.crowdfound-time-remaining .wpneo-meta-desc,
.crowdfound-fund-raised, .crowdfound-funding-goal, 
.crowdfound-time-remaining {
	color: var(--text-color);
}

.wpneo-listings-dashboard .wpneo-listing-content h4 a:hover {
	color: #ff1c00 !important;
}
/* Social Login Style */
div.nsl-container .nsl-button-google[data-skin="light"] {
	border-radius: 8px;
	box-shadow: 0px 0px 0px 1px rgb(0 0 0);
	color: RGBA(0, 0, 0, 0.54);
	justify-content: center;
	max-height: 35px;
	align-items: center;
}

.themeum-campaign-post a.thm-love-btn.active,
.themeum-campaign-post a.thm-love-btn, 
.thm-grid-list a.thm-love-btn {
	position: relative !important;
	top:0;
	right: 0;
	color: #fff !important;
}

div.nsl-container .nsl-button-default div.nsl-button-label-container {
	margin: 0 !important;
	flex: 0 1 auto !important;
}

div.nsl-container.nsl-container-block .nsl-container-buttons {
	width: 100%;
}

.breadcrumbs a,
.breadcrumbs a:focus, 
.breadcrumbs a:hover,
h6.wppb-addon-title a,
h6.wppb-addon-title a:hover,
h6.wppb-addon-title a:focus {
	color: #FF5132 !important;
}

#wpneo-registration .wpneo-name,
.bottom .widget ul li a,
.bottom .widget ul li a:focus,
.bottom .widget ul li a:hover {
	color: #000 !important;
}

.wpneo-campaign-single-left-info .thumbnails div img {
	object-fit: cover;
}

.campaign_rewards_field_copy {
	padding: 15px;
	border: 1px solid #e7e7e7;
	margin-bottom: 25px;
}

#rewards_addon_fields .campaign_rewards_field_copy {
	margin-top: 90px;
}

#rewards_addon_fields .campaign_rewards_field_copy:first-child {
	margin-top: 0px;
}

p.error {
	margin-top: 20px;
}

.img-white-filter img {
	-webkit-filter: brightness(10);
	filter: brightness(10);
}

.common-menu-wrap .nav {
	display: inline-flex;
	gap: 15px;
}

.common-menu-wrap .nav>li {
	margin: 0 !important;
}

.wpneo-fields-action span:not(.wp-crowd-btn) {
	padding: 0;
}

.woocommerce-MyAccount-content .wpneo-dashboard-head-left ul,
.order-again {
	display: none !important;
}

body #si-wrapper .silc-btn {
	z-index: 9 !important;
}

body #mc_embed_signup form {
	padding-top: 30px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: transparent !important;
}

.thm-Price-amount .raised {
	color: var(--text-color);
	font-family: "Figtree", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.18px;
	opacity: 0.7;
}

.thm-Price-amount .woocommerce-Price-amount.amount bdi {
	color: #401E9A;
	font-family: "Figtree", sans-serif;
	font-size: 24px !important;
	font-weight: 700 !important;
	line-height: normal !important;
	letter-spacing: -0.48px;
}

body.dark-mode .thm-Price-amount .woocommerce-Price-amount.amount bdi {
	color: #FF5132;
}

.thm-meta-desc .funding-goal {
	color: var(--text-color);
	font-family: "Figtree", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	opacity: 0.7;
}

a.support_btn_card {
	display: inline-block;
	padding: 8px 16px;
	border-radius: 36px;
	background: #FF5132;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24.2px;
	letter-spacing: 0.16px;
}

a.support_btn_card:hover {
	background-color: #c61e00;
}

#tab9 a.support_btn_card {
	pointer-events: none;
}

#mobile-menu .close-nav {
	color: #ffffff;
	position: fixed;
	left: 0;
	height: 100vh;
	width: 100vw;
	background: #000000;
	opacity: 0.59;
	z-index: -1;
}

#loginform .login-username {
	margin-bottom: 15px;
}

.tab label,
.wpneo-links .mobNav .wpneo-links-list {
	cursor: pointer;
}

.tab label[for="wpneo-form-age"] {
	font-size: 20px;
}

.single-product .quantity_box {
	z-index: 99;
	padding-bottom: 0px;
}

.bottom {
	border: none !important;
}

#wpneofrontenddata .wpneo-fields input[type=text] {
	border-radius: 0px !important;
}

.bg-filter-blur {
	backdrop-filter: blur(17px);
}

.patrios-login-register ul {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 0;
}

body.logged-in .patrios-login-register ul {
	gap: 25px;
}

.patrios-login-register ul li a {
	font-size: inherit !important;
	font-weight: 600;
	color: var(--text-color) !important;
}

.patrios-login-register ul li a i {
	color: var(--text-color);
	font-weight: 700;
}

.wp-block-social-link a {
	justify-content: center;
}

#loginform .login-remember {
	display: inline-block;
}

body.page-id-6 .header-section,
body.page-id-9 .logged-in-info,
body.page-id-9.logged-in .login-shortcode
.wppb-btn-forms i {
	display: none !important;
}

body.page-id-6.logged-in .header-section,
body.page-id-9.logged-in .logged-in-info {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

body .blog-content-wrapper, body .page-content,
#wpneo-registration, #wpneofrontenddata {
	background: transparent;
	margin-bottom: 0;
}

.wpneo-single.wpneo-register,
.themeum-author-img img {
	margin-top: 0px;
	padding-bottom: 0px !important;
	border-radius: 50%;
}

.single-product .product.type-product {
	padding-top: 20px !important;
}

.wppb-form-field-textarea textarea {
	height: 225px;
}

.wppb-button-group {
	margin: 10px 0;
}

.bottom-widget {
	padding-top: 0px;
}

.bottom-widget h3 > strong {
	color: #FFF;
}

.bottom .wp-block-image {
	margin: 0px;
}

.creator-info .social-container {
	margin-top: 15px;
}

.footer-socials .wp-block-social-link {
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	margin-right: 16px;
	justify-content: center;
}

.footer-socials .wp-block-social-link:last-child {
	margin-right: 0px;
}

.footer-socials .wp-block-social-link:hover {
	transform: none;
}

.bottom .widget ul.footer-socials li {
	padding: 0 !important;
}

.bottom .widget ul.footer-socials li a {
	padding: 0 !important;
	height: 40px;
	width: 40px;
}

.bottom .widget ul.footer-socials li a svg {
	height: 24px;
	width: 24px;
}

.bottom .widget p > a {
	color: #FFF;
	font-family: "Figtree", sans-serif;
	display: block;
}

.wp-container-6 {
	display: block !important;
	padding-left: 30px;
}

.menu-footer-menu li a {
	color: var(--text-color);
}

.footer-copyright span,
.footer-copyright .menu-footer-menu li a {
	font-size: 16px;
	font-weight: 500;
	line-height: 24.2px;
	letter-spacing: -0.16px;
	color: #fff;
	opacity: 0.7;
}

.bottom-widget p {
	opacity: 0.7;
}

.footer-copyright .menu-footer-menu li a:hover {
	color: #ff5132;
}

.cta-btn {
	min-width: 140px;
	height: 40px;
	line-height: 40px;
	color: #fff !important;
	background-color: #FF5132;
	text-align: center;
	display: inline-block;
	border-radius: 2px 2px 2px 2px;
}

.headerrr {
	height: auto !important;
	min-height: auto !important;
}

.themeum-campaign-post {
	padding: 16px;
	border: none !important;
	margin: 0;
	border-radius: 16px;
	background: var(--section-bg);
	backdrop-filter: blur(14px);
}

.themeum-campaign-post .progressbar-content-wrapper {
	padding: 0 10px;
}

.themeum-campaign-post .progressbar-content-wrapper .lead {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

body .wpneo-wrapper .themeum-campaign-post p {
	margin: 0;
	color: var(--text-color);
	font-weight: 400;
	font-size: inherit;
	line-height: inherit;
}


.footer-menu01 .menu-footer-menu {
	padding: 0;
	margin: 0;
}

.footer-menu01 .menu-footer-menu li {
	padding: 0px !important;
	color: #FF5132;
}

.btn.disabled, .btn:disabled {
	pointer-events: none;
}

body.woocommerce-order-received .woocommerce-order {
	background-color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: center;
	height: 600px;
	margin: auto;
}

body.woocommerce-order-received .woocommerce-order .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
	display: none;
}

.px-50 {
	padding-left: 50px;
	padding-right: 50px;
}

#middle-footer {
	background-color: #18386c;
	margin-top: -1px;
}

#middle-footer .container {
	border-top: 1px solid #fff;
}

#menu-middle-footer-menu {
	margin: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 35px 0px;
}

#menu-middle-footer-menu > li {
	padding: 0;
	margin-right: 45px;
}

#menu-middle-footer-menu > li:last-child {
	margin-right: 0px;
}

.wppb-builder-container .row-no-pad.scroll-mob-x .wppb-column-parent-view:not(:last-child) {
	padding-right: 5px;
}

.wp-container-7 {
	display: block !important;
}

.fav-img {
	margin-top: -10px;
	width: 70px;
}

@media (min-width: 494px) {
	.d-494-none {
		display: none !important;
	}

	.d-494-block {
		display: block !important;
	}
}

@media (max-width: 1200px) {
	.patrios-login-register.mob-view {
		width: max-content;
		position: absolute;
	}

	.default-mobile-menu-btn {
		position: absolute;
		left: auto;
		right: 0;
		top: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		z-index: 999;
	}

	.px-50 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.wp-container-4.footer-links {
		gap: 0em;
		padding: 0px !important;
		padding-left: 15px !important;
	}

	.wp-container-6 {
		padding: 0px !important;
	}

	#mobile-menu .patrios-login-register ul > li {
		margin-bottom: 10px;
	}

	.featured_projects_grid .pro-item:first-child .themeum-campaign-post .progressbar-content-wrapper {
		right: 20px;
	}

}

@media (max-width: 1199.98px) {
	.patrios-login-register ul {
		gap: 30px;
	}
	.FP-filter-row .list-group {
		gap: 15px;
	}
	.FP-filter-row .list-group .cat_wrap {
		min-width: 95px;
	}
}

@media only screen and (max-width: 992px) {
	.wpneo-listings-dashboard .wpneo-listing-content {
		padding: 50px 24px;
	}
	.mc4wp-form-fields button {
		position: relative;
	}

	.wp-container-7 {
		padding: 0 !important;
	}
}

@media (min-width: 980px) and (max-width: 1400px) {
	.common-menu .common-menu-wrap .nav>li>a {
		font-size: 16px;
		margin-left: 0;
	}

	.patrios-login-register ul li a {
		font-size: 16px !important;
	}
}

@media (min-width: 768px) and (max-width: 800px) {
	#masthead.sticky {
		display: block;
	}
	form#mc4wp-form-1 {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.having-blue-after.hide-mob-after:after {
		display: none;
	}

	.bg-sm-right {
		background-position: right !important;
	}

	.discover-creator-profile .wppb-person-information,
	.discover-creator-profile .wppb-person-social {
		bottom: 0px;
	}

	.fav-img {
		margin-top: -5px;
		width: 40px;
	}

	#block-9 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
	}

	.cta-btn {
		min-width: 100px;
		height: 25px;
		line-height: 25px;
	}

	.bottom-wrap {
		padding-top: 40px !important;
	}

	.wp-container-4.footer-links {
		text-align: left;
		padding: 0 !important;
	}

	.copy-wrapper.copywriter {
		order: 2;
	}

	.fw-500 {
		font-weight: 300;
	}

	.mob-h-40 {
		height: 40px !important;
	}

	body.page-id-6.logged-in .wpneo-modal-content {
		max-width: 85%;
	}

	.FP-filter-row .list-group .cat_wrap {
		min-width: 48%;
		max-width: 48%;
	}

	.tab label[for="wpneo-form-age"] {
		font-size: 16px;
	}

}

@media (max-width: 576px) {
	#searchform .form-group {
		margin-left: 18px;
	}

	.has-search input[type=text] {
		width: 160px;
	}

	.description iframe {
		height: 300px !important;
	}

	body .position-percentage {
		right: 5% !important;
	}

	.max-w-375 {
		max-width: 100%;
	}
}

.center-modal {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.nh-date {
	width: 100%;
	border: 1px solid #f5f5f5;
	padding: 8px;
}

#patrios-tab-single-bottom ul.wpneo-tabs-menu {
	display: flex;
}

.woocommerce .woocommerce-message {
	color: #fff !important;
	background-color: #FF5132 !important;
}

.woocommerce-message::before {
	color: #fff !important;
}

.page-id-14.logged-in .woocommerce-MyAccount-navigation {
	display: none;
}

.page-id-14.logged-in .woocommerce-MyAccount-content {
	width: 100% !important;
	margin-bottom: 35px;
}

.wpneo-campaign-summary.progressbar-content-wrapper {
	border: 2px solid #ccc;
	padding: 15px 15px;
}

#wpneo_active_edit_form {
	padding: 0 25px;
}

.owl-carousel .owl-stage {
	margin:0 auto;
}

.woocommerce a.remove,
.woocommerce a.remove:hover {
	color: #f83d1b!important;
}

#wpforms-23615-field_8-container {
	display: none;
}

#sample_slider_content_creators h3, #sample_slider_exclusive h3, #sample_slider_categorires h3 {
	font-size: 16px !important;
}

.sa_owl_theme .owl-nav .owl-prev {
	left :-50px !important;
	top: 200px !important;
}

.sa_owl_theme .owl-nav .owl-next {
	right: -50px !important;
	top: 200px !important;
}

#sample_slider_exclusive .sa_hover_container {
	background-color: #f3f2f2 !important;
}

.footer_menu_social li {
	display: inline-block;
	margin-right: 10px;
	font-size: 24px;
}

.footer_menu_social li i {
	color: #d1d1d1 !important;
}

.main-font::placeholder {
	color: #333 !important;
	opacity: 1;
}

.thm-fullscreen-search label {
	right: 15px !important;
	color: #333 !important;
}

.thm-fullscreen-search form input[type=text] {
	border-radius: 10px !important;
	background: #f2f2f2;
	color: #000;
	padding: 15px;
}

.btn.btn-primary.submit_button {
	padding: 0px 20px 10px 20px !important;
}

.modal .modal-content .modal-body input[type=submit]:hover {
	background-color:#ce4e4e !important;
	color: #fff !important;
}

button#wcf-fillter-btn-submit {
	padding:14px 20px !important;
}

button#wcf-fillter-btn-submit:hover {
	background-color:#f83d1b !important;
	color: #fff !important;
	border: none;
}

body.logged-in #reviews .woocommerce-verification-required,
div.wpneo-content.wpneo-shadow.wpneo-padding25.margin-bottom-20.wpneo-clearfix {
	display: none;
}

input[type=button].wpneo-image-upload-btn {
	padding: 0px 36px !important;
}

#donation-withdraw-request {
	background-color: #0000008c;
}

#order_review .wpslash-tip-title {
	flex-basis: auto;
}

#order_review .wpslash-tipping-form-wrapper {
	order: 3;
}

#order_review a.wpslash-tip-percentage-btn,
#order_review a.wpslash-tip-submit {
	font-size: 15px;
	box-shadow: none !important;
	border-radius: 5px;
	border: none !important;
}

#order_review a.wpslash-tip-submit {
	border-radius: 0 5px 5px 0;
}

#order_review a.wpslash-tip-percentage-btn:hover,
#order_review a.wpslash-tip-submit:hover {
	transition: none;
	opacity: 1;
	background-color: #c61e00;
}

#nh_donation_percentage {
	border: 0 !important;
	color: #f6931f !important;
	font-weight: bold !important;
	background-color: transparent !important;
	position: absolute;
	top: 20px;
	left: 43px;
	font-size: 23px;
}

.wpneo_login_form_div {
	display: block !important;
	margin-bottom: 0px !important;
}

div.wpneo-campaign-summary.progressbar-content-wrapper > div > div.progress.custom-progress {
	height: 6px !important;
	width: calc(100% - 55px) !important;
}

body .position-percentage {
	position: absolute;
	right: 1%;
	margin-top: -6px;
	font-size: 16px;
}

body .wpneo-campaign-summary {
	width: 28%;
	padding-left: 15px;
}

.wpneo-campaign-single-left-info {
	max-width: 800px;
}

div.wpneo-campaign-single-left-info > div.wpneo-post-img > div {
	height: 400px !important;
}

.single-product .product.type-product {
	padding-top: 60px;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, 
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
	max-width: 100%;
}

#wpforms-20976 .wpforms-field {
	max-width: 75%;
	float: right;
}

#wpforms-form-20976 label {
	position: absolute;
	left: 10%;
	line-height: 49px;
}

.wpforms-error {
	line-height: 20px !important;
}

select.invalid, .invalid {
	border: 1px solid #cc2222 !important;
}

.dark-mode .SPC-price bdi, 
.dark-mode .SPC-price bdi > span,
a.wppb-btn-addons:focus, 
a.wppb-btn-addons:hover,
a.cta-btn:focus, a.cta-btn:hover,
a.nh-btn:focus, a.nh-btn:hover {
	color: #fff !important;
	box-shadow: none;
}

body .wppb-button-group.repeater-0 a.wppb-btn-addons:focus,
body .wppb-button-group.repeater-0 a.wppb-btn-addons:hover {
	color: #cc3525 !important
}

.patrios-login-register {
	float: none;
}

.ms-drop.bottom {
	background-color: #ffffff;
}

#wpneofrontenddata .ms-drop ul li span {
	padding-left: 10px;
}

#wpneofrontenddata .wp-editor-wrap button:hover,
#wpneofrontenddata .wp-editor-wrap button:focus {
	background-color: #ffffff!important;
	border-color: #ffffff!important;
}

#qt_wpneo-form-short-description_toolbar, #qt_wpneo-form-description_toolbar,
#qt_wpneo-form-description_code,#qt_wpneo-form-short-description_code,#qt_wpneo-form-the-team_code {
	display: none;
}

.wp-core-ui .button, .wp-core-ui .button-secondary {
	border-color: transparent !important; 
}

#wpneofrontenddata input[type="button"].ed_button {
	background-color: transparent !important;
	color: #646970 !important;
}

#wpneofrontenddata input[type="button"].ed_button:hover {
	background: #ffffff;
	border-color: #50575e;
}   

.wpneo-fields select {
	background-color: var(--alternate-bg);
	color: var(--text-color) !important;
	font-family: "Figtree", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	border-radius: 8px;
	border: 1px solid var(--text-color);
	padding: 0 16px !important;
	height: 48px !important;
	cursor: pointer;
	appearance: none;
	background-image: url(../../../../uploads/2023/08/dropdown-icon.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 30px;
}

.dark-mode .wpneo-fields select {
	background-image: url(../images/dropdown-icon-dark.png);
}

#wpneofrontenddata .wpneo-fields input[type="number"],
.wpneo-fields input[type="email"], .wpneo-fields input[type="number"], 
.wpneo-fields input[type="password"], .wpneo-fields input[type="text"],
.wpneo-fields input[type="tel"], .wpneo-fields input[type="date"] {
	background-color: var(--alternate-bg);
	color: var(--text-color) !important;
	font-family: "Figtree", sans-serif;
	font-size: 18px;
	line-height: 32px;
	height: 48px !important;
	border-radius: 8px;
	border: 1px solid var(--text-color) !important;
	padding: 8px 16px;
	width: 100%;
}

#wpneofrontenddata .wpneo-fields select {
	background-color: var(--alternate-bg);
	height: 40px !important;
	cursor: pointer;
	font-weight: 600;   
}

#wpneofrontenddata .wpneo-fields input[type=text] {
	padding-left: 15px;
}

#wpneofrontenddata .ms-parent.multiple-select,
#wpneofrontenddata .ms-parent.multiple-select button,
#wpneofrontenddata .wpneo-fields input[type=text] {
	height: 48px !important;
	font-weight: 600;
	color: #9194ab;
}

#wpneofrontenddata .ms-parent.multiple-select .ms-choice>span {
	top: 12px;
	padding-left: 15px;
	color: #9194ab !important;
	font-weight: 600;
}

#wpneofrontenddata .ms-parent.multiple-select button {
	border-radius: 0px;
	border: 2px solid #e7e7e7;
}

#wpneofrontenddata input[type=button] {
	height: 48px !important;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
	background: transparent;
}

#wpneofrontenddata .ms-parent.multiple-select button:focus, 
#wpneofrontenddata .ms-parent.multiple-select button:hover {
	background: #ffffff;
	border-color: #000000;
}

#wpneofrontenddata .wpneo-remove-button .removeCampaignRewards:hover,
#wpneofrontenddata .wpneo-remove-button .removeCampaignRewards {
	background: #FF5132 !important;
	margin-top: 42px;
	margin-left: -17px;
	cursor: pointer;
}

/* Style the wpneo-fields disabled */
#wpneo-dashboard-form input[type=email]:disabled, #wpneo-dashboard-form input[type=number]:disabled, #wpneo-dashboard-form input[type=password]:disabled, 
#wpneo-dashboard-form input[type=search]:disabled, #wpneo-dashboard-form input[type=tel]:disabled, #wpneo-dashboard-form input[type=text]:disabled, 
#wpneo-dashboard-form input[type=url]:disabled, #wpneo-dashboard-form textarea:disabled,
.wpneo-fields input[type="email"]:disabled,
.wpneo-fields input[type="text"]:disabled {
	border: 1px solid var(--text-color) !important;
	color: #9194ab !important;
	background: #F3EFEF;
	cursor: not-allowed;
	padding: 10px 17px !important;
}

.wpneo-fields textarea:disabled {
	background: #F3EFEF;
	cursor: not-allowed;
	color: #9194ab !important;
}

.tab button.button.insert-media.add_media:hover,    
.tab button.button.insert-media.add_media {
	background: #e8e8e8 !important;
	margin-bottom: 15px;
}

#nav-icon4 {
	width: 25px;
	height: 15px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	padding: 0 !important;
}

#nav-icon4 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #FF5132;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon4 span:nth-child(1) {
	top: -2px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
	top: 4px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
	top: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -8px;
	left: 2px;
}

#nav-icon4.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 9.22px;
	left: 2px;
}

/* The custom checkbox */
.checkbox-container {
	display: inline;
	position: relative;
	padding-right: 50px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark {
	position: absolute;
	top: 0;
	left: auto;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border-radius: 50%;
}

.checkbox-container:hover input ~ .checkmark {
	background-color: #fff;
}

.checkbox-container input:checked ~ .checkmark {
	background-color: #fff;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}

.checkbox-container .checkmark:after {
	top: 5px;
	left: 5px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #00EBFF;
}

#searchform .form-group {
	margin-bottom: 0px;
	margin-left: 28px;
	position: relative;
}

.has-search input[type=text]{
	padding: 5px 8px 5px 8px !important;
	width: 237px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	background: #fff!important;
}

.has-search .form-control-feedback {
	position: absolute;
	left: -28px;
	z-index: 2;
	display: block;
	width: 28px;
	height: 30px;
	padding-left: 6px;
	line-height: 30px;
	text-align: center;
	pointer-events: none;
	color: #000;
	background: #fff!important;
	margin: 0;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	font-weight: 900;
}

div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background-color: #F83D1B;
	border: 1px solid #F83D1B ;
	color: #fff;
	font-size: 1em;
	padding: 0;
}

.checkbox-label {
	line-height: 1.1;
	display: grid;
	grid-template-columns: 1em auto;
	gap: 0.5em;
}

.check-box-label {
	margin-left: 12px;
}

.mark_name_anonymous_wrap > label {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	margin-left: 5px;
}

#checkbox-list input[type="checkbox"] {
	display: inline-block !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 20px;
	min-width: 20px;
	height: 20px;
	border: none;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
	background-color: #D9D9D9;
	text-align: center;
}

#checkbox-list input[type="checkbox"]:checked {
	background-color: #FF5132;
}

#checkbox-list input[type="checkbox"]::before {
	content: "\2713";
	color: #ffffff;
	display: inline-block;
	position: relative;
	bottom: 2px;
	height: 20px;
	width: 20px;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: 120ms transform ease-in-out;
}

#checkbox-list input[type="checkbox"]:checked::before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

input[type="checkbox"] {
	display: inline-block !important;
	width: 20px;
	min-width: 20px;
	height: 20px;
}

.dynamic_field .form-control {
	border: 2px solid rgba(0,0,0,.1);
}

.wpneo-listing-img .overlay a.wp-crowd-btn-primary {
	padding: 5px 10px;
}

#order_review_heading {
	padding: 20px 10px;
}

#order_review {
	padding: 0 10px;
}

.wpslash-tip-wrapper {
	margin-bottom: 20px;
	box-shadow: none !important;
}

.woocommerce form .validate-required > label {
	display: flex !important;
	align-items: center;
	gap: 10px;
	margin-top: 15px;
}

body .wpslash_tip_remove_btn,
.woocommerce form .validate-required label .required {
	display: none !important;
}

.woocommerce input[type=email], 
.woocommerce input[type=password], 
.woocommerce input[type=text] {
	border-radius: 5px;
	font-size: 20px;
	color: var(--text-color);
	font-weight: 400;
}

#accordion8 .panel {
	border: none;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 10px;
}

#accordion8 .panel-body {
	font-size: 20px;
	line-height: 32px;
	background: var(--bg-color) !important;
	color: var(--text-color);
	padding: 18px 48px 18px 48px;
	border: none;
	transition: all .5s ease 0s;
}

#accordion8 .panel-title a {
	display: block;
	padding: 12px 12px 12px 68px;
	background: var(--bg-color);
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
	color: var(--text-color);
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border: 1px solid #FF5132;
	border-radius: 2px !important;
}

#accordion8 .panel-title a:not(.collapsed),
#accordion8 .panel-title a.collapsed:hover {
	background: #FF5132;
	color: #fff !important;
}

#accordion8 .panel-title a:after, #accordion8 .panel-title a.collapsed:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 15px;
	height: 15px;
	-webkit-transform: translateY(-50%) rotate(225deg);
	transform: translateY(-50%) rotate(225deg);
	z-index: 3;
}

#accordion8 .panel-title a:not(.collapsed):after {
	-webkit-transform: translateY(-80%) rotate(315deg);
	transform: translateY(-80%) rotate(315deg);
}

#accordion8 .panel-title a:before, #accordion8 .panel-title a.collapsed:before {
	content: "";
	width: 50px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #f73c1a;
}

#accordion8 .panel-title a:not(.collapsed):before {
	display: none;
}

.nh-lable-text {
	font-size: 32px;
	color: #fff;
	font-weight: 700;
	line-height: 40px;
	padding-right: 20px;
	margin-left: 107px;
}

.page-id-7 #post-7 * {
	color: #100B32;
}

input#cc-image-upload-file-button, input.profile_image_url, input[type=button].wpneo-image-upload {
	padding: 0px 5px!important;
}

.nh-campaign-exp-wrapper {
	padding-left: 118px !important;
	padding-right: 5px;
	border-radius: 0 !important;
	padding-top: 8px;
	padding-bottom: 10px;
}

.fc-profession,
.ec-profession,
.featured-creators-name,
.themeum-campaign-post h3.entry-title > a,
.themeum-campaign-post .project_excerpt,
.themeum-campaign-post .themeum-camp-author > a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: var(--text-color);
	margin: 0;
}

.themeum-campaign-post .project_excerpt {
	-webkit-line-clamp: 3;
	font-family: "Figtree", sans-serif;
	margin-top: 16px;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.18px;
	min-height: 75px;
}

.wpneo_team_image_field_url {
	width: 65%;
	height: 40px;
}

#wpneo-team-image-upload-btn {
	line-height: 33px;
}

#wpneofrontenddata input[type=button] {
	margin-top: 0px;
}

@media (min-width: 992px) {
	.common-menu-wrap .nav>li:last-child {
		display: inline;
	}
}

@media (max-width: 600px) {
	.admin-bar #masthead.sticky {
		top: 0px;
	}
}
@media (max-width: 489px) {
	.wpneo-fields-action .wp-crowd-btn.wpneo-campaign-status {
		display: table;
		margin-left: 0;
		margin-top: 5px;
	}
	.wpneo-padding15 {
		padding: 10px;
	}
	.crowdfound-time-remaining {
		margin-top: 10px;
	}
	#nh_donation_percentage {
		top: 27px;
		left: 240px;
		font-size: 17px;
	}
	#wpneo-dashboard-form .wpneo-name,
	#wpneo-dashboard-form .wpneo-fields {
		width: 100%;
	}
	.gallery-image-id-show {
		width: 100% !important;
	}
	.wpneo-upload-image-gallery {
		width: 40% !important;
	}
	.scroll-on-mobile ul, .nh-scrol-bar {
		display: flex;
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		padding: 0 0 12px 0;
		scroll-behavior: smooth;
	}
	.nh-spark-projects-tab .horizontal-tab ul.wppb-tab-nav .wppb-tab-nav-list {
		width: auto;
	}
	.scroll-on-mobile .wppb-tab-nav {
		display: block !important;
	}
	.wpneo-wrapper.patrios-tabs {
		margin-top: 0;
	}
	.wpneo-tabs {
		margin-top: 20px;
		padding: 0px 20px;
	}
	.wpneo-tabs-menu li {
		padding: 12px 20px;
		margin-right: 20px;
	}
	.show-more-btn, .show-btn, .show-less-btn {
		left: 120px;
	}
	.spark-latest-news .media > img{
		width: 100% !important;
		margin:0 !important;
	}
	.wpneo-campaign-single-left-info {
		width: 100%;
	}   
	.nh-profile-banner{
		height: 470px;
		padding-top: 50%;
	}

	.p-sm-0{
		padding: 0;
	}
	.spark-latest-news .media{
		display: block;
		margin-top: 40px;
	}
	.spark-latest-news .media-body {
		padding-bottom: 40px
	}
	.wpneocf-container {
		padding-left: 0;
		padding-right: 0;
	}
	.reviewsSec .wpneocf-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.woocommerce input[type=email], .woocommerce input[type=password], .woocommerce input[type=text] {
		width: 100% !important;
	}
	.nh-lable-text{
		margin-left: 0px;
	}
	.w-sm-100{
		width: 100% !important
	}
	.nh-campaign-img {
		height: 240px !important;
	}
	.portfolio-slider .themeum-campaign-post .clearfix {
		width: 100%;
	}
	.wpneo-campaign-summary-inner h2.wpneo-campaign-title {
		margin-bottom: 6px;
	}
	.owl-carousel .owl-stage{
		display: flex;
		left:0;
	}
	.item {
		display: flex;
		flex: 1 0 auto;
		height: 100%;
		position: relative;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}
	.wpneo_team_image_field_url {
		width: 70%;
		margin-bottom: 15px;
	}
	ul.categories__badge--hide--mobile{
		display: none !important;
	}
	.like-position {
		top: 180px;
		width: 100vw;
	}
	.creator-info .patrios-bio{
		text-align: center;
	}
	.single-product .product.type-product {
		display: contents;
	}
}

.wpneo-list-details .patrios-bio img {
	width: 50px!important;
	height: 50px !important;
	border-radius: 50%;
}

.themeum-campaign-time-exp .thm-progress-bar .progress {
	margin-top: 8px;
}

body.single-product .wpneo-wrapper.patrios-tabs {
	min-height: auto;
}

.themeum-campaign-post .themeum-campaign-post-content {
	padding: 16px 10px;
	color: #fff;
	text-align: left;
}

.product-template-default:not(.single-product) {
	background: #e8e8e8 !important;
}

.wpneo-wrapper.patrios-tabs {
	background: transparent;
}

.tab-rewards-wrapper:hover,
.single-product #patrios_project.quantity_box:hover {
	box-shadow: none;
}

.quantity_box .qwpneo_donate_button {
	border-radius: 0;
	margin-left: 0;
	margin-top: 1.4rem;
}

.label-danger:hover, .label-default:hover, 
.label-info:hover, .label-primary:hover, 
.label-success:hover, .label-warning:hover,
.spark-latest-news p {
	color: #fff !important;
}

.comment_container .meta {
	position: absolute;
	top: -45px;
	left: 50px;
}

.woocommerce table.shop_table td,
#add_payment_method #payment {
	padding: 10px;
	margin-bottom: 0px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	top: -50px;
	border-radius: 50%;
}

.woocommerce-checkout #payment,
.woocommerce-checkout #payment ul.payment_methods,
.woocommerce form .form-row .input-checkbox,
.woocommerce form .woocommerce-form__label.checkbox span,
.woocommerce-checkout #payment div.form-row {
	padding: 0;
	margin: 0;
	border: 0;
	box-shadow: none;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	margin-top: 15px;
	margin-bottom: 0;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
	border: 1px solid #000;
	padding: 16px;
	border-radius: 10px;
}

div#wpneo-tab-reviews {
	background: transparent;
	border: none;
	max-width: 630px;
	padding: 35px 35px 0px 0px;
}

.woocommerce #respond p.comment-form-cookies-consent label {
	line-height: 1.3 !important;
	display: inline-block !important;
	max-width: 94%;
	float: right !important;
}

.woocommerce #respond .comment-form-author .required, 
.woocommerce #respond .comment-form-email .required {
	color: #ffcc00;
}

.woocommerce #respond .comment-form-author label[for="author"],
.woocommerce #respond .comment-form-email label[for="email"] {
	margin-bottom: 0;
	padding-bottom: 0;
	position: relative;
}

.woocommerce #respond .comment-form-author input,
.woocommerce #respond .comment-form-email input {
	padding: 0px;
	border-radius: 0;
}

body.single-product .progressbar-content-wrapper .thm-progress-bar .progress {
	background-color: #000;
}

.woocommerce #reviews #comments ol.commentlist li:not(:first-child) {
	margin: 62px 0 20px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin:0;
	background: #fff;
}

.woocommerce-Reviews-title {
	display: none !important;
}

.themeum-campaign-img a {
	display: block;
}

.themeum-campaign-post .themeum-campaign-img {
	position: relative;
}

.themeum-campaign-post .entry-category a {
	font-size: 12px;
	font-weight: 500;
	color: #ffffff !important;
	padding: 4px 6px;
	position: absolute;
	left: 10px;
	top: 10px;
	border-radius: 4px !important;
	background: rgba(0, 0, 0, 0.40);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: capitalize;
}

.themeum-author-dsc a, .themeum-author-funded h6 {
	color: #656565;
	font-family: "Figtree", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
}

.themeum-campaign-post .themeum-campaign-img img {
	border-radius: 16px !important;
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.themeum-campaign-post .themeum-campaign-img .time_badge {
	background: #0062d7;
	color: #fff;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.themeum-campaign-post .themeum-campaign-img img.time_icon {
	height: auto;
	width: 20px;
	vertical-align: middle;
}

.themeum-campaign-post h3 a {
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.48px;
}

.themeum-campaign-post .themeum-camp-author > a {
	font-family: "Figtree", sans-serif;
	color: var(--text-color);
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}

.progressbar-content-wrapper .thm-progress-bar .progress {
	height: 7px;
	background-color: #ece9f5;
	margin: 24px 0 0;
}

.progressbar-content-wrapper .thm-meta-desc {
	width: auto;
	text-align: left;
}

.wpcrowd-listing-content .wpcrowd-admin-title h3 {
	text-decoration: none;
}

.wpcrowd-listing-content .wpcrowd-admin-title h3 {
	background-color: transparent;
	padding: 0; 
}

.nh-btn,
#wpneo-password-save,
.patrios-dashboard, 
.wp-crowd-btn-primary, 
.wpforms-submit,
input[type=button],
div.wpforms-container-full .wpforms-form .nh-btn,
.woocommerce #respond input#submit,
input[type=submit].wpneo-submit-campaign,
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	min-width: 115px !important;
	color: #fff !important;
	font-weight: 400;
	background-color: #FF5132 !important;
	text-align: center !important;
	border: 1px solid #FF5132 !important;
	margin: 0px;
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nh-btn:hover,
#wpneo-password-save:hover,
.patrios-dashboard:hover,
.wp-crowd-btn-primary:hover,
.wpforms-submit:hover,
input[type=button]:hover,
.wpneo-cancel-btn:hover,
.wpneo-cancel-campaign:hover,
.wpneo-save-btn:hover,
div.wpforms-container-full .wpforms-form .nh-btn:hover,
.woocommerce #respond input#submit:hover,
input[type=submit].wpneo-submit-campaign:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: #c61e00 !important;
	border-color: #c61e00 !important;
}

.nh-btn:is(:active, :focus),
.patrios-dashboard:is(:active, :focus),
.wp-crowd-btn-primary:is(:active, :focus),
.wpforms-submit:is(:active, :focus),
input[type=button]:is(:active, :focus),
.wpneo-cancel-btn:is(:active, :focus),
.wpneo-cancel-campaign:is(:active, :focus),
.wpneo-save-btn:is(:active, :focus),
div.wpforms-container-full .wpforms-form .nh-btn:is(:active, :focus),
.woocommerce #respond input#submit:is(:active, :focus),
input[type=submit].wpneo-submit-campaign:is(:active, :focus),
.woocommerce a.button:is(:active, :focus),
.woocommerce button.button:is(:active, :focus),
.woocommerce input.button:is(:active, :focus) {
	box-shadow: none !important;
}

#prevBtn {
	border-radius: 5px;
	border: 1px solid #8E8E8E !important;
	background: #8E8E8E !important;
	min-width: 115px;
}

#tab2 #wpneo-form-subcategory {
	flex-direction: row-reverse;
}

.nh-btn {
	display: inline-block;
}

div#light .wpneo-name, div#light small, .wpneo-link-style1, ul.wpneo-crowdfunding-update li .wpneo-crowdfunding-update-title, .wpneo-fields-action span a:hover, .wpneo-name > p, .wpneo-listings-dashboard .wpneo-listing-content h4 a, .wpneo-listings-dashboard .wpneo-listing-content .wpneo-author a, .wpcf-order-view, #wpneo_crowdfunding_modal_message td a, .dashboard-price-number, .wpcrowd-listing-content .wpcrowd-admin-title h3 a, .campaign-listing-page .stripe-table a, .stripe-table a.label-default:hover, a.wpneo-fund-modal-btn.wpneo-link-style1 {
	color: var(--text-color) !important;
}

.wpneo-single-sidebar .wpneo_donate_button {
	border: none !important;
	background: #FF5132 !important;
	border-radius: 0px !important;
	color: #fff !important;
	padding: 15px 20px !important;
	text-transform: uppercase;
}

button.navbar-toggle:hover i,
.wpneo-tabs-menu li a {
	color: #FF5132;
}


body .slick-prev, body .slick-next {
	width: 60px;
	height: 63px;
	background: url('../images/slider-prev-icon.png') !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center !important;
	left: -50px;
}

body .slick-next {
	background: url('../images/slider-next-icon.png') !important;
	left: auto;
	right: -50px;
	background-size: contain !important;
}

body .product-categories-slider .slick-prev, 
body .product-categories-slider .slick-next {
	-webkit-filter: brightness(0);
	filter: brightness(0);
}

body .slick-dots li {
	height: 10px;
	width: 10px;
}

body .slick-dots > li > button:before {
	background: #787878;
	opacity: 1;
	border-radius: 40px;
	height: 10px;
	width: 10px;
}

body .slick-dots > li.slick-active > button:before {
	background: #fff;
}

.wc-donation-in-action > label,
body .slick-prev:before, 
body .slick-next:before {
	display: none !important;
}

.wpneo-tabs-menu li.wpneo-current a {
	color: #979aa1;
}

.wpneo-tabs-menu li.wpneo-current {
	border-bottom: 3px solid #00ebff !important;
}

.wpneo-links {
	display: -webkit-box;
}

.wpneo-links .wpneo-links-list {
	margin: 0px 15px;
}

.wpneo-links .wpneo-links-list:last-child,
.wpneo-links .wpneo-links-list:first-child {
	margin: 0px;
}

.wpneo-links .mobNav {
	overflow: hidden;
}

img.mfp-img {
	pointer-events: none;
}

button.mfp-arrow, .mfp-counter,
.wpneo-links .wpneo-links-lists.link-3,
.wpneo-links .wpneo-links-lists.link-4,
.wpneo-links .wpneo-links-lists.link-5 {     
	display: none !important; 
}

.wpneo-links .mobNav .wpneo-links-list {
	padding: 16px;
	margin: 0;
}

.wpneo-links .mobNav .scroll {
	display: -webkit-box;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar; 
}

.wpneo-links .mobNav .scroll::-webkit-scrollbar {
	display: none; 
}

.wpneo-links .mobNav .wpneo-links-list.bgGray {
	background-color: var(--lightgray-bg);
}

.wpneo-links .mobNav .submenu {
	height: 0;
	opacity: 0; 
}

.wpneo-links .mobNav .submenu.active {
	height: auto;
	opacity: 1;
	padding: 15px 0;
	background: var(--lightgray-bg);
	margin-top: -1px;
}

.wpneo-links .mobNav .submenu .wpneo-links-lists.nav-item {
	padding: 0 13px;
}

.wpneo-links .mobNav .submenu .wpneo-links-lists.nav-item.active a,
.wpneo-links .wpneo-links-list.wp-crowd-parent:hover span,
.wpneo-links .wpneo-links-list.wp-crowd-parent.active span,
.wpneo-links .wpneo-links-list.active a,
.wpneo-links .wpneo-links-list a:hover {
	color: #FF5132 !important;
	border-color: #FF5132 !important;
	position: relative;
}

.wpneo-links .wpneo-links-list.active .wp-crowd-submenu .wpneo-links-lists a,
.wpneo-links .mobNav .submenu.active .wpneo-links-lists a {
	color: var(--text-color);
}

.wpneo-links .wpneo-links-list .wp-crowd-submenu {
	border-bottom: none !important;
	box-shadow: 0px 5px 10px #ddd !important;
}

.wpneo-links .wpneo-links-list.active .wp-crowd-submenu .wpneo-links-lists.active a,
.wpneo-links .wpneo-links-list.active .wp-crowd-submenu .wpneo-links-lists a:focus,
.wpneo-links .wpneo-links-list.active .wp-crowd-submenu .wpneo-links-lists a:hover {
	color: #FF5132 !important;
}

.wpneo-links .wpneo-links-list.active .parent_item_fun:after,
.wpneo-links .wpneo-links-list.active .parent_item_dash:after,
.wpneo-links .wpneo-links-list.active .parent_item_camp:after,
.wpneo-links .wpneo-links-list.active .parent_item_acc:after,
.wpneo-links .wpneo-links-list.active a:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #FF5132;
	position: absolute;
	bottom: -16px;
	left: 0;
}

.wpneo-links .wpneo-links-list.active .wpneo-links-lists a:after,
.wpneo-links .wpneo-links-list .submenu a:after {
	display: none;
}

.wpneo-links-lists {
	padding: 0 15px;
}

.wpneo-links.clearfix span,
.wpneo-links.clearfix a {
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
}

.wpneo-links.clearfix span.parent_item_acc,
.wpneo-links.clearfix span.parent_item_camp {
	display: block;
}

table.stripe-table tfoot tr td, 
table.stripe-table thead tr th {
	font-weight: 500;
	font-size: 16px;
	color: var(--text-color);
}

table.stripe-table thead tr th {
	padding: 8px;
}

.wpneo-links .wpneo-links-list span,
.wpneo-links .wpneo-links-list a {
	color: var(--text-color);
	line-height: 24px;
	margin-right: 0px;
}

.wpneo-shadow > h4,
.wpneo-dashboard-head-left {
	color: var(--text-color);
	float: none;
}

.woocommerce.login-form-section,
.wpneo-user-registration-wrap {
	max-width: 465px;
	margin: auto;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 60px 95px 60px 95px;
	border-radius: 15px;
	background: #FFF;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

.wpneo-user-registration-wrap {
	padding: 32px;
}

#loginform {
	background-color: transparent !important;
	border: none !important;
	padding: 32px 0 32px 0 !important;
	width: auto;
}

.woocommerce.wpneo-user-registration-wrap #loginform {
	padding: 0 0 10px 0 !important;
}

.login-submit input[type="submit"] {
	width: 100% !important;
}

body input[type=number].wpneo_donate_amount_field {
	padding-left: 30px !important;
}

.g-recaptcha {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tab {
	display: none;
}

.step {
	height: 12px;
	width: 87px;
	border-radius: 8px;
	margin: 0 8px;
	background-color: #D1D7E2;
	border: none;
	display: inline-block;
}

.step.active {
	background: #3160D8;
}

.step.finish {
	background-color: #3160D8;
	border: none !important;
}

.tab .step_title {
	color: var(--text-color);
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -1px;
	margin-bottom: 15px;
}

.woocommerce input[type=email], 
.woocommerce input[type=password], 
.woocommerce input[type=text] {
	width: 100%;
}

.wc-label-button {
	font-size: 20px;
}

#searchform input[type="text"]::placeholder {
	color: #D9D9DA;
	opacity: 1;
}

#mobile-menu {
	position: absolute;
	top: -68px !important;
	right: -56px;
	z-index: 0;
	background: transparent;
	min-width: 366px;	
	width: 366px;
}

#mobile-menu .customNav {
	background: linear-gradient(180deg, #100B32 0%, #341C6E 100%);
	padding: 80px 50px 50px;
	height: 100vh;
	max-height: 100vh;
	overflow-y: auto;
}

#mobile-menu .customNav::-webkit-scrollbar {
	width: 3px;
}

#mobile-menu ul li {
	margin: 0;
	padding: 0;
}

#mobile-menu ul,
#mobile-menu ul.navbar-nav {
	margin-top: 0px;
	margin-bottom: 0px;
}

#mobile-menu ul.navbar-nav li a {
	padding: 10px 0;
}

.patrios-login-register ul li a.nh-btn,
.patrios-login-register ul li a.nh-btn.btn-outline-dark {
	background-color: transparent !important;
	border-radius: 28px !important;
	border-color: #FF5132 !important;
}

.patrios-login-register ul li a.nh-btn.btn-outline-dark {
	border-color: #000000 !important;
}

.patrios-login-register ul li a.nh-btn:hover,
.patrios-login-register ul li a.nh-btn.btn-outline-dark:hover {
	background-color: #FF5132 !important;
	border-color: #FF5132 !important;
}

#mobile-menu ul li.active>a {
	color: #00EBFF !important;
}

.patrios-login-register .nh_user > img {
	cursor: pointer;
	position: relative;
	max-width: 28px;
	z-index: 9;
}

.uName,
#mobile-menu ul li a {
	color: #fff !important;
	font-size: 16px;
}

#mobile-menu .patrios-login-register ul li a {
	padding: 13px 20px;
	text-align: center;
	z-index: 9;
}

#mobile-menu .patrios-login-register ul li a.btn-light {
	color: #18386C !important;
}

#mobile-menu .patrios-login-register ul li a svg {
	vertical-align: text-top;
}

#mobile-menu ul li a.uName {
	color: #FFF;
	font-weight: 700;
	font-size: 20px;
	text-transform: capitalize;
}

body .woocommerce .woocommerce-notices-wrapper ul {
	margin-bottom: 18px;
	padding: 10px;
}

body .woocommerce .woocommerce-notices-wrapper ul > * {
	font-size: 20px;
}

body .woocommerce .woocommerce-notices-wrapper ul .button {
	display: none;
}

body .woocommerce .woocommerce-notices-wrapper ul::before {
	display: none !important;
}

.wpneo-content,
.margin-bottom-20 {
	margin-bottom: 18px;
}

.wpneo-row {
	margin-right: -9px;
	margin-left: -9px;
}

.wpneo-row .wpneo-col6 {
	padding-right: 9px;
	padding-left: 9px;
}

.wpneo-col12 {
	padding: 0 9px 18px;
}

.wpneo-head,
.wpneo-dashboard-chart {
	margin-bottom: 18px;
	padding: 15px;
}

.dashboard-head-date,
.wpneo-row .wpneo-col6,
.wpneo-content {
	margin: 0px;
}

.wpneo-row .wpneo-col6.mt-18,
#wpneo-dashboard-form .wpneo-buttons-group {
	margin-top: 18px;
}

.wpneo-padding25,
.wpneo-dashboard-summary ul li {
	padding: 15px;
}

.dashboard-head-date input[type=text] {
	max-width: 134px;
	max-height: 40px;
	margin: 0 18px;
}

.wpneo-wrapper .wpneo-col6 h4, 
.wpneo-wrapper .wpneo-content h4 {
	color: var(--text-color);
	font-weight: 700;
	margin: 0 0 18px;
}

.wpneo-pagination ul li a:hover,
.wpneo-pagination ul li span:hover,
a.wp-crowd-btn.wp-crowd-btn-primary:hover {
	color: #fff !important;
}

.wpneo-wrapper p,
.wpneo-name>p {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 12px;
}

.wpneocf-alert-info,
.wallet-alert-info {
	background: #00EBFF;
	color: #000;
	margin-bottom: 0;
	margin-top: 0;
	padding: 18px;
	font-size: 16px;
}

.wpneo-dashboard-head-left ul li:first-child {
	margin-left: 0px;
}

#wpneofrontenddata button:focus, #wpneofrontenddata button:hover, #wpneofrontenddata input[type=button]:focus, 
#wpneofrontenddata input[type=button]:hover, #wpneofrontenddata input[type=reset]:focus, 
#wpneofrontenddata input[type=reset]:hover, #wpneofrontenddata input[type=submit]:focus, 
#wpneofrontenddata input[type=submit]:hover {
	background: #f83d1b;
	border-color: #f83d1b;
}

.progressbar-content-wrapper .thm-progress-bar .progress .progress-bar {
	background: #401E9A;
	height: 7px;
}

.wpneo-single-sidebar {
	margin-top: 30px;
	margin-bottom: 30px;
}

.select_rewards_button {
	background:#F83D1B !important;
	border-radius: 0px !important;
	padding: 10px 10px !important;
	font-size: 16px;
	font-weight: 700 !important;
	width: 100%;
}

.select_rewards_button:hover{
	background:#F83D1B !important; 
}

.description iframe {
	width: 100%;
	height: 400px;
}

.wpneo-tab {
	background: #fff !important;
}

.wpneo-tabs-menu li {
	padding: 17px 0;
}

.single-product .product.type-product {
	display: block;
}

.quantity_box form.cart {
	display: block;
	align-items: center;
}

input[type=number].wpneo_donate_amount_field {
	max-width: 100% !important;
	padding: 10px !important;
}

.quantity_box {
	background: transparent;
	border:none;
	text-align: center;
}

input#rememberlogin[type="checkbox"] {
	width: 1.3em;
	height: 1.3em;
	transform: translateY(0.15em);
}

input[type=submit].wpneo-submit-campaign {
	text-transform: initial;
}

@media (max-width: 992px) {
	.wpneo-user-registration-wrap {
		max-width: calc(100% - 60px);
	}

	.wpneo-links .wpneo-links-list a {
		margin-right: 0px;
	}

	.wpneo-row .wpneo-col6 {
		margin-top: 18px;
	}

	.wpneo-col12 {
		padding: 0 9px 0px;
	}
}

@media (max-width: 767px) {
	#mobile-menu {
		top: -52px !important;
	}

	.themeum-campaign-post {
		padding: 10px;
	}

	input.profile_image_url {
		width: 50% !important;
		margin-right: 10px !important;
		margin-top: 10px !important;
	}

	input#cc-image-upload-file-button,
	input[type=button].wpneo-image-upload,
	input[type=button].wpneo-upload-image-gallery {
		width: auto !important;
		margin-top: 10px !important;
	}

	#wpforms-form-20976 label {
		position: relative; 
		left: 0;
	}

	.wpneo-links .wpneo-links-list .wp-crowd-submenu {
		right: auto;
		left: 0;
		width: 170px;
	}

	.wpneo-links-list:hover .wp-crowd-submenu {
		position: initial;
		border: 0;
	}

	.wpneo-campaign-single-left-info .thumbnails div img {
		height: 80px;
		width: 185px;
	}

	.wpneo-form {
		overflow-x: hidden;
	}

	.wpneo-fields {
		margin-bottom: 4px;
	}

	.wpneo-dashboard-chart {
		margin-bottom: 8px;
	}

	.wpneo-links .mobNav .submenu.active {
		margin-bottom: 15px;
	}

	.mt-18,
	.wpneo-row .wpneo-col6,
	.wpneo-row .wpneo-col6.mt-18,
	.wpneo-dashboard-chart,
	#wpneo-dashboard-form .wpneo-buttons-group,
	.dashboard-head-right {
		margin-top: 8px;
	}

	.wpneo-dashboard-summary {
		margin-top: 8px;
		margin-bottom: 8px;
	}

	.wpneo-wrapper .wpneo-col6 h4, 
	.wpneo-wrapper .wpneo-content h4 {
		margin: 0 0 8px;
	}

	.woocommerce.login-form-section,
	.wpneo-user-registration-wrap {
		margin-top: 20px;
		margin-bottom: 60px;
		padding: 30px;
	}

	.modal .modal-body,
	.modal .modal-header,
	.wpneo-user-registration-wrap {
		padding: 15px;
	}

	.wpneo-head {
		padding: 0px;
	}

	.wpneo-dashboard-summary ul li {
		padding: 8px;
	}

	#accordion8 .panel-body {
		padding: 12px 16px 12px 16px;
	}

	.dashboard-head-date input[type=text] {
		margin: 0px 0px 8px 0px;
	}

	div.wpforms-container-full .wpforms-form .wpforms-field {
		max-width: 100%; 
		float: none;
	}

	.wpneo-fields input.gallery-image-id-show,
	div.wpforms-container-full.fileUploadForm .wpforms-form .wpforms-one-half,
	div.wpneo-campaign-single-left-info > div.wpneo-post-img > div, 
	.wpneo-campaign-summary {
		width: 100% !important;
	}

	.tab h3,#wpneofrontenddata h3,
	.wc-label-button,
	#loginform label, 
	.login-form-section .label,
	#accordion8 .panel-title a,
	#accordion8 .panel-body,
	.wpneo-dashboard-head-left,
	.wpneo-shadow > h4,
	body, .wpneo-wrapper,
	.wpneo-wrapper .wpneo-col6 h4, 
	.wpneo-wrapper .wpneo-content h4 {
		text-decoration: none;
	}

	.nh-campaign-exp-wrapper {
		padding-left: 114px !important;
	}

	.wpneo-dashboard-summary ul li .wpneo-value {
		font-size: 18px;
	}

	.nh-campaign-exp-wrapper .themeum-campaign-exp-counter,
	.nh-campaign-exp-wrapper .themeum-campaign-exp-counter .counter-item span:first-child,
	.nh-campaign-exp-wrapper .themeum-campaign-exp-counter .counter-item span {
		font-size: 14px;
	}

	.nh-campaign-exp-wrapper .themeum-campaign-exp-counter .counter-item {
		padding: 0 1px !important;
	}

	.fixed--container.container {
		width: 75% !important;
	}

	.nh-p-sm-3 {
		padding: 1rem 1rem !important;  
	}

	.nh__text-center {
		text-align: center;
	}

	.circular--landscape {
		width: 100px;
		height:100px;
	}

	.change-bg-pos-mob .wppb-container {
		background-position: 87% 100%;
	}

	.mh-140 {
		min-height: 140px;
	}

	table.stripe-table td {
		min-width: 125px;
	}

	table.stripe-table .order-number {
		min-width: 85px;
	}

	td.campaign-name a {
		text-overflow: ellipsis;
		max-width: 125px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.single-product .product.type-product {
		padding-top: 0px !important;
	}

	.wppb-testimonial-content-carousel .wppb-carousel-prev, 
	.wppb-testimonial-content-carousel .wppb-carousel-next {
		display: none !important;
	}
	
	body .slick-prev, body .slick-next {
		width: 30px;
        height: 30px;
		left: -15px;
	}
	
	body .slick-next {
		right: -15px;
        left: auto;
	}
}

@media (max-width: 480px) {
	.wpcf-wallet-box .wpneo-box-text {
		font-size: 14px;
		line-height: 16px;
	}

	.wpcf-wallet-box .wpneo-box-amount {
		font-size: 12px;
		margin: 0;
	}

	.nh-campaign-stat {   
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
	}

	.wpcf-wallet-box {
		width: 30%;
		flex: 0 0 auto;
	}

	#nav-icon4 span {
		height: 2px;
	}

	.copy-wrapper span {
		display: initial;
	}
}

@media (max-width: 375px) {	
	.wpcf-wallet-box .wpneo-box-text {
		font-size: 14px;
		line-height: 16px;
	}

	.wpcf-wallet-box .wpneo-box-amount {
		font-size: 12px;
		margin: 0;
	}

	.nh-campaign-stat {  
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
	}

	.wpcf-wallet-box {
		width: 30%;
		flex: 0 0 auto;
	}
}

.donation-summary .widget-content {
	padding: 1rem;
	flex-direction: row;
	align-items: center;
}

.donation-summary  .widget-content .widget-content-wrapper {
	display: flex;
	flex: 1;
	position: relative;
	align-items: center;
}

.donation-summary .widget-content .widget-content-left .widget-heading {
	opacity: .8;
	font-weight: 700;
}

.donation-summary .widget-content .widget-content-left .widget-subheading {
	opacity: .5;
}

.donation-summary .widget-content .widget-content-right {
	margin-left: auto;
}

.donation-summary  .widget-content .widget-numbers {
	font-weight: 700;
	font-size: 1.8rem;
	display: block;
}

.donation-summary .text-success {
	color: #3ac47d !important;
}

.donation-summary .modal-content {
	text-align: left !important;
}

.globalOverlay {
	background: black;
	opacity: 0.5;
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}

.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.content-amount {
	display: none;
}

/* The container */
.container-fund-account {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.container-fund-account input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.fund-checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 109px;
	width: 173px;
	background-color: #B1DFD1;
}

.container-fund-account:hover input ~ .fund-checkmark {
	background-color: #ccc;
}

.container-fund-account input:checked ~ .fund-checkmark {
	background-color: #B1DFD1;
}

.fund-checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.container-fund-account input:checked ~ .fund-checkmark:after {
	display: block;
}

.container-fund-account .fund-checkmark:after {
	content:"";
	left: 50%;
	top: 50%;
	width: 173px;
	height: 109px;
	border: solid white;
	border-width: 0 3px 3px 0;

}

.accordion>.card {
	border-radius: 0 !important;
	background-color: transparent !important;
}

.accordion>.card>.card-header {
    border-radius: 5px !important;
    background: var(--offwhite-bg);
    padding: 0;
    margin: 0;
    border: 1px solid rgb(24 56 108 / 30%);
}

body .accordion>.card>.card-header .btn-link.text-white {
    color: var(--darkblue-color) !important;
}

body .accordion>.card>.card-header .btn-link.text-white svg path {
    stroke: var(--darkblue-color) !important;
}

.accordion>.card>.card-header .btn-link.collapsed {
	background: var(--lightblue-bg);
}

.accordion>.card>.card-header .btn-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	padding: 10px;
	color: var(--text-color);
}

.accordion>.card>.card-header .btn-link>svg {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: all 0.3s;
}

.accordion>.card>.card-header .btn-link.collapsed>svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#mobile-menu .patrios-login-register ul > li a.logout_link {
	line-height: normal;
	letter-spacing: 0.36px;
	color: #fff !important;
}

#campaign-form-wrapper {
	padding: 50px 35px 35px 35px;
	margin: 50px auto;
	border-radius: 15px;
	background-color: var(--section-bg);
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

.steps_wrapper {
	text-align: center;
	line-height: 0;
	margin: 0 auto 62px auto;
	display: flex;
	max-width: fit-content;
}

.radio-img {
	margin: 2px;
	width: 225px;
	height: 185px;
}

.radio-img > .image {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	border-radius: 10px;
	border: 3px solid #fff;
}

.radio-img > .image:hover {
	filter: brightness(0.8);
}

.radio-img > input,
.select_raising_wrapper label input,
.select_time_wrapper label input {
	display: none;
}

.radio-img > input:checked + .image {
	border: 3px solid #ff1c00;
	background-color: #ff1c00;
	filter: brightness(0.8);
}

.select_time_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	max-width: 100%;
	gap: 15px;
}

.select_time_wrapper label {
	background-color: var(--lightgray-bg);
	width: 225px;
	height: 58px;
	display: flex;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
	margin: auto;
	cursor: pointer;
}

.select_time_wrapper label span {
	line-height: normal;
	padding: 0 10px;
}

.select_time_wrapper input:hover + span,
.select_time_wrapper input:checked + span {
	color: var(--text-color);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(53, 137, 215, 0.13);
	border: 1px solid #3589D7;
	border-radius: 112px;
}

.select_raising_wrapper label {
	padding: 16px;
	border-radius: 8px;
	border: 3px solid var(--text-color);
	width: 100%;
	margin-bottom: 44px;
	background-color: var(--section-bg);
}

.select_raising_wrapper label.selected,
.select_raising_wrapper label:hover {
	border-color: #ff1c00 !important;
	background-color: var(--section-bg);
}

.select_raising_wrapper label h4 {
	color: var(--text-color);
	margin-bottom: 10px;
}

:is(#tab3, #tab4, #tab5, #tab6, #tab7, #tab8) .wpneo-single {
	max-width: 1200px;
	margin: auto;
	display: block;
}

.tab .wpneo-single {
    padding-bottom: 0;
}

.wpneo-name {
	color: var(--text-color);
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}

.wpneo-fields p,
.wpneo-fields small {
	color: #8E8E8E;
	font-family: "Figtree", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.22px;
}

.wpneo-fields textarea {
	border-radius: 10px;
	border: 1px solid var(--text-color) !important;
	height: 180px;
	padding: 10px 10px 10px 17px;
	resize: none;
	background-color: var(--alternate-bg);
	color: var(--text-color);
	font-family: "Figtree", sans-serif;
	font-size: 18px;
	line-height: 30px;
}

input[type="button"].wpneo-image-upload {
	height: 48px !important;
}

#edit_profile_modal .modal-dialog {
	max-width: 900px;
}

.w-750 {
	max-width: 750px;
}

body .container.wpneo-form-action,
#step-btn {
	max-width: 1191px;
	margin-top: 30px;
}
.nh_currency_wrapper input[disabled]
{
	opacity: 1 !important;
	color: #000;
}
body .mce-flow-layout {
	text-align: right;
}
/* The Modal (background) */
.image-gallery-modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}


@-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)} 
	to {-webkit-transform:scale(1)}
}

@keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
}

/* The Close Button */
.image-gallery-close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.image-gallery-close:hover,
.image-gallery-close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/*gallery image popup on campaign .page*/

.nh-gallery-popup {
	z-index: 99933;
	display: none;
}
.nh-gallery-popup .overlay{
	background: rgba(0,0,0,.6);
	backdrop-filter: blur(5px);
	position: absolute;
	top: 0;
	left: 0;
}
.nh-gallery-popup .img-show {
	background: transparent;
	position: fixed;
	top: 30%;
	left: 50%;
	transform: translate(-50%,0%);
	overflow: hidden;
}
.nh-gallery-popup .img-show span{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99;
	color: #fff;
	cursor: pointer;
	background: #FF5132;
	color: #fff;
	opacity: 1 !important;
	z-index: 3;
	padding: 0;
	height: 27px;
	width: 27px;
	font-size: 20px;
	line-height: 25px;
	border: none;
	border-radius: 50%;
}

a[disabled].nh-btn.trans-btn:hover,
a[disabled].support-btn:hover {
	background: #FF5132 !important;
}

.btn-link:hover {
	text-decoration: none;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
	.image-gallery-modal-content {
		width: 100%;
	}
}