:root {
	--sqfa_primary: #44ab84;
	--scroll-bar-color: #c5c5c5;
    --scroll-bar-bg-color: #f6f6f6;
}

* 
{
	scrollbar-width: thin;
	scrollbar-color: var(--scroll-bar-color) var(--scroll-bar-bg-color);
}

    /* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar 
{
	width: 12px;
	height: 12px;
}

@font-face {
  font-family: robotoLite;
  src: url("https://d3v9wjpgbhnna6.cloudfront.net/fonts/Roboto-Light.ttf");
}

@font-face {
  font-family: aptos;
  src: url("https://d3v9wjpgbhnna6.cloudfront.net/fonts/aptos-mono.ttf");
}

*::-webkit-scrollbar-track 
{
	background: var(--scroll-bar-bg-color);
}

*::-webkit-scrollbar-thumb 
{
	background-color: var(--scroll-bar-color);
	border-radius: 20px;
	border: 3px solid var(--scroll-bar-bg-color);
}

body 
{
  background-color: #f7f7f76e;
  font-size: 16px !important;
  font-weight: 400;
  font-family: "Lato", Arial, sans-serif;
}

.navbar-dark .navbar-toggler-icon {
  background-color: white;
}
.navbar-brand img {
  height: 40px;
}

.profile-picture {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}

.fullLogo
{
	display: none;
}
.logo
{
	display: block;
}


@media (min-width: 500px)
{
	.fullLogo
	{
		display: block;
	}
	.logo
	{
		display: none;
	}
}

.burderIcon
{
	color: white;
}

.menuIconBtn
{
	outline: none !important;
	border: none !important;
}

.mainMenuItem
{
	color: #ffffffb5 !important;
	height: 50px;
    line-height: 34px;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) 
{
	.mainMenuItem
	{
		font-size: 14px;
	}
}

.mainMenuItem:hover
{
	color: var(--sqfa_primary) !important;
}

.postPropertyBtn
{
	background-color: var(--sqfa_primary) !important;
	margin-top: -3px;
	border: solid 1px var(--sqfa_primary) !important;
}

.postPropertyBtn:hover
{
	background-color: #399974 !important;
}
@media screen and (min-width: 1200px) and (max-width: 1500px) 
{
	.postPropertyBtn
	{
		font-size: 14px !important;
	}
}

.searchPropertyBtn
{
	background-color: var(--sqfa_primary) !important;
	margin-top:16px;
	float: right; 
	border-radius: 20px !important; 
	border: none !important;
	outline: none !important;
}

.mobileSearchFilterBtn
{
	z-index: 10001; 
	position: fixed !important; 
	bottom: 20px; 
	left: 20px;
	float: left;
	margin-bottom: 0px; 
	padding-top: 10px;
	display: none;
	width: fit-content !important;
}
@media (max-width: 768px)
{
	.mobileSearchFilterBtn
	{
		display: block;
	}
	.searchPropertyBtn
	{
		width: 100%;
		
	}
}

.priceSliderDiv
{
	margin-bottom: 0px; 
	padding: 0px 0px 0px 40px !important;
}
	
.form-group
{
	margin-bottom: 0px;
}

@media (max-width: 1199px)
{
	.priceSliderDiv
	{
		margin-top: 20px !important; 
		padding: 0px !important;
	}
	
	.form-group
	{
		margin-bottom: 1rem;
	}
}

.mainImgBox
{
	background-image: url('https://d3v9wjpgbhnna6.cloudfront.net/img/mainImg.jpg');
	padding: 1%;
	min-height: 350px;
	background-position: center;
	background-size: cover;
	background-blend-mode: overlay;
    background-color: #00000063;
    padding-top: 50px;
}

@media (max-width: 768px)
{
	.mainImgBox
	{
		background-image: url('https://d3v9wjpgbhnna6.cloudfront.net/img/mainImg.jpg');
		padding: 2% 1%;
	}
}

label
{
	font-size: 15px;
	color: black !important;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) 
{
	.searchPropertyBtn
	{
		font-size: 14px !important;
		margin-top:16px;
	}
	
	label
	{
		font-size: 13px;
	}	
	
	.mainImgBox
	{
		min-height: 340px;
	}
}

@media (min-width: 768px) and (max-width: 1199px)
{
	.searchPropertyBtn
	{
		margin-top:32px !important;
	}
}

@media (max-width: 767px)
{
	.searchPropertyBtn
	{
		margin-top:0px !important;
	}
}
.irs--flat .irs-bar {
    background: var(--sqfa_primary) !important;
}

.irs--flat .irs-handle>i:first-child
{
	background-color: var(--sqfa_primary) !important;
}

.nav-link
{
	color: #ffffff94;
	padding: 0px !important;
	padding: 10px !important;
}

.nav-link:hover
{
	color: #ffffff;
}

.nav-linkTab.active
{
	background-color: #ffffffeb;
}

.nav-linkTab
{
	background-color: #ffffff4a;
}

.nav-linkTab:hover
{
	border-color: #ffffff4a !important;
}

.form-control
{
	
}

.nav-tabs .nav-link 
{
	border: none;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover
{
	border: none;
}

.section {
  margin-inline: auto;
}

.container {
  max-width: 100% !important;
  height: auto;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.slider {
  &-column {
    position: relative;
  }

  &-image {
    margin-inline: 0.5rem;
  }

  &-prev,
  &-next {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
    padding: 1rem;
    width: 1rem;
    height: 1rem;
    opacity: 0.75;
    border-radius: 50%;
    color: var(--white-100);
    background: var(--black-400);
  }

  &-prev {
    top: 40%;
    left: 2rem;
    right: auto;
  }

  &-next {
    top: 40%;
    left: auto;
    right: 2rem;
  }
}
.slider-image
{
	position: relative;
	display: inline-flex; 
	height: fit-content !important;
}

.card-img-top
{
	max-width: 285px;
	max-height: 190px;
	margin: 0 auto;
	width: auto !important;
}

.card-img-top-map
{
	max-width: 182px;
	max-height: 111px;
	margin: 0 auto;
	width: auto !important;
}

.featuredProCard
{
	max-width: 300px;
	margin: 0 auto;
}

.searchResultCard
{
	max-width: 285px;
	margin: 10px;
	display: inline-block !important;
	border: none !important;
    box-shadow: 1px 1px 10px #d3d3d3bf;
}

.searchResultCard-map
{
	max-width: 285px;
	display: inline-block !important;
    box-shadow: 1px 1px 10px #d3d3d3bf;
	background-color: white;
}

.searchResultCard-map:hover
{
	background-color: #fffff5;
	cursor: pointer;
}

.searchResultCard:hover
{
	cursor: pointer;
	box-shadow: 1px 1px 10px #44ab84;
}

.featuredAdImg
{
	height: 400px;
	width: 285px;
	margin: 10px;
}

.card{
	height: 400px;
}

.cardValue
{
	font-family: 'Courier New', monospace;
}

.cardIcon
{
	color: var(--sqfa_primary);
	margin: 0px 10px 0px 5px;
}

.footerLinks
{
	color: gray;
	transition: all 0.5s ease 0s;
}

.footerLinks:hover
{
	color: white;
	text-decoration: underline;
	cursor: pointer;
}

.footerLinks:hover::after
{
	content: " ⇢";
}

.searchPanel
{
	padding: 10px 0px;
}

.searchPanelTitle
{
	padding: 0px; 
	margin-bottom: 20px; 
	text-align: left;
	text-decoration: underline; 
	-webkit-text-decoration-color: var(--sqfa_primary); 
	text-decoration-color: var(--sqfa_primary);
	text-underline-offset: 8px;
	text-decoration-thickness: 3px;
	display: none;
}

.searchPanelWrapper {
    width: 320px;
    padding: 10px;
    float: left;
    transition: 1s;
	z-index: 10000;
}

.searchTabs
{
	color: lightgray !important;
	border: solid 1px transparent !important;
}

.searchTabs:hover
{
	color: gray !important;
	border: solid 1px #dddddd !important;
	border-bottom: none;
}

.searchResultsPanel:hover #searchPanelWrapper {
    transition: 1s;
    left: 0;
}

.searchTabs.active
{
	color: #495057 !important;
	border: solid 1px #dddddd !important;
	border-bottom: solid 1px #f8f9fd !important;;
}

.postPropertyTabs
{
	color: lightgray !important;
	border: solid 1px transparent !important;
}

.postPropertyTabs:hover
{
	color: gray !important;
	border: solid 1px #dddddd !important;
	border-bottom: none;
}

.postPropertyTabs.active
{
	color: #495057 !important;
	border: solid 1px #dddddd !important;
	border-bottom: solid 1px #ffffff !important;;
}

.searchResultsTitle{
	padding-top: 0px !important;
	float: left;	
}

.sortByLabel
{
	margin-top: 5px;
	float: left; 
	margin-left: 60px;
}
@media (max-width: 767px)
{
	.sortByLabel
	{
		margin-left: 10px;
		display: none !important;
	}
	
	.bedBathParkLabels
	{
		display: none;
	}
	
	.searchResultSortingOptions
	{
		margin-left: 0px;
	}
	.searchPanelTitle
	{
		display: block;
	}
	
	.searchPanel
	{
		padding: 10px 30px 0px;
		width: calc(100% - 40px) !important;
	}
	
	.searchPanelWrapper {
		top: 0px;
	    position: fixed;
	    overflow: auto;
	    width: 90vw;
	    max-width: 320px;
	    height: 100vh;
	    left: -100vw;
	    z-index: 10000;
	    background-color: #fbfbfb;
	    box-shadow: 1px 5px 10px gray;
	}
	
	.searchResultsPanel
	{
		text-align: center;
		width: 100% !important;
	}
	
	.searchPanel {
	    position: absolute;	    
	    max-width: 320px;
	    height: calc(100vh - 70px);    
	}
	
	.searchResultsTitle
	{
		display: none;
	}
}

@media (max-width: 1366px)
{
	.searchPanel
	{
		padding: 10px 0px;
	}
	
}

.searchResultsPanel
{	
	height: calc(100vh - 140px);
	width: calc(100% - 320px);
	overflow: auto;
	-ms-overflow-style: none;  /* IE and Edge */
  	scrollbar-width: none;  /* Firefox */
  	scroll-behavior: smooth;
}

