/**
 * Loads neccessary Mixins and Variables Shared in both.
 * 
 * @since 1.0 
 * 
 */

@import '../../../../../themes/fancify-pro/lib/assets/sass/lib.scss';

.fancify-core-hide {
	display: none !important;
}

.fancify-breadcrumb {
	color: #111;
	font-size: 12px;
	line-height: 0;
	margin: 0;
	padding: 0;
}

.fancify-breadcrumb a {
	color: #111;
}

* {
	outline: 0px;
}

.fancify-hidden-in-tablet {
	@include for-tablet {
		display: none !important;
	}
}

.elementor-element .fancify-flag::after {
	content: "Fancify";
}

.elementor-element .fancify-flag:after,
.elementor-element .auxin-badge-pro:after,
.auxin .elementor-element .icon .bdt-widget-icon:after {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	padding: 3px 4px 2px;
	border-style: solid;
	font-weight: 600;
	@include font-size(9);
	text-align: right;
	border-width: 0 0 1px 1px;
	border-color: #eee;
	border-bottom-left-radius: 2px;
	text-transform: uppercase;
	font-family: "Open Sans", Roboto, Helvetica, Arial, sans-serif;
}

// .elementor-control-Fancify_custom_css_section:after {
//     content: "Fancify";
//     position: absolute;
//     top: 0;
//     right: 0;
//     z-index: 1;
//     padding: 2px 3px 3px;
//     border-style: solid;
//     font-weight: 600;
//     font-size: 10px;
//     text-align: right;
//     border-width: 0 0 1px 1px;
//     border-color: #eee;
//     border-bottom-left-radius: 2px;
//     text-transform: uppercase;
//     font-family: "Poppins";
// }



@import 'general/general';

// Single Property Styles
@import 'single-property/single-property';

// Single Agency Styles
@import 'single-agency/single-agency';

// Single Agent Styles
@import 'single-agent/single-agent';

// agency-dashboard 
@import 'agency-dashboard';

// Login Styles
@import 'login-register/login';

@import 'login-register/register';