/********** smartBanner *****************/
.smartBanner {
	position: relative;
    background-color: var(--app-first-color);
    color: var(--app-text-first-color);
    padding: 10px 20px;
    margin: 10px;
    border-radius: 10px;
	cursor: pointer;
}
.smartBanner .title {
    font-size: 16px;
	font-weight: bold;
}
.smartBanner .text {
	margin-right: 50px;
}
.smartBanner img {
	position: absolute;
    right: 10px;
    width: 60px;
    height: 60px;
    bottom: 0;
}
.smartBanner .btn {
    background-color: var(--app-secondary-color);
    color: var(--app-text-secondary-color);
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
}
/********** confirmOperationModal *****************/
#confirmOperationModal {
    z-index: 10003;
}
#confirmOperationModal .modal-content {
	padding: 10px;
}
#confirmOperationModal .modal-body {
    padding: 10px;
	white-space: initial;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 24px;
}
#confirmOperationModal .btn {
	border-radius: 20px;	
    padding: 10px;
	font-size: 14px;
}
#confirmOperationModal .btn#confirmOperationBtn {
	background-color: var(--danger);
    color: #FFF;
}
/********** topToolbar *****************/
#topToolbar {
	max-width: 1140px;
    margin: 0 auto;
}
#topToolbar .center {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 1;
}
#topToolbar .logo {
    height: 100%;
    width: 45px;
    padding: 5px 0;
	border-radius: 50%;
	cursor: pointer;
}
/********** backToolbar *****************/
#backToolbar .left,
#backToolbar .right {
	z-index: 2;
	display: flex;
    align-items: center;
}
/********** leftPanel *****************/
#leftPanel .header {
	background-color: var(--navbar-color);	
	color: var(--text-navbar-color);
	text-align: center;
	padding: 10px;
}
#leftPanel .header .logo {
    margin-top: env(safe-area-inset-top);
}
#leftPanel .header .logo img {
	padding: 10px;
	width: 100px;
	height: auto;
    border-radius: 50%;
}
#leftPanel .header .placeSocialBtns svg {
	width: 20px;
	height: 20px;
	margin: 5px;
	fill: var(--text-navbar-color);
}
#leftPanel .list-group-item {
	display: flex;
    color: var(--dark-gray-color);
    border: none;
    cursor: pointer;
	font-size: 14px;
    padding: 15px;
}
#leftPanel .list-group-item .icon {
	font-size: 20px;
	margin: 0 5px;
    width: 30px;
}
#leftPanel .footer {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: var(--app-first-color);
	color: #FFF;
	height: auto;
	font-size: 12px;
    text-align: center;
	padding: 10px;
	padding-bottom: env(safe-area-inset-bottom);
}
#leftPanel .link {
    font-size: 12px;
    text-decoration: underline;
    margin: 0 5px;
	cursor: pointer;
}
#leftPanel .btn {
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 12px;
    line-height: 20px;
}
@media screen and (max-height: 600px) {
	#leftPanel .footer {
		position: relative;
	}
}
/********** footerMenuPage *****************/
@media screen and (min-width: 992px) {
	#footerMenuPage.transparent .page__content {
		margin-top: 0 !important;
	}
	#footerMenuPage.transparent #topToolbar {
		background-color: transparent;
	}
	#footerMenuPage.transparent #topToolbar .left,
	#footerMenuPage.transparent #topToolbar .center,
	#footerMenuPage.transparent #topToolbar .right {
		height: 70px;
	}
	#footerMenuPage.transparent #topToolbar .logo {    
		height: auto;
		width: 60px;
	}
	#footerMenuPage.transparent #topToolbar .toolbar-button {
		color: #FFF;
	}
	#footerMenuPage.transparent #topToolbar .toolbar-button svg,
	#footerMenuPage.transparent #topToolbar .toolbar-button .icon svg {
		fill: #FFF;
	}
	#footerMenuPage.transparent #topToolbar .toolbar-button svg path, 
	#footerMenuPage.transparent #topToolbar .toolbar-button .icon svg path {
		fill: #FFF;
		stroke: #FFF;
	}
}