.searchResultsMap
{	
	height: calc(100vh - 66px);
	width: calc(100% - 320px);
	overflow: auto;
	-ms-overflow-style: none;  /* IE and Edge */
  	scrollbar-width: none;  /* Firefox */
  	scroll-behavior: smooth;
}

.hideScrollbar
{	
	-ms-overflow-style: none;  /* IE and Edge */
  	scrollbar-width: none;  /* Firefox */
  	scroll-behavior: smooth;
}

.searchResultsPanel::-webkit-scrollbar {
  display: none;
}

.nav-link
{
	padding: 0.3rem 1rem;
}

.elipse
{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cardImageContainer{
	background-color: white;
	height: 190px;
	width: 285px;
	max-width: 100%;
	line-height: 188px;
	text-align: center;
	border-radius: 5px 5px 0px 0px;
}

.cardImageContainer-map{
	background-color: transparent;
	height: 111px;
	width: 192px;
	max-width: 100%;
	line-height: 100px;
	text-align: center;
	border-radius: 5px 5px 0px 0px;
}

.searchFormTabContent
{
	padding: 20px; 
	padding-top: 40px;
	border-radius: 0px 0px 10px 10px;
}

.propTabContent
{
	padding-top: 40px;
	border-radius: 0px 0px 10px 10px;
}

@media (max-width: 1370px)
{
	.cardImageContainer{
		height: 150px;
		width: 225px;
		line-height: 150px;
	}
	.searchResultCard
	{
		width: 225px;
		height: 330px;
	}
	.card-img-top
	{
		max-width: 225px;
		max-height: 150px;
	}
	.card-title
	{
		font-size: 17px;
		width: 185px;
	}
	.card-text
	{
		font-size: 14px;
		width: 185px;
	}
	.searchTabs
	{
		font-size: 14px;
	}
	.form-group
	{
		margin-bottom: 12px !important;
	}
	
	.searchFormTabContent
	{
		padding-top: 20px; 
	}
}

.mobileSearchOpenBtn
{
	text-align: center !important;
	border-radius: 40px !important; 
	height: 40px !important; 
	width: 40px !important; 
	line-height: 28px !important; 
	border: none !important;
	background-color: #ed5565 !important; 
	position:fixed !important; 
	z-index:10000 !important; 
	bottom: 20px !important; 
	right: 20px !important;
	display: none !important;
}

@media (max-width: 768px)
{
	.cardImageContainer{
		height: 200px;
		width: 300px;
		line-height: 200px;
	}
	.searchResultCard
	{
		width: 300px;
		height: 400px;
		max-width: 300px;
		text-align: left;
	}
	.card-img-top
	{
		max-width: 300px;
		max-height: 200px;
	}
	.card-title
	{
		font-size: 17px;
		width: 270px;
	}
	.card-text
	{
		font-size: 14px;
		width: 285px;
	}
	.searchTabs
	{
		font-size: 14px;
	}
	
	.searchFormTabContent
	{
		padding-top: 20px; 
	}
	
	.searchResultPriceRange
	{
		padding-top: 0px;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		padding-bottom: 0px !important;
	}
	
	.searchResultPriceRange .form-group
	{
		margin-bottom: 0px !important;
	}
	.searchResultsFormTabContent
	{
		padding-bottom: 0px;
	}
	.mobileSearchOpenBtn
	{
		display: block !important;
	}
}

.featuredEmblem
{
	top:17px; 
	left: calc(50% + 75px);
	position: absolute;
	background-color: #ed5565; 
	color: white; 
	font-size: 12px;
	padding: 0px 10px; 
	border-radius: 10px;
	width: fit-content;
}

.sectionTitle
{
	font-size: 18px; 
	padding: 20px 0px; 
	padding-top: 40px; 
	text-align: center;
	text-decoration: underline; 
	-webkit-text-decoration-color: var(--sqfa_primary); 
	text-decoration-color: var(--sqfa_primary);
	text-underline-offset: 8px;
	text-decoration-thickness: 3px;
}

.searchResultPriceRange
{
}

.form-control
{
	color: gray !important;
}

.multiselect-selected-text
{
	color: gray !important;
}

@media (max-width: 1360px)
{	
	.searchResultsTitle{
		display: none;
	}
	.sortByLabel
	{
		margin-left: 10px !important;
	}
}
.propDetailsSelectedImg
{
	text-align: center;
	max-height: 71vh;
	max-width: 100%
}

.propDetailsThumbnail
{
	
	max-height: 670px;
	max-width: 100%
}

.propDetailsSelectedImgContainer
{
	width: 100%;
	height: 71vh;
	line-height: 71vh;
	text-align: center;
}

.propDetailsThumbnailContainer
{
	width : 100%;
	height: auto;
	line-height: 180px;
	text-align: center;
}

.photoCountOverlay
{
	position: absolute;
    width: 100%;
    background-color: #000000a8;
    text-align: center;
    height: 100%;
	vertical-align: bottom;
    font-size: 25px;
    color: #ffffffbd;
    bottom: 0;
    font-weight: 600;
    cursor: pointer;
    transition: 1s;
}

.photoCountOverlay:hover
{
	text-decoration: underline; 
	-webkit-text-decoration-color: var(--sqfa_primary); 
	text-decoration-color: var(--sqfa_primary);
	text-underline-offset: 8px;
	text-decoration-thickness: 1px;
}

.propertyDetailsContainer
{
	order: 0;
	border-right: solid 2px #3b3d3f;
	position: relative;
	color: #ababab;
}

@media (max-width: 991px)
{	
	.propertyDetailsContainer
	{
		order: 1
	}
}

.thickUnderline
{	
	text-decoration: underline; 
	-webkit-text-decoration-color: var(--sqfa_primary); 
	text-decoration-color: var(--sqfa_primary);
	text-underline-offset: 8px;
	text-decoration-thickness: 3px;
}

.thinUnderline
{	
	text-decoration: underline; 
	-webkit-text-decoration-color: var(--sqfa_primary); 
	text-decoration-color: var(--sqfa_primary);
	text-underline-offset: 8px;
	text-decoration-thickness: 2px;
}

.propDetailsSectionTitle
{
	font-size: 20px;
	padding-top: 20px;
	padding-right: 0px;
	margin-bottom: 10px;
	text-align: center;
}

.propDetailsMainIconLabel
{
	font-size: 20px;
	color: #589b82;
}

.propDetailsHighlights
{
	margin-top: 30px;
	text-align: center;
}

.propDetailsHighlightsTable
{
	display: inline-block;
	margin: 20px;	
}

.highLightIcon
{
	font-size: 18px;
	margin-right: 5px;
}

.propertyTypeImg
{
	text-align: center;
	margin: 1vw 0px 0px 0px;
}

.propDetailsPrice
{
	font-size: 25px;
	text-align: center;
	margin-top: 30px;
}

.priceIcon
{
	font-size: 16px;
	color: var(--sqfa_primary);
}

.shareBox
{
	text-align: center;
	font-size: 20px;
	width: fit-content;
	margin: 0 auto;
	right: 145px;
	top: 5px;
}

.shareBtn
{	
	margin: 0 auto;
	width: fit-content;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #e3e3e3;
	cursor: pointer;
	margin: 10px;
	margin-top:0px;
	float: left;
	border-radius: 30px;
	transition: 0.25s;
	padding-left: 2px;
}

.shareBtn:hover
{
	background-color: #d3d3d3;
}

.photoCount
{
	background-color: var(--sqfa_primary);
    color: white;
    font-size: 12px;
    text-align: center;
    border-radius: 16px;
    width: fit-content;
    padding: 0px 10px;
    float: right;
    margin-left: 10px;
    padding-top: 3px;
}

.contactFormContianer
{
	margin: 20px;
	background-color: #d5caca3b;
	padding-bottom: 20px;
	margin-right: 0px;
}

.contactDetails
{
	margin-bottom: 20px;
}

.contactIcon
{
	margin-left: 40px; 
	color: var(--sqfa_primary); 
	margin-right: 10px;
	font-size: 16px;
}

.contactValue
{
	padding-left: 40px;
	font-size: 20px;
	max-width: 90%;
	word-wrap: break-word;
}

.contactDetails > label
{
	font-size: 13px;
	letter-spacing: 1px;
}

.propertyFeatureTable
{
	margin: 20px;
	float: left;
}

.propTypeImg
{
	height: 70px;
	width: 70px;
}

.propDetailImgContainer
{
	padding: 0px !important;
}

@media(max-width: 1500px){
	.propTypeImg
	{
		height: 50px;
		width: 50px;
	}
	
	.contactValue
	{
		font-size: 16px;
	}
	
	.propDetailsLocation
	{
		font-size: 18px;
	}
	
	.propDetailsCity
	{
		font-size: 14px;
	}
	
	.propDetailsPrice
	{
		font-size: 22px;
	}
	
	.propDetailsHighlightsTable
	{
		font-size: 15px;
		margin: 15px;
	}
	
	.propDetailsHighlights
	{
		margin-top:20px;
	}
	
	.highLightIcon
	{
		font-size: 15px;
	}
	
	.propertyTypeImg {
	    margin: 1vw 0px 0px 0px;
	}
}

.nearbyPlacesTabs
{
	color: #bbbbbb;
	border: solid 1px transparent !important;
}

.nearbyPlacesTabs:hover
{
	color: gray;
	border: solid 1px #dddddd !important;
	border-bottom: none;
}

.nearbyPlacesTabs.active
{
	border: solid 1px #dddddd !important;
	border-bottom: solid 1px white !important;
}



.propDetailImgDiv
{
	padding: 16px !important;
	order: 1;
	border-left: solid 2px black;
	position: relative;
	transition: 1s;
}

.propDetailsSectionTitle
{
	text-align: left;
	padding-left: 40px;
}

.propDetailsSection
{
	padding: 20px;
	padding-left: 40px;
}

@media(max-width: 991px){
	.propDetailImgDiv
	{
		order: 0;
	}
	
	.propDetailImgContainer
	{
		padding: 0px !important;
	}
	
	.propDetailsSectionTitle
	{
		text-align: center;
		padding-left: 0px;
	}	
	.propDetailsSection
	{
		padding: 0px;
	}
	
	.contactFormContianer
	{
		margin: 20px 0px;
	}
	.contactUsMainImg
	{
		width: 100%;
		min-height: unset !important;
		height: auto;
	}
}

.propDetailsLocation
{
	font-size: 20px;
}

.propDetailsCity
{
	color: #589b82;
	letter-spacing: 1px;
}

.nearByPlaceTypeName
{
	display: content;	
}

.nearByPlacesIcon
{
	margin-right: 10px;
}

.hideInMobile
{
	
}

.buyerContainerCommon
{
	padding: 0px 40px !important;
}

.buyerPrefContainerDiv
{
	padding: 0px 40px;
}

.agentRoundeAddBtn
{
	border-radius: 20px;
	box-shadow: 1px 2px 5px gray;
	margin-left: 20px;
}

@media(max-width: 1365px){
	
	.agentRoundeAddBtn
	{
		margin-left: 0px !important;
	}
	.buyerPrefContainerDiv
	{
		-webkit-box-flex: 0 !important;
	    -ms-flex: 0 0 100% !important;
	    flex: 0 0 100% !important;
	    max-width: 100% !important;
		padding: 0px 20px !important;
	}
	
	.buyerPrefContainerDiv
	{
		
	}
	
	.nearByPlaceTypeName
	{
		display: none;	
	}
	
	.noMobileTable
	{
		display: none !important;
	}
	.mobileOnly
	{
		display: block !important;
	}
	.hideInMobile
	{
		display: none !important;
	}
}

.agentBigScreenTable
{
	display: block;
}
.agentMobileOnlyTable
{
	display: none;
}

@media(max-width: 1100px){
	.agentMobileOnlyTable
	{
		display: block;
	}
	.agentBigScreenTable
	{
		display: none;
	}
}

.noMobileTable
{
	display: table;
}

.mobileOnly
{
	display: none;
}

.nearByPlaceName
{
	font-size: 16px;
	letter-spacing: 1px;
	width: 80%;
	Text-align: left;
}

.nearByPlaceMobileRow
{
	border-radius: 5px;
	background-color: white;
	box-shadow: 1px 1px 5px lightgray;
	padding: 10px;
	margin: 10px 0px;
	height: 80px;
}

.nearByPlaceType
{
	color: black;
	background-color: #efefef;
	border-radius: 15px;
	font-size: 12px;
	width: fit-content;
	padding: 0px 10px;
	letter-spacing: 1px;
	float: left;
	margin: 10px;
	margin-left: 0px;
	height: 20px;
	line-height: 20px;
}

.nearByPlaceDistance
{
	color: black;
	background-color: #efefef;
	border-radius: 15px;
	font-size: 12px;
	width: fit-content;
	padding: 0px 10px;
	letter-spacing: 1px;
	float: left;
	margin: 10px;
	height: 20px;
	line-height: 20px;
}

.contactUsText
{
	padding: 20px;
	font-size: 20px;
}

.contactUsMainImg
{
	min-height: 625px;
}

.contactUs-form-group
{
	padding: 15px 10px;
}

.aboutUsMainImg
{
	width: 100%;
	margin: 0 auto;
}


.quote
{
	font-size: 30px;
	color: #44ab847a;
	max-width: 1100px;
	margin: 0 auto;
	font-weight: 400;
	text-align: justify;
}

@media(max-width: 1366px)
{
	.quote
	{
		font-size: 25px;
	}
}

@media(max-width: 766px)
{
	.quote
	{
		font-size: 20px;
	}
}

.aboutUsText
{
	max-width: 900px;
	text-align: justify;
	margin: 30px auto;
	font-size: 18px;
	color: gray;
	letter-spacing: 1px;
}
@media(max-width: 1919px)
{
	.contactUsText
	{
		font-size: 18px !important;
	}
	
	.contactUs-form-group
	{
		padding: 0px 10px;
	}
}

.accordion-body
{
	text-align: justify;
}

.accordion-button
{
	font-weight: 600;
}

.googleOneTapOffset
{
	margin-right: 410px;
}
@media(max-width: 1199px)
{
	.googleOneTapOffset
	{
		margin-right: 0px;
	}
}

.google-btn {
  display: inline-flex;
  align-items: center;
  background-color: white;
  color: #555;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 14px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  transition: background 0.3s;
}

.google-btn img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.searchCardIcon
{
	height: 50px;
	width: 50px;
	float: left;
	margin-right: 20px;
}

.cardTitleText
{
	float: left;
	margin-top: 25px;
}

.cardPlaceholderImg
{
	width: 100%;
	max-height: 100%;
	padding: 20px;
	opacity: .4;
	border-radius: 5px 5px 0px 0px;
	border-bottom: solid 1px #b4ddce;
	opacity: .5;
}

.card-body
{
	padding-bottom: 20px;
}

.btnGreen
{
	background-color: var(--sqfa_primary) !important;
	border: solid 1px var(--sqfa_primary) !important;
}

.btnGreen:hover
{
	background-color: #399371 !important;
	border: solid 1px #399371 !important;
}

.selectPropertyCheck
{
	font-size: 30px; 
	position: absolute; 
	color:var(--sqfa_primary); 
	top: -10px;
	right: -10px;
	background-color: white;
}
		
.photoPreviewDiv
{
	 text-align: center; 
	 margin-top: 10px; 
	 margin-bottom: 20px;
	 height: 200px;
	 line-height: 200px;
	 width: 300px;
	 background-color: #02806912;
}

.helper 
{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.photoPreviewImg
{
	margin: 0 auto;
	max-width: 100; 
	max-height:  100px;
	vertical-align: middle;
	opacity: .1;
	margin-top: 30px;
	margin-bottom: 20px;
}

.photoUploadCard
{
	width: fit-content;
	margin: 20px; 
	display: inline-block;
	box-shadow: 1px 1px 5px gray;
}

.photoUploadCardLabel
{
	padding: 10px 0px 0px 20px;
	margin-bottom: 0px;
}

.sellPropertyFormContainer
{
	background-color: white; 
	display: inline-block;
	display: none;
	margin: 20px auto;
	border: solid 1px #e9e9e9; 
	border-radius: 20px;
}

@media(max-width: 991px)
{
	#sellPropertyFormDiv
	{
		margin: 10px;
		max-width: calc(100vw - 20px);
	}
}

.inputs input {
    width: 40px;
    height: 40px
}

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

.card-2 {
    background-color: #fff;
    padding: 10px;
    width: 350px;
    height: 100px;
    bottom: -50px;
    left: 20px;
    position: absolute;
    border-radius: 5px
}

.card-2 .content {
    margin-top: 50px
}

.card-2 .content a {
    color: red
}

.OTPform-control:focus {
    box-shadow: none;
    border: 2px solid red
}

.validate {
    border-radius: 20px;
    height: 40px;
    background-color: red;
    border: 1px solid red;
    width: 140px
}

.propertyPhotosSection
{
	text-align: left;
	padding:0% 10% 30px 10%;
}

@media(max-width: 991px)
{
	.propertyPhotosSection
	{
		text-align: left;
		padding:0;
	}
	
	.photoUploadCard
	{
		margin: 20px 10px;
	}
}


.nearbyTable tbody tr:first-child td {
    border-top: none !important;
}

.nav-tabs {
    border-bottom: 1px solid #44ab84 !important;
}

.checked {
  color: orange;
}

.irs-grid-text {
	font-size: 12px !important;
}
			
.multiselect
{
	max-width: 100%;
}

.multiselect > span{
	display: block;
	max-width: calc(100% - 28px);
	overflow: hidden;
}

.inspectionDateContainer
{
	border: solid 1px #ebebeb;
	padding: 10px;
	border-radius: 5px;
	float: left;
	margin: 10px;
	text-align: center;
	background-color: white;
	color: #589b82;
	width: 152px;
}

.inspectionDate
{
	font-family: robotoLite;
	font-size: 15px;
	text-align: center;
}

.availableUserDetails
{
	padding: 5px 10px 5px 10px;
    background-color: #e7e7e7;
}

/**
 * Extracted from: SweetAlert
 * Modified by: Istiak Tridip
 */
.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
    
    .check-icon {
        width: 80px;
        height: 80px;
        position: relative;
        border-radius: 50%;
        box-sizing: content-box;
        border: 4px solid #4CAF50;
        
        &::before {
            top: 3px;
            left: -2px;
            width: 30px;
            transform-origin: 100% 50%;
            border-radius: 100px 0 0 100px;
        }
        
        &::after {
            top: 0;
            left: 30px;
            width: 60px;
            transform-origin: 0 50%;
            border-radius: 0 100px 100px 0;
            animation: rotate-circle 4.25s ease-in;
        }
        
        &::before, &::after {
            content: '';
            height: 100px;
            position: absolute;
            background: transparent;
            transform: rotate(-45deg);
        }
        
        .icon-line {
            height: 5px;
            background-color: #4CAF50;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 10;
            
            &.line-tip {
                top: 46px;
                left: 14px;
                width: 25px;
                transform: rotate(45deg);
                animation: icon-line-tip 0.75s;
            }
            
            &.line-long {
                top: 38px;
                right: 8px;
                width: 47px;
                transform: rotate(-45deg);
                animation: icon-line-long 0.75s;
            }
        }
        
        .icon-circle {
            top: -4px;
            left: -4px;
            z-index: 10;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            position: absolute;
            box-sizing: content-box;
            border: 4px solid rgba(76, 175, 80, .5);
        }
        
        .icon-fix {
            top: 8px;
            width: 5px;
            left: 26px;
            z-index: 1;
            height: 85px;
            position: absolute;
            transform: rotate(-45deg);
            background-color: transparent;
        }
    }
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

.buyerPagesContainer
{
	min-height: calc(100vh - 290px);
}

.buyersSideNavPanel
{
	min-height: calc(100vh - 290px);
	padding: 20px;
	background-color: #f1f1f1;
}

.buyerNavItems
{
	text-align: left;
	height: 40px;
	line-height: 40px;
	color: black;
	box-shadow: 2px 2px 4px lightgray;
	border-radius: 40px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 40px;
	cursor: pointer;
	background-color: white;
}

.buyerNavItems:hover
{
	background-color: #44ab84;
	color: white;
}

.buyerNavItemsActive
{
	background-color: #44ab84;
	color: white;
}

.buyerMainProfilePicture
{
	height: 100px;
	width: 100px;
	margin: 0 auto;
	border-radius: 100px;
}

.buyerPageMainTitle
{
	font-size: 30px;
	font-family: robotolite;
	color: #44ab84;
	padding: 20px 0px 40px 0px;
}

.buyerMainIconContainer
{
	text-align: right;
}

.buyerDetailsContainer
{
	margin-top: 20px;
	margin-bottom: 30px;
	border-bottom: solid 1px #dbdbdb;
	padding-bottom: 70px;
}

.buyerPreferenceContainer
{
	
}

.usersProfilePic
{
	height: 30px; 
	border-radius: 20px; 
	margin-left: 10px;
	width: 30px; 
	float: right;
}


@media (max-width: 991px)
{	
	.buyerPreferenceContainer
	{
		margin-bottom: 50px;
		border-bottom: solid 1px #dbdbdb;
		padding-bottom: 50px;
	}
	.buyerDetailsContainer
	{
		margin-top: 40px;
	}
	.buyerMainIconContainer
	{
		text-align: center;
		padding-top: 40px;
	}
	
	.buyerPageMainTitle
	{
		font-size: 23px;
		margin-bottom: 30px;
	}
	
	.buyerContainerCommon
	{
		padding: 0px 15px !important;
	}
}

@media(min-width: 1300px)
{
	.buyerContainerCommon
	{
		padding: 0px 40px !important;
	}
}

.showOnlyOnSmallScreen
{
	display: none;
}

.saveBuyerPreferenceBtn
{
	float: right;
}

.carouselImgDiv
{
	width: calc((100vw * 0.551));
    max-height: calc(((100vw * 0.583) - 40px)*.66);
    line-height: calc(((100vw * 0.583) - 40px)*.66);
    text-align: center;
}

.carouselImg
{
	max-height: calc(((100vw * 0.551))*.66);
	display: unset !important;
	width: unset !important;
	max-width: 98%;
}

.noMobileView
{
	
}


.mapViewBtn{
	color: white !important;
	float: left;
	margin-left:50px;
}
.mapViewBtnMobile{
	color: white !important;
	float: right;
	margin-left:10px;
	display: none;
}
.gridViewBtn{
	color: white !important;
	float: left;
	margin-left:10px;
	margin-bottom: 10px;
}
.gridViewBtnMobile{
	color: white !important;
	float: right;
	margin-left:10px;
	display: none;
	margin-bottom: 10px;
}

.searchResultSortingOptions
{
	width: 180px !important;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
	height: 35px;
	margin-right: 10px;
}
@media (max-width: 766px)
{
	.mapViewBtn{
		color: white;
		float: left;
		margin-left:10px;
	}
	.hideForSmallerScreen
	{
		display: none;
	}
	.noMobileView
	{
		display: none;
	}
	
	.showOnlyOnSmallScreen
	{
		display: block;
	}
	
	.saveBuyerPreferenceBtn
	{
		float: unset;
		margin-right: 0px;
		width: 100%;
	}
	.inspectionDateContainer
	{
		display: inline-block;
		float: none;
	}
	
	.propDetailsSection
	{
		text-align: center;
	}
}

.carouselImgDivFullScreen
{
	width: calc((100vw * 0.5574));
    max-height: calc(100vh - 200px);
    line-height: calc(100vh - 200px);
    text-align: center;
}

.carouselImgFullScreen
{
	max-width: 96%;
	width: auto !important;
    max-height: calc(100vh - 200px);
    text-align: center;
    display: unset !important;
    margin: 0 auto;
    margin-right: 0.7%;

}

@media(max-width: 991px){
	.carouselImgDiv
	{
		width: calc(100vw - 60px);
	    max-height: calc((100vw - 40px)*.66);
	    line-height: calc((100vw - 40px)*.66);
	}
	
	.carouselImg
	{
		max-height: calc((100vw - 40px)*.66);
		max-width: 97%;
	}
}

.shortListBtn
{
	margin: 20px 0px;
	cursor: pointer;	
}

.shortListContainer
{
	height: calc(100vh - 150px);
	border-right: solid 1px #f1f1f1;
	overflow : auto;
}

.shortListItem
{
	box-shadow: 2px 2px 4px lightgray;
	border: solid 1px #f1f1f1;
}

.shortlistAddToCompareBtn
{
	height: 30px;
	border-radius: 15px;
	background-color: #ff9600;
	text-align:center;
	padding: 0px 10px;
	color: white;
	float: right;
	font-size: 14px;
	line-height: 30px;
	margin: 0px 10px 10px 10px;	
}

.shortlistAddToCompareBtn:hover
{
	background-color: #e18500;
}

.shortlistNotesBtn
{
	height: 30px;
	border-radius: 15px;
	background-color: #44ab84;
	text-align:center;
	padding: 0px 10px;
	color: white;
	float: right;
	font-size: 14px;
	line-height: 30px;	
	margin: 0px 10px 10px 10px;
}

.shortlistNotesBtn:hover
{
	background-color: #3f8f71;
}

.propCardDeleteBtn{
	height: 30px;
	line-height: 30px;
	width: fit-content !important;
	text-align: center;
	border-radius: 20px;
	margin: 0px 10px;
	color: #ffa1a1;
	transition-duration: .5s;
	bottom: 20px;
	right: 1px;
	cursor: pointer;
	float: right;
	padding: 0px 10px;
	background-color: #f5f5f5;
}

.propCardDeleteBtn:hover{
	background-color: #ededed;
	color: red;
}

.comparedPropertyDiv
{
	border: solid 1px #e7e7e7;
    padding: 10px;
    width: fit-content;
    box-shadow: 0px 1px 8px lightgray;
    margin-right: 10px;
}

.compareStats
{
	margin-top: 5px; 
	background-color: #efefef; 
	border-radius: 5px; 
	text-align: left;
	padding: 2px 10px;
}

.compareCloseBtn
{
	position: absolute;
    height: 28px;
    width: 28px;
    background-color: #dc3545;
    top: -10px;
    right: -10px;
    cursor: pointer;
    font-size: 18px;
    color: white;
}

.compareItemScoreDiv
{
	position: absolute;
    height: 23px;
    width: 57px;
    background-color: #44ab84;
    top: 84px;
    left: -11px;
    cursor: pointer;
    font-size: 14px;
    color: white;
}

.compareItemScoreDiv:hover
{
	text-decoration: underline;
}

.compareAddressBox
{
	display: grid;
	align-items: center;
	padding: 5px; 
	border-radius: 5px; 
	background-color: #efefef; 
	margin: 5px 0px; 
	height: 140px;
	width: 150px; 
	overflow: hidden;
}

.comparePriceBox
{
	border-bottom: solid 1px lightgray; 
	text-align: center;
	padding: 10px 0px;
	font-weight: 600; 
	color: #44ab84;
	height: 93px; 
	overflow: hidden;
	position: relative;
}

.previousNotesContainer
{
	float: left;
	width: calc(100% - 61px);
	background-color: #efefef;
	height: 300px;
	margin-left: 10px;
	padding: 10px;
	margin-bottom: 20px;
	overflow: auto;
}
.noteBox
{
	background-color: white;
	padding: 10px;
	border-radius: 10px;
	margin: 10px 5px;
}
.noteAddedon
{
	font-weight: 600;
	text-align: right;
	border-bottom: solid 1px gray;
}


#similarPropertiesRightModal .modal-dialog-slideout {min-height: 100%; margin: 0 0 0 auto;background: #fff;}
.modal.fade .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(100%,0)scale(1);transform: translate(100%,0)scale(1);}
.modal.fade.show .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(0,0);transform: translate(0,0);display: flex;align-items: stretch;-webkit-box-align: stretch;height: 100%;}
.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body{overflow-y: auto;overflow-x: hidden;}
.modal-dialog-slideout .modal-content{border: 0;}
.modal-dialog-slideout .modal-header, .modal-dialog-slideout .modal-footer {height: 69px; display: block;}
#similarPropertiesRightModal .modal-dialog-slideout .modal-header h5 {float:left;color:blue;}



