 canvas { display: inline-block}
 body{outline:1px solid #fff;}

.unit-popup .close-btn {
  position: absolute;
  top: -9px;
  right: 0px;
  background: transparent;
  border: none;
  font-size: 29px;
  font-weight: bold;
  color: #555;
  cursor: pointer;
  z-index: 1001;
}

.unit-popup .close-btn:hover {
  color: #000;
}

input[type="checkbox"] {
    margin-right: 10px;
}


.selected-range{
  margin-left:5px;
}

.clear-selected-value{
  display:none;
  margin-left:5px;

}

.total-price {  display:none; }
.door_directions {  display:none; }
.views {  display:none; }
.unit_types {  display:none; }
.statuses {  display:none; }
.price-per-sqft {  display:none; }

.image-container {
  cursor: pointer;
  
}


.deatial-new{flex: 1;
  height: 100%;
  padding: 32px;
  overflow-y: scroll;}









.header-container {
display: flex;
align-items: center;
justify-content: space-between;
}

/* Logo styles */
.logo img.site-logo {
max-height: 50px;
}

/* Button styles */
.button-container .custom-button {
background-color: #ccc;
color: white;
border: none;border-radius: 6px;
padding: 8px 16px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}

.button-container .custom-button:hover {
background-color: #0056b3;
}

/* Icon styles */
.icon-container svg {
width: 20px;
height: 20px;

}





.breadcrumb-container {
   margin: 16px 0px;
  padding: 8px;
  background-color: #f9f9f9;
  border-radius: 8px;
  /* display: flex
; */
  overflow: hidden;

}

.breadcrumb-navigation {
font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
  float: left;
}

.breadcrumb-list {
display: flex;
align-items: center;
list-style: none;
padding: 0;
margin: 0;
}

.breadcrumb-item {
margin-right: 8px;
display: flex;
}

.breadcrumb-link {
text-decoration: none;
color: #007bff;
/* display: flex; */
align-items: center;
width: 100px;
line-height: 39px;
}

.breadcrumb-icon {
margin-right: 4px;
color: #007bff;
float: left;
width: 40px;
}

.breadcrumb-current {
font-weight: bold;
color: #555;
}

.breadcrumb-separator {
color: #aaa;
margin-right: 8px;
}

/* Button Styles */
.button-group {
display: flex
;
  gap: 12px;
 
  float: right;
}

.button {
cursor: pointer;
background: transparent;
border: none;
font-size: 14px;
color: #007bff;
display: flex;
align-items: center;
padding: 8px 12px;
border-radius: 4px;
transition: background-color 0.3s ease;
}

.button:hover {
background-color: #eef5ff;
}

.icon-container {

}

.button-label {
font-weight: 500;
}

.meoand {
    /* display: flex; */
    flex-direction: column;
    padding: 20px;
    background-color: #f4f4f4;
    font-family: Arial, sans-serif;
    overflow: hidden;
  }

  /* Info Panel Styles */
  .info-panel {
           width: 68%;
  /* max-width: 800px; */
  background: #ccc;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  float: left;
  padding: 20px;

  }

  /* Header Section */
  .info-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #dfe7f4;
  }

  .meoand .icon {
    width: 60px;
    height: 60px;
  }

  /* Content Section */
  .content {
    padding: 20px;
  background: #fff;
  border-radius: 10px;
  margin-top: 10px;
  }

  .responsive-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  /* Spinner Section */
  .spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    position: absolute;
  }

  .spinner-canvas {
    width: 80px;
    height: 80px;
  }

  .spinner-svg {
    position: absolute;
    width: 80px;
    height: 80px;
  }

  /* Floor Plan Section */
  .floor-plan {
  position: relative;
  padding: 20px;
  background: #ffff;
  margin-top: 10px;
  border-radius: 10px;
  }

  .floor-plan-img {
    width: 100%;
    height: auto;
  }

  .floor-plan-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .floor-plan-svg .active-section {
    fill: rgba(122, 156, 199, 0.8);
    stroke: #ffffff;
    cursor: pointer;
  }

  /* Image Gallery Section */
  .image-gallery {
   padding: 20px;
  padding-top: 0px;
  }

  .gallery-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }



  .newate {
 
  /* margin: 20px auto; */
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  float: right;
  width: 30%;
  }

  .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .details {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-weight: 500;
  }

  .detail-item {
    display: inline-block;
    margin-right: 10px;
  }

  .button-container {
    margin-top: 20px;
    text-align: center;
  }

  .btn-primary {
    background-color: #007bff;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
  }

  .btn-primary:hover {
    background-color: #0056b3;
  }

  .info-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
  }

  .info-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .accordion {
    margin-top: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
  }

  .accordion-header {
    background-color: #f4f4f4;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
  }

  .accordion-content {
    padding: 10px;
    display: none;
    border-top: 1px solid #e0e0e0;
  }

  .accordion-content.active {
    display: block;
  }

  .info-item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
  }


.info-list .icon {
  width: 24px;
  height: 24px;

}

.breadcrumb-container .button-label{margin-left:6px;} 
.breadcrumb-container .button{color: #000;}

.leftbox-mde{width: 30%;}





/* Container for buttons */
.button-container {
display: flex;
flex-direction: column;
gap: 10px;
}

/* Wrapper for individual buttons */
.button-wrapper {
    display: flex
;
  justify-content: space-around;
  gap: 15px;
  width: 202px;
  margin: 0 auto;
}

/* General button styles */
.button-container .custom-button {
background-color: transparent;
border: 2px solid #007bff; /* Example primary color */
color: #007bff;
font-size: 16px;
padding: 10px 20px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s, color 0.3s;
position: relative;
}

/* Active button state */
.custom-button-active {
background-color: #007bff;
color: white;
}

/* Button label styles */
.button-label {
font-weight: bold;
}

/* Ripple effect style */
.button-ripple {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
opacity: 0.5;
pointer-events: none;
}


.boxee{display: flex;}

#unit-popup {
  display: none;
  position: absolute; z-index: 1000;
  /* right: 0;
  top: 0; */
  padding: 15px; 
  text-align: center;
  align-items: center;
  justify-content: center; 
  background: white; border: 1px solid #ccc; 
  border-radius: 10px; 
  width: 300px; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.status-button button{
  background-color: rgba(0, 0, 0, 0.12);
  display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: Gilroy, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue";
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    width: 100%;
    min-width: 50px;
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-radius: 5px;
    border-color: initial;
    border-image: initial;
    margin: 0px;
    text-decoration: none;
    padding: 6px 16px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0
}



