.proile-box {
  height: auto !important;
  border-radius: 3px;
}
.proile-box > img {
  height: inherit;
  image-rendering: auto;
}
.uploaded-img-box > img#uploadedimage,
.uploaded-img-box > img#uploadedlogo {
  height: 100px;
  width: 100px;
  overflow: hidden;
  image-rendering: revert;
}
img.profile-image {
  height: 100px;
  width: 100px;
  overflow: hidden;
  image-rendering: revert;
  border-radius: 10px;
}

img.chat-profile-image {
  height: 55px;
  width: 55px;
  overflow: hidden;
  image-rendering: revert;
  border-radius: 50%;
}

.swal2-confirm.swal2-styled {
  padding: 12px 22px 12px 22px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #2a4b9b;
  line-height: 24px;
  background-color: #2a4b9b;
  color: #fff;
  display: inline-block;
  transition: all 0.4s;
}
.swal2-styled.swal2-confirm:focus {
  box-shadow: none;
}
.swal2-styled.swal2-deny:focus {
  box-shadow: none;
}
.swal2-styled.swal2-cancel:focus {
  box-shadow: none;
}
.swal2-deny.swal2-styled {
  padding: 12px 22px 12px 22px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #bb4f4f;
  line-height: 24px;
  background-color: #bb4f4f;
  color: #fff;
  display: inline-block;
  transition: all 0.4s;
}
.swal2-cancel.swal2-styled {
  padding: 12px 22px 12px 22px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #555555;
  line-height: 24px;
  background-color: #555555;
  color: #fff;
  display: inline-block;
  transition: all 0.4s;
}

/* 05-05-2022 */
/* .featured-properties-img img {
    height: 16rem;
    overflow: hidden;
    image-rendering: revert;
    object-fit: cover;
} */

/* 15 June,2022  Svapnil*/

img.feature-property {
  width: 14px;
  height: 14px;
}
.feature-property-fill,
.active .feature-property-border {
  display: none;
}
.active .feature-property-fill,
.feature-property-border {
  display: block;
}

/* 16 June */

.add-property-field label.uploadLogo.form-label {
  width: 100px;
  height: 100px;
  background-color: rgba(228, 233, 249, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin: 0;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 20px;
}

.edit-detail-box .add-property-field label.uploadLogo.form-label {
  margin: 0 auto;
}

/*  */

.feature-inputs {
  display: flex;
  align-items: center;
}
.feature-inputs input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  padding: 0;
}
.feature-inputs label {
  margin-bottom: 0;
}
.feature-inputs {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.gmap-featured-properties-box.featured-properties-box {
  margin: 0;
  border-radius: 0px;
}
.gmap-featured-properties-box.featured-properties-box:hover {
  transform: translateY(0px);
  box-shadow: none;
}
.gmap-featured-properties-box .featured-properties-img img {
  height: 100px;
}
.gmap-featured-properties-box .featured-properties-box-content {
  padding: 8px 2px 0;
  border: none;
  border-radius: 0px;
}
.gmap-featured-properties-box .featured-properties-box-content h3{
  font-size: 14px;
  margin: 0;
}
.gmap-featured-properties-box .area-indicator-div-map-window,
.gmap-property-address-details {
  display: flex;
  align-items: center;
  margin: 10px 0 0;
}
.gmap-featured-properties-box .area-indicator-div-map-window img {
  width: 18px;
  margin-left: 6px;
}
.gmap-featured-properties-box .gmap-property-address-details{
  margin: 8px 0 0;
}
.gmap-featured-properties-box .gmap-property-address-details img{
  margin-right: 6px;
}
.gmap-featured-properties-box .featured-properties-box-content h5{
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
.gmap-featured-properties-box .badge{
  left: 6px;
  bottom: 6px;
}
.gm-style .gm-style-iw-c{
  max-width: 200px !important;
  max-height: 250px !important;
  padding: 0;
  border-radius: 16px;
}
.gm-style .gm-style-iw-d{
  max-height: 250px !important;
  padding: 8px 34px 10px 10px !important;
  overflow: hidden !important;
}
.gm-ui-hover-effect{
  opacity: 1;
  background: #fff !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  right: 12px !important;
  top: 12px !important;
  border-radius: 100%;
  width: 20px !important;
  height: 20px !important;
}
.gm-ui-hover-effect>span{
  margin: 0 !important;
}