.myInspectionContainer
{
	border-radius: 5px;
	box-shadow: 2px 2px 4px lightgray;
	border: solid 1px lightgray;
	padding: 10px;
	margin: 10px;
}

.myInspectionImage
{	
	width: auto;
	max-height: 100%;
	max-width: 100%;
}

.myInspectionTitle
{
	font-size: 1rem;
	color: gray;
	font-family: robotoLite;
}

.mapIconText
{
	text-align: center;
	color: #1ea4e9;
	cursor: pointer;
}

.mapIconText:hover
{
	text-decoration: underline;
}

.myInspectionAddress
{
	color: #44ab84;
	font-size: 1.2rem;
}

.scoreTitle
{
	position: absolute;
    bottom: 0px;
    color: #bdbdbd;
    font-size: 1.6rem;
    font-family: 'robotoLite';
    padding-left: 20px;
}

.inspectionIcon{
	height: 50px; 
	width: 50px; 
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
	left: calc(50% - 25px);
}



@media(max-width: 991px){
	.scoreTitle
	{
		position: absolute;
		bottom: -7px;
	    color: #bdbdbd;
	    font-size: 1.3rem;
	    font-family: 'robotoLite';
	    padding-left: 20px;
	}
	.inspectionIcon{
		height: 40px; 
		width: 40px; 
		left: calc(50% - 20px);
	}
}