/********** homePage *****************/
#homePage .page__background {
	background-color: #f7f7f7;
}
#homePage #content {
	max-width: 100%;
}
#homePage #welcomeDiv {
	padding: 40px 20px 20px 20px;
	text-align: center;
}
#homePage #welcomeMsg {
	font-size: 18px;
	line-height: 28px;
}
#homePage #searchDiv {
	max-width: 400px;
    margin: 0 auto;
}
#homePage #searchDiv .input-group-append .btn {
	padding: 7px;
	font-size: 30px;	
    box-shadow: none;
}
#homePage #searchDiv .form-control {
	padding: 10px 15px;
}
#homePage #savedSearches .sectionTitle {
	margin-top: 10px;
	padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--black-color);
}
#homePage #savedSearches .savedSearch {
	box-shadow: none;
    border: 1px solid var(--light-gray-color);
    border-radius: 5px;
	padding: 0;
}
#homePage #savedSearches .savedSearch .name {
	font-weight: 600;
    font-size: 14px;
}
#homePage #savedSearches .savedSearch .filter {
	margin-bottom: 5px;
	margin-right: 5px;
}
#homePage #savedSearches .savedSearch .editBtn,
#homePage #savedSearches .savedSearch .deleteBtn {
	min-width: auto;
    border-radius: 50px;
    padding: 5px;
    font-size: 20px;
}
#homePage #savedSearches .savedSearch .smartForm {
	margin: 0;
    padding: 10px;
	border: 1px solid var(--light-gray-color);
    border-left: none;
    border-right: none;
}
#homePage #savedSearches .savedSearch .launchSearchBtn {
	display: flex;
    align-items: center;
    justify-content: center;
}
#homePage #savedSearches .savedSearch .launchSearchBtn .icon {
	font-size: 20px;
}
/********** savedSearch *****************/
#savedSearchPage .filter {
	margin-bottom: 5px;
	margin-right: 5px;
}
/********** listing *****************/
.listing {
	font-family: 'Poppins';
    box-shadow: none;
    border: 1px solid var(--light-gray-color);
	border-radius: 5px;
	margin: 20px 10px;
	padding: 10px;
	cursor: pointer;
}
.listing .imagesSwiper {
	border-radius: 10px;
	background-color: #000;	
	height: 200px;
	margin: 0;
}
.listing .imagesSwiper .swiper-slide {
	cursor: pointer;
	width: 100%;
	height: auto;
}
.listing .imagesSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
}
.listing .imagesSwiper .swiper-button-prev,
.listing .imagesSwiper .swiper-button-next {
	display: none;
}
.listing .imagesSwiper .swiper-pagination {
	bottom: 10px;
}
.listing .imagesSwiper .swiper-pagination-bullet {
	width: 12px;
    height: 12px;
    background-color: #00000080;
    border: 1px solid #FFF;
    outline: none;
    opacity: 0.9;	
}
.listing .imagesSwiper .counter {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    background-color: #0000006b;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 40px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
}
.listing .saveBtn {
	font-size: 20px;
	cursor: pointer;
	margin: 0 !important;
}
.listing .saveBtn.filled {
	color: var(--danger);
}
.listing .info {
	padding: 10px;
}
.listing .price {
	font-weight: bold;
}
.listing .kpi {
	display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 30px;
    margin-right: 10px;
}
.listing .kpi .icon {
	font-size: 20px;
	margin-right: 5px;
}
.listing .category,
.listing .subcategory {
	text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: var(--dark-gray-color);
}
/********** favouritesPage *****************/
#favouritesPage .page__background {
	background-color: #f7f7f7;
}
/********** listingsPage *****************/
#listingsPage .page__background {
	background-color: #f7f7f7;
}
#listingsPage #content {
	max-width: 450px;
}
#listingsPage #filterToolbar {
	background-color: transparent;
}
#listingsPage #filtersBtn .badge {
    position: relative;
    top: -8px;
    right: -5px;
    padding: 2px 4px;
    font-size: 12px;
    line-height: 12px;
}
/********** listingPage *****************/
#listingPage {
	height: 100%;
	margin: 0;
	position: relative;
    overflow: hidden;
}
#listingPage .section {
	padding: 10px;
}
#listingPage .sectionTitle {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
	text-transform: uppercase;
    color: var(--black-color);
}
#listingPage .table th,
#listingPage .table td {
	padding: 10px 0;
	height: 10px;
}
#listingPage .table th {
	color: var(--dark-gray-color);
}
#listingPage .price {
	font-size: 16px;
	font-weight: bold;
}
#listingPage .kpi {
	display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 30px;
    margin-right: 10px;
}
#listingPage .kpi .icon {
	font-size: 20px;
	margin-right: 5px;
}
#listingPage .category,
#listingPage .subcategory {
	text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: var(--dark-gray-color);
}
#listingPage .features {
	margin: 10px 0;
}
#listingPage .features .feature {
	margin: 3px 0;
	font-size: 12px;
}
#listingPage #mapSection a,
#listingPage #mapSection a .icon {
    color: var(--black-color);
    font-size: 14px;
    line-height: 20px;
	margin: 10px 0;
}
/********** imagesSwipers *****************/
#imagesSwipers {
	min-height: 300px;
	height: auto;
	margin: 0;
	position: relative;
    overflow: hidden;
}
#imagesSwipers .swiper-container {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#imagesSwipers .gallery-top {
	width: 100%;
	height: 250px;
}
#imagesSwipers .gallery-top .swiper-slide {
	cursor: pointer;
}
#imagesSwipers .gallery-top .swiper-slide .swiper-zoom-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#imagesSwipers .gallery-top .swiper-button-prev,
#imagesSwipers .gallery-top .swiper-button-next {
    background-color: #00000080;
    color: #FFF;
	height: 10px;
    padding: 10px;
	margin-top: -10px;
    outline: none;
    border-radius: 50%;
    border: 1px solid #FFF;
}
#imagesSwipers .gallery-top .swiper-button-prev:after, 
#imagesSwipers .gallery-top .swiper-button-next:after {
	font-size: 12px;
}
#imagesSwipers .gallery-top .swiper-button-prev.swiper-button-disabled,
#imagesSwipers .gallery-top .swiper-button-next.swiper-button-disabled {
	display: none;
}
#imagesSwipers .gallery-top .counter {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    background-color: #0000006b;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 40px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
}
#imagesSwipers .gallery-thumbs {
	height: 80px;
	box-sizing: border-box;
	padding: 10px;
}
#imagesSwipers .gallery-thumbs .swiper-slide {
	max-width: 80px;
	width: 25%;
	height: 100%;
	opacity: 0.4;
	cursor: pointer;
}
#imagesSwipers .gallery-thumbs .swiper-slide .swiper-zoom-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#imagesSwipers .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
#imagesSwipers .gallery-top .closeBtn {
	display: none;
	position: fixed;
	top: 15px;
	left: 15px;
	height: 45px;
	width: 45px;
	background-color: #00000080;
	color: #FFF;
	padding: 10px;
	outline: none;
	font-size: 26px;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
	z-index: 9999;
}
#imagesSwipers .gallery-top .closeBtn:hover,
#imagesSwipers .gallery-top .closeBtn:active {
  opacity: 1;
}
#imagesSwipers.fullscreen .gallery-top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: default;
	background-size: contain;
	z-index: 100000;
}
#imagesSwipers.fullscreen .gallery-top .swiper-wrapper {
	height: 100% !important;
}
#imagesSwipers.fullscreen .gallery-top .closeBtn {
	display: block;
}
#imagesSwipers.fullscreen .gallery-top .swiper-button-prev,
#imagesSwipers.fullscreen .gallery-top .swiper-button-next {
	height: 20px;
    padding: 20px;
}
#imagesSwipers.fullscreen .gallery-top .swiper-slide .swiper-zoom-container img {
	object-fit: contain
}
#imagesSwipers.fullscreen .gallery-top .counter {
	top: 25px;
	font-size: 14px;
    line-height: 16px;
	border: 1px solid #FFF;
}
#imagesSwipers.fullscreen .gallery-thumbs {
	background-color: #000;
	height: 20%;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	z-index: 10;
	transition: opacity .3s ease-in-out;
	transition-delay: .5s;
}
#imagesSwipers.fullscreen .gallery-thumbs:hover {
  opacity: 1;
  transition-delay: 0s;
}
/********** floorplansSwiper *****************/
#floorplansSwiper {
	width: 100%;
	height: 200px;
	margin: 20px 0;
	position: relative;
    overflow: hidden;
}
#floorplansSwiper .swiper-container {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#floorplansSwiper .swiper-slide {
	cursor: pointer;
}
#floorplansSwiper .swiper-slide .swiper-zoom-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#floorplansSwiper .swiper-button-prev,
#floorplansSwiper .swiper-button-next {
    background-color: #00000080;
    color: #FFF;
	height: 10px;
    padding: 10px;
	margin-top: -10px;
    outline: none;
    border-radius: 50%;
    border: 1px solid #FFF;
}
#floorplansSwiper .swiper-button-prev:after, 
#floorplansSwiper .swiper-button-next:after {
	font-size: 12px;
}
#floorplansSwiper .swiper-button-prev.swiper-button-disabled,
#floorplansSwiper .swiper-button-next.swiper-button-disabled {
	display: none;
}
#floorplansSwiper .counter {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    background-color: #0000006b;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 40px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
}
#floorplansSwiper .closeBtn {
	display: none;
	position: fixed;
	top: 15px;
	left: 15px;
	height: 45px;
	width: 45px;
	background-color: #00000080;
	color: #FFF;
	padding: 10px;
	outline: none;
	font-size: 26px;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
	z-index: 9999;
}
#floorplansSwiper .closeBtn:hover,
#floorplansSwiper .closeBtn:active {
  opacity: 1;
}
#floorplansSwiper.fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: #000;
	cursor: default;
	background-size: contain;
	z-index: 100000;
}
#floorplansSwiper.fullscreen .swiper-wrapper {
	height: 100% !important;
}
#floorplansSwiper.fullscreen .closeBtn {
	display: block;
}
#floorplansSwiper.fullscreen .swiper-button-prev,
#floorplansSwiper.fullscreen .swiper-button-next {
	height: 20px;
    padding: 20px;
}
#floorplansSwiper.fullscreen .swiper-slide .swiper-zoom-container img {
	object-fit: contain
}
#floorplansSwiper.fullscreen .counter {
	top: 25px;
	font-size: 14px;
    line-height: 16px;
	border: 1px solid #FFF;
}
