.listing-html-view img {
  width: 65px;
  height: 65px;
  border-radius: 0px;
  cursor: pointer;
}

.listing-add-photo-wrapper .dz-preview .dz-image img {
  width: 65px;
  height: 65px;
  border-radius: 0px;
  cursor: pointer;
}

.dz-image .cont-files{
  padding-left: 7px !important;
}

.listing-add-photo-wrapper .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 2;
  z-index: 500;
  position: absolute;
  display: block;
  top: 16%;
  left: 57%;
  margin-left: -50%;
  margin-top: -2%;
}

.listing-add-photo-wrapper{margin-top:15px;}
.listing-add-photo-wrapper .dz-image-preview{width: 65px;display: inline-flex;position: relative;margin-right: 20px;}
.listing-add-photo-wrapper .dz-image-preview .remove-listing-image{position: absolute;top: -15px;right: -8px;}
.edit_listing .listing-row{margin-right: -15px;margin-left: -15px;}

/* .user-name{
	float: right;
  padding-right: 28px;
} */

.mobile-footer-username{
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.profile-page-sidebar.full-width img{
	margin-top: 16px;
	height: 60px;
  width: 60px;
}

.profile-page-sidebar.full-width p{
	margin: 56px 0px 20px 88px;
}

.body-field {
    padding: 20px;
}

.listing-side-bar{
  display: block;
  position: fixed;
  top: 160px;
  width: 255px;
}

.listing-map-sidebar{
  height: 400px;
  width: 100%;
  border: 1px solid #000000;
  position: fixed !important;
  overflow: hidden !important;
  width: 253px !important;
  margin-top: 201px !important;
}

/* .listing-sidebar-wrapper .user-name {float: right;font-size: 18px;width: 100%;} */
.profile-page-sidebar.full-width p{margin: 11px 0px 22px 2px;}

/** MAP RELATED CSS STARTED DON'T TOUCH WITHOUT PERMISSION***/
.map-normalscreen-view{
	position: relative;
	top: 0;
	width: 262px;
	height: 400px;
	background-color: 'transparent';
	z-index: 0;
	clear: both;
}
.map-fullscreen-view {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 99%;
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
	z-index: 9999;
	clear: both;
}
.map-action-icons{    
		position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    z-index: 999999999;
		background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    border-radius: 2px;
		cursor: pointer;
}
.minimize-map-icon{top:30px;right:30px;}
.map-canvas{height: 400px;width: 100%;border: 1px solid #000000;}

.no-property-wapper{
  clear: both;
}
.no-property-address{
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  opacity: 0;
  z-index: 9;
}

.mt-10{
  margin-top: 10px;
}