.buyerNavIcon
{
	margin-right: 20px;
}

@media(max-width: 1370px){
	.buyerNavIcon
	{
		margin-right: 10px;
	}
}


.propertyTypeSelectBox
{
	text-align: center; 
	position: relative;
	padding: 10px; 
	border: solid 1px lightgray; 
	width: 122px;
	height: 200px; 
	margin: 0 auto;
}

.propertyTypeSelectBox:hover
{
	border: solid 1px var(--sqfa_primary);
	text-decoration: underline;
	-webkit-text-decoration-color: var(--sqfa_primary) !important;;
    text-decoration-color: var(--sqfa_primary) !important;;
    text-underline-offset: 8px;
    text-decoration-thickness: 3px;
}

.propTypeSelectOption
{
	position: relative; 
	cursor: pointer; 
	margin: 10px;	
	flex: 1 0 21%;
}

.selectPropertyCheck
{
	font-size: 30px; 
	position: absolute; 
	color: var(--sqfa_primary); 
	top: -10px;
	right: -10px;
	background-color: white;
}

.propertyFeatureIcon
{
	height: 30px;
}



.featureDiv
{
	padding: 5px 10px;
	border-radius: 20px;
	border: solid 1px lightgray;
	margin: 5px;
	float: left;
	display: flex;
}

.featureNameSpan
{
	font-size: 14px;
}

.photoBox
{
	margin: 0 auto;
	margin-top: 10px;
	width: 256px;
	padding: 10px;
	border: solid 1px lightgray;
	box-shadow: 2px 2px 3px gray;
	position: relative;
	text-align: center;
}

.editPropertyPhoto
{
	max-width: 236px;
	max-height: 277px;
	margin: 0 auto;
}

.deletePhotoBtn
{
	background-color: #dc3545;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 15px;
	font-size: 14px;
	position: absolute;
	top: -3px;
	right: -3px;
	color: white;
	cursor: pointer;
} 




output{
  width: 100%;
  min-height: 150px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  position: relative;
  border-radius: 5px;
}

output .image{
  height: 150px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
  width: fit-content;
  margin: 5px;
  float: left;
}

output .image img{
  height: 100%;
  width: 100%;
}

output .image span {
  position: absolute;
  height: 35px;
  width: 35px;
  background-color: #dc3545;
  top: 0px;
  right: 0px;
  cursor: pointer;
  font-size: 22px;
  color: white;
}

output .image span:hover {
  opacity: 0.8;
}

output .span--hidden{
  visibility: hidden;
}

.nearbyPlaceBox
{
	position:relative; 
	background-color: #f5f5f5; 
	border-radius: 10px; 
	margin: 5px;
	padding: 20px;
}

.propCardPropertyId
{
	background-color: #44ab84;
	color: white;
	text-align: left;
	font-family: robotoLite;
	padding: 5px 10px;
	font-weight: 600;
	position: absolute;
	top: 0px;
	left: 0px;
}

.propCardPaidUntil
{
	background-color: #44ab84;
	color: white;
	text-align: left;
	font-family: robotoLite;
	padding: 5px 10px;
	font-weight: 600;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 1;
}

.propCardPaidUntil:hover
{
	text-decoration: underline;
}

.propCardEditBtn{
	height: 30px;
	line-height: 30px;
	width: 30px !important;
	text-align: center;
	border-radius: 20px;
	margin: 0px 10px;
	color: #c2e3c1;
	transition-duration: .5s;
	float: right;
	bottom: 20px;
	right: 40px;
	cursor: pointer;
}

.propCardEditBtn:hover{
	background-color: #ededed;
	color: #44ab84;
}

.propCardStatsBtn{
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	border-radius: 20px;
	margin: 0px 10px;
	color: rgb(140, 198, 255);
	transition-duration: .5s;
	float: right;
	bottom: 20px;
	right: 40px;
	cursor: pointer;
}

.propCardStatsBtn:hover{
	background-color: #ededed;
	color: rgb(83, 169, 255);
}


.cardBubbles
{
	width: fit-content;
    height: 30px;
    text-align: center;
    line-height: 18px !important;
    color: white;
    border-radius: 15px !important;
    background-color: #85c6ad !important;
    border: none !important;
    margin-left: 5px;
    float: right;
    margin-bottom: 10px;
    margin-top: 15px;
}

.cardBubbles:hover
{
	background-color: #44ab84 !important;
}

.inspectionItem
{
	padding: 10px;
	box-shadow: 2px 2px 3px lightgray; 
	border: solid 1px lightgray; 
	border-radius: 5px; 
	margin: 5px;
}

.inspectionListDiv
{
	height: 63vh;
	overflow: auto;
}

.inspectionTitle
{
	font-size:16px !important;
}

.noInspectionMsg
{
	text-align: center; 
	padding-top:140px; 
	color: lightgray;
}

@media(max-width: 1500px)
{
	.noInspectionMsg
	{
		padding-top:70px; 
	}
}

.agentPropertiesContainer{
	height: calc(100vh - 200px);
	overflow: auto;
	text-align: left;
}

.buyerPropertyPageTitles
{
	padding-top: 30px;
	text-align: left;
	padding-left: 25px;
}

.addNewBuyerPropertyBtnCont
{
	text-align: right;
	padding: 0px !important;
	
}

@media(max-width: 767px)
{
	.noInspectionMsg
	{
		padding-top:60px; 
	}
	
	.addNewBuyerPropertyBtnCont
	{
		text-align: center;
	}
	
	.buyerPropertyPageTitles
	{
		text-align: center;
		padding-left: 0px;
	}

	.agentPropertiesContainer{
		height: calc(100vh - 230px);
		overflow: auto;
		text-align: center;
	}
	
	.inspectionTitle
	{
		font-size:14px !important;
	}
	
	.agentPropertiesContainer
	{
		text-align: center;
	}
}

.inspectionFormTitle
{
	font-size: 18px;
	color: #62aaf7;
	margin-bottom: 20px;
}

.inspectionPropImg
{
	max-height: 40px;
	max-width: 60px;
}

.inspectionCard
{
	border-radius: 5px;
	margin: 5px;
	padding: 10px;
	background-color: #f1f1f1;
}

.inspectionCard:hover
{
	background-color: #e5e5e5;
	cursor: pointer;
}

.inspectionPropAddress
{
	width: 250px;
}

.navbar
{
	padding: 0.5rem 1rem;
}



.buyerEnquiryCard
{
	border-radius: 5px;
	margin: 5px;
	padding: 10px;
	background-color: #fbfbfb;
	border: solid 1px #f3f3f3;
}

.agentEnquiryUserImg
{
	height: 40px;
	width: 40px;
	border-radius: 20px;
	cursor: pointer;
}

.agentEnquiryPropImg
{
	max-height: 40px;
	max-width: 60px;
}

.agentEnquiryPropAddress
{
	margin: 0px 10px;
	width: 250px;
}

.agentEnquiryUserName
{
	margin: 0px 10px;
	width: 200px;
	cursor: pointer;
	color: gray;
}

.agentEnquiryUserNameMobile
{
	margin: 0px 10px;
	width: -webkit-fill-available;
	cursor: pointer;
	color: gray;
	text-align: left;
	padding-top: 8px;
}

.agentMobileViewIcon
{
	padding-left: 20px !important;
	color: #44ab84;
	font-size: 25px;
	text-align: center;
}

.agentEnquiryMobileUserName
{
	margin: 0px 10px;
	width: 100%;
	font-weight: 600;
	text-align: left;
	color: gray;
}

.agentEnquiryUserName:hover
{	
	color: #62aaf7;
	text-decoration: underline;
}

.agentEnquiryMsg
{
	width: 350px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.agentEnquiryMobileMsg
{
	width: 100%;
	-webkit-box-orient: vertical;
	margin: 20px 10px;
	text-align: left;
	font-size: 1.2em;
	color: black;
}

.enquiryModal
{
	max-width: 80vw !important;
}

.mobileTitleCenter
{
	text-align: left;	
}

@media(max-width: 1365px){
	.enquiryModal
	{
		max-width: unset !important;
	}
	.mobileTitleCenter
	{
		text-align: center;
	}
}

.form-check-input:checked {
    background-color: #44ab84 !important;
    border-color: #44ab84 !important;
}

.noMoreLabel
{
	color: lightgray;
	text-align: center;
	padding: 20px 0px;
}

.proTableSpinner
{
	margin-left: calc(50% - 10px);
}

.noMoreLabelSpan
{
	padding: 20px 0px;
}

@media(max-width: 767px)
{
	.noMoreLabel
	{
		display: contents;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.proTableSpinner
	{
		margin-left: unset;
	}

	.noMoreLabelSpan
	{ 		
		position: relative; 
		top: 20px;
	}
	
}

.regNotification
{
	color: gray;
	font-size: 20px;
	letter-spacing: 1px;
    font-family: robotolite;
}

.salesRentIndicator
{
	color: black;
	border-radius: 5px;
	font-size: 15px;
	padding: 1px 10px;
	width: fit-content;
	position: relative;
	top: 10px;
	background-color: #c3c3c3;
	box-shadow: 0px 4px 8px black;
	margin-left: 10px;
	display: inline-block;
	font-family: robotoLite;
	margin-bottom: 5px;
}

@media(max-width: 991px)
{
	.salesRentIndicator
	{
		top: -14px;
	}
}

.owl-prev.disabled
{
	display: none !important;
}
.owl-next.disabled
{
	display: none !important;
}

.buySellIndicator
{
	top: 0px;
	left: 0px;
	background-color: #44ab84;
	text-align: center;
	color: white;
	padding: 1px 10px;
	position: absolute;
	line-height: 20px;
}

.toast
{
	display: none;
	z-index: 1051;
}

.buyerInspectionsMobile
{
	display: none;
}

.buyerInspectionsDesktop
{
	display: table;
}

.mobileBlogPostcard
{
	display: none !important;
}
.bigScreenBlogPostcard
{
	display: flex !important;
}

@media(max-width: 1200px)
{
	.buyerInspectionsMobile
	{
		display: table;
	}
	.buyerInspectionsDesktop
	{
		display: none;
	}

	.mobileBlogPostcard
	{
		display: flex !important;
	}

	.bigScreenBlogPostcard
	{
		display: none !important;
	}
}

.mobileInspectionColumn
{
	text-align: left;
}

@media(max-width: 576px)
{
	.mobileInspectionColumn
	{
		text-align: center !important;
		margin: 0 auto;
		margin-top: 10px;
	}
}

.comparePropertyPlaceholder
{
	display: none; margin-top: 15vh; opacity: .6; text-align: center;
}

.shortlistedPropertyPlaceholder
{
	margin-top: 40px; 
	text-align: center;
}

.pricingDiv
{
	border: solid 1px lightgray;
	border-radius: 10px;
	box-shadow: 2px 2px 5px gray;
	margin: 20px;
	width: 300px;
	display: inline-block;
	vertical-align: top;
}

.pricingDataPoints
{
	background-color: #ebebeb;
	margin: 10px;
	border-radius: 5px;
	padding: 10px;
}

.blogAuthorDetails
{
	float: right;
	margin-top: -60px;
	margin-bottom: 10px;
}

.blogTitle
{
	font-size: 50px; 
	color: black;
}

.blogSubTitle
{
	
}

.blogTitleContainer
{
	position: relative;
	font-family: robotolite;
	font-size: 35px; 
	color: #b1b1b1; 
	text-align: left;
}


@media(max-width: 1365px)
{
	.blogAuthorDetails
	{
		float: none !important;
		margin-top: 0px;
		margin-bottom: 10px;
		width:100%;
		text-align: center;
	}

	.blogTitleContainer
	{
		text-align: center;
	}
	
	.blogTitle
	{
		font-size: 30px; 
		text-align: center;
	}

	.blogSubTitle
	{
		font-size: 27px; 
	}

	.blogAuthorDetails > table
	{
		text-align: center;
		width: 100%;
	}	
	.blogAuthorDetails > table > tbody > tr > td
	{
		text-align: center !important;
		width: 100%;
	}
}

.blogSectionImg
{
	min-width: 300px;
	width: 25%; 
	margin: 0px 20px 20px 0px;
}

@media(max-width: 1365px)
{
	.blogSectionImg
	{
		width: 100% !important;
		float: none !important; 
		margin: 0px 20px 20px 0px !important;
	}
}
.authorProfilePic
{
	height: 60px;
	width: 60px;
	border-radius: 30px;
}

.marketingPageTitleBig{
	font-size: 50px; 
	color: black;
}

.marketingPageTitleContainer
{
	font-family: robotolite;
	font-size: 35px; 
	bottom: 0px; 
	margin-bottom: 10px; 
	color: #b1b1b1; 
}

.marketingTitleSideImg
{
	width: 100%; 
	margin-bottom: 10px;
	margin-top: 20px;
}

.marketingPageSection
{
	background-color: #efefef;
    padding: 30px;
    border-radius: 10px;
    margin: 10px;
    margin-bottom: 20px;
    font-family: 'robotoLite';
}

@media(max-width: 1367px)
{
	.marketingPageTitleBig{
		font-size: 40px; 
		color: black;
	}
}

.vendorSignupButton
{
	width: 200px;
	margin: 10px 0px;
}
@media(max-width: 991px)
{
	.marketingPageTitleContainer
	{
		position: relative;
		text-align: center;
	}
	.marketingTitleSideImg
	{
		width: 80vw;
		margin: 0 auto;
	}
	.vendorSignupButton
	{
		width: 100%;
	}
}

.vendorImgContainer
{
	height: 200px;
	width: 300px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.ellipsesOnThirdLine
{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.vendorContactDetails
{
	margin: 5px; 
	background-color: white; 
	border-radius: 5px;
	box-shadow: 1px 1px 3px gray;
}

.vendorContactIcon
{
	color: #44ab84;
}

.starFilled
{
	color: orange;
}

.star
{
	color: darkgray;
}

.quickSearchVendorOption
{
	margin: 10px !important;
	border-radius: 20px !important;
	padding:5px 20px !important;
}

.addressOptionContainer
{
	position: absolute;
	z-index: 1;
	background: white;
	border: 1px solid #ced4da;
	padding: 10px;
	width: calc(100% - 24px);
	display: none;
}
.addressOption
{
	cursor: pointer;
    background-color: #f3f3f3;
    padding: 5px;
    margin: 2px;
}

.addressOption::hover
{
	background-color: #d9e5e1;
}

.mapMarker
{
	color: #e55d5d;
	text-shadow:1px 1px 2px black;
}
.mapMarker:hover
{
	color: yellow;
}

.leaflet-popup-content 
{
	margin: 0px !important;
    line-height: 1.3;
    font-size: 13px;
    font-size: 1.08333em;
    min-height: 1px;
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 4px !important;
}

.agentSummaryWidget
{
	background-color: white;
	border-radius: 10px;
	margin: 20px 0px 10px 0px;
	display: flex;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
}



.agentChartContainer
{
	padding: 20px;
	width: 100%;
	height: auto;
}

.agentCanvasContainer
{
	padding: 20px;
	position:relative;
	height: 260px;
}

.agentStatsContainer
{
	background-color: white;
	border: solid 1px #e5e7eb;
	border-radius: 5px;
	margin-top: 10px;
	box-shadow: 2px 3px 10px lightgray;
}

.statsTitleIcon
{
	color: orange;
	margin-right: 10px;
}

.statisticsTitle
{
	border-bottom: solid 1px #eceff1;
	padding: 10px;
    color: #62afe3;
    border-radius: 5px 5px 0px 0px;
}
.summaryWidgetIconDiv
{
	padding: 10px;
	margin: 10px;
	width: 44px;
	text-align: center;
	float: left;
}

.summaryWidgetLabel
{
	color: #707070;
	font-size: 20px;
	font-family: robotoLite;
	line-height: 70px;
}

.summaryWidgetValue
{
	font-size: 20px;
	font-weight: 600;
	font-family: robotoLite;
	line-height: 70px;
	margin-right: 20px;
	margin-left: auto;
}

.summaryIcon
{
	font-size: 20px;
	margin-top:5px;
}

@media(max-width: 1500px)
{
	.summaryWidgetLabel
	{
		font-size: 18px;
	}
	.summaryWidgetValue
	{
		font-size: 18px;
	}
	.summaryIcon
	{
		font-size: 18px;
	}
}

.statsContainer
{
	margin: 10px 0px;
}


.tableContainer
{
	overflow-x: auto;
	padding: 20px 20px 5px 20px;
	background-color: #fff;
	border-radius: 5px;
	margin: 0px 20px;
	width: calc(100% - 40px);
	box-shadow: 2px 3px 6px lightgray;
	min-height: 612px;
	position: relative;
}

.tableAction
{
	margin: 0px 10px 0px 10px;
	display: inline-block;
	width: fit-content;
	cursor: pointer;
	height: 33px;
	width: 33px;
	line-height: 33px;
	border-radius: 20px;
	text-align: center;
}

.tableActionDisabled
{
	margin: 0px 10px 0px 10px;
	display: inline-block;
	width: fit-content;
	cursor: not-allowed;
	height: 33px;
	width: 33px;
	line-height: 33px;
	border-radius: 20px;
	text-align: center;
}

.tableSpinner
{
	margin-left: calc(50% - 20px); 
	margin-top: 290px;
}

.tableAction:hover
{
	background-color: #7c7c7c3d;
}

.clickableTableCell
{
	color: #007bff;
	cursor: pointer;
}

.clickableTableCell:hover
{
	text-decoration: underline;
}

.tableSearchFormContainer
{
	margin: 30px 20px 50px 20px;
	width: calc(100% - 20px);
}

.agentPropertiesContainer{
	height: calc(100vh - 200px);
	overflow: auto;
}

.tableSearchBtnContainer
{
	padding-top: 20px;
}

.tablePaginationContainer
{
	position: absolute;
	bottom: 0px;
	right: 20px;
}

.tablePaginationContainer > nav
{
	float: right;
}

.pagination-link {
	cursor: pointer;
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    padding: 0.375rem 0.75rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.pagination-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-item.disabled .pagination-link {
    color: #e1e1e1;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-item.active .pagination-link {
    z-index: 3;
    color: #0d6efd;
    padding: 0.375rem 1rem;
}


.inspectionFormTitle
{
	font-size: 18px;
	color: #62aaf7;
	margin-bottom: 20px;
}

.agentEnquiryCard
{
	border-radius: 5px;
	margin: 5px;
	padding: 10px;
	background-color: #f1f1f1;
}

.agentEnquiryUserImg
{
	height: 40px;
	width: 40px;
	border-radius: 20px;
	cursor: pointer;
}

.agentEnquiryPropImg
{
	max-height: 40px;
	max-width: 60px;
}

.agentEnquiryPropAddress
{
	margin: 0px 10px;
	width: 250px;
}

.agentEnquiryUserName
{
	margin: 0px 10px;
	width: 200px;
	cursor: pointer;
	color: black;
}

.agentEnquiryUserName:hover
{	
	color: #62aaf7;
	text-decoration: underline;
}

.agentEnquiryMsg
{
	width: 350px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.buyerClientModelTitleDiv
{
	border-radius: 5px;
	background-color: #f5f5f5;
	text-align: left;
	padding: 10px;
	width: 150px;
}

.buyerClientModelValueDiv
{
	border-radius: 5px;
	background-color: #f5f5f5;
	text-align: left;
	padding: 10px;
}

.agentBuyerPhoneNumber
{
	width: 125px;
}

.agentBuyerEmail
{
	width: 200px;
}

.inspectionItem
{
	padding: 10px;
	box-shadow: 2px 2px 3px lightgray; 
	border: solid 1px lightgray; 
	border-radius: 5px; 
	margin: 5px;
}

.inspectionListDiv
{
	height: 400px;
	overflow: auto;
}

.inspectionTitle
{
	font-size:16px !important;
}

.noInspectionMsg
{
	text-align: center; 
	padding-top:140px; 
	color: lightgray;
}

@media(max-width: 1500px)
{
	.noInspectionMsg
	{
		padding-top:70px; 
	}
}

@media(max-width: 767px)
{
	.noInspectionMsg
	{
		padding-top:60px; 
	}
	
	.inspectionTitle
	{
		font-size:14px !important;
	}
	
	.agentPropertiesContainer
	{
		text-align: center;
	}
}

.agentStatsNoDataMsg
{
	display: none;
	text-align: center;
	line-height: 20vh;
	color: gray;
	font-size: 20px;
}

.mapPropertyCardOutterContainer
{
	width: fit-content;
	max-width: 222px;
	overflow-x: hidden;
	overflow-y: auto;
	height: 310px;
}

.mapPropertyCount
{
	text-align: center;
	background-color: #e55d5d;
	color: white;
	font-size: 16px;
	padding: 9px;
	height: 36px;
	width:100%;
	font-weight: 600;
	border-radius: 5px 5px 0px 0px;
}

.leaflet-popup-content-wrapper
{
	padding: 0px !important;
}

.propertyCountOnMapMarker
{
	font-size: 14px;
    position : relative;
    color: white;
    bottom: 26px;
    left: 5px;
}

.homeSearchFormContainer
{
	padding: 20px; 
	padding-top: 40px; 
	background-color: #ffffffed; 
	border-radius: 0px 0px 10px 10px;
}

.publicTestingMessage
{
	color: red; 
	font-weight: 600; 
	font-size: 40px; 
	position: fixed; 
	top:10px; 
	left : 10px; 
	z-index:10000;
}

.homePageSearchSectionNavLink
{
	
}

@media(max-width: 767px)
{
	.homeSearchFormContainer
	{
		padding-top: 20px; 
	}
	.publicTestingMessage
	{
		font-size: 20px;
	}
	.homePageSearchSectionNavLink
	{
		padding: 5px 10px !important;
	}
	.hideForMobilePortrait
	{
		display: none !important;
	}
}