body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.map-container {
    display: flex;
    height: 95vh;
}


.property-list {
    width: 35%;
    overflow-y: auto;
    padding: 20px;
    border-right: 1px solid #ddd;
}

.property-list h2 {
    margin-top: 0;
}

.property-list ul {
    list-style-type: none;
    padding: 0;
}

.property-list li {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}

.property-list li:hover {
    background-color: #eee;
}


#map {
    width: 65%;
    height: 100%;
}

/* Responsive: For small screens, make the map full width and move the list below */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .property-list {
        width: 100%;
        height: 40%;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    #map {
        width: 100%;
        height: 60%;
    }
}

#backButton {
    position: absolute;
    top: 85px;
    left: 10px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    z-index: 100;
}
#backButton i {
    margin-right: 5px;
}

.map-modal {
    background: #fff;
    border: 1px solid #e9eff5;
    padding: 16px;
}
._1T7Ot8 {
    text-decoration: none;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.map-marker_content {
    font-weight: 400;
    font-size: 12px;
    color: #64707c;
    margin: 8px 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


#searchButton{
    margin-top : 24px;
}
.homeya-box {
display: flex;
justify-content: space-between;
align-items: flex-start;
}

.property-details {
width: 60%;
}

.archive-top {
width: 40%;
display: flex;
justify-content: flex-end;
}

.top ul {
list-style: none;
padding: 0;
}

.flag-tag {
display: inline-block;
background-color: #f0f0f0;
padding: 5px;
margin: 2px 0;
}

.property-div{
    width: 100%;
}

.boxstyle{
    height: 90%;
}

.avatar-md{
    height: 3.5rem;
    width: 3.5rem;
}

.property-row{
    margin: 0 auto;
}


.location-input {
    position: relative;
}

.search-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

/* Style the map container */
.map-backend-container {
    height: 100%;
    min-height: 400px;
    background-color: #e0e0e0;
}

.required:after {
    content: "*";
    position: relative;
    font-size: inherit;
    color: var(--bs-danger);
    padding-left: 0.25rem;
    font-weight: 600;
}

.main-photo-tag {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 3px;
    font-weight: bold;
    z-index: 10;
}

._39826e0c {
    border-radius: 0.8rem;
    bottom: 1rem; /* Position 1rem from the bottom */
    left: 1rem; /* Position 1rem from the left */
    cursor: pointer;
    height: 5.1rem;
    width: 5.1rem;
    position: absolute;
    overflow: hidden;
    z-index: 5;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}

._3dc8964f {
    border-radius: 0.6rem;
    height: 100%;
    width: 100%;
    z-index: -1;
}

._743a4d14 {
    position: absolute;
    bottom: 0.4rem;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.8rem;
    margin: 0 0.5rem;
    z-index: 15;
}

#exitStreetView {
    position: absolute;
    top: 90px;
    right: 625px;
    z-index: 5;
    padding: 8px 12px;
    background-color: #424448; /* Google Maps blue color */
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}

#myAwesomeDropzone {
    pointer-events: auto; /* Ensures clicks are registered */
}

/* Ribbon style for the "Default" tag */
.ribbon {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
.ribbon {
    --f: .5em; /* control the folded part*/
    --r: .8em; /* control the ribbon shape */

    position: absolute;
    top: 10px;
    left: calc(-1*var(--f));
    padding-inline: .25em;
    line-height: 1.8;
    background: #cd186a;
    border-bottom: var(--f) solid #0005;
    border-right: var(--r) solid #0000;
    clip-path:
        polygon(0 0,0 calc(100% - var(--f)),var(--f) 100%,
        var(--f) calc(100% - var(--f)),100% calc(100% - var(--f)),
        calc(100% - var(--r)) calc(50% - var(--f)/2),100% 0);
}


.dropzone .dz-preview .dz-image {
    position: static;
}

.dz-preview .dz-image {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: relative;
}

.dz-preview .dz-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

td .image-container {
    flex-shrink: 0;
}

td .text-container {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.property-title {
    font-weight: bold;
}

.property-address {
    font-size: 0.9em;
    color: #6c757d;
}


.profile-pic-wrapper {
    /* height: 100vh; */
    width: 100%;
    position: relative;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .pic-holder {
    text-align: center;
    position: relative;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .pic-holder .pic {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .pic-holder .upload-file-block,
  .pic-holder .upload-loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(90, 92, 105, 0.7);
    color: #f8f9fc;
    font-size: 12px;
    font-weight: 600;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
  }

  .pic-holder .upload-file-block {
    cursor: pointer;
  }
  .uploadProfileInput {
    width: 0px;
    height: 0px;
    position: absolute;
  }
  .pic-holder:hover .upload-file-block,
  .uploadProfileInput:focus ~ .upload-file-block {
    opacity: 1;
  }

  .pic-holder.uploadInProgress .upload-file-block {
    display: none;
  }

  .pic-holder.uploadInProgress .upload-loader {
    opacity: 1;
  }

  /* Snackbar css */
  .snackbar {
    visibility: hidden;
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 14px;
    transform: translateX(-50%);
  }

  .snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }

  @-webkit-keyframes fadein {
    from {
      bottom: 0;
      opacity: 0;
    }
    to {
      bottom: 30px;
      opacity: 1;
    }
  }

  @keyframes fadein {
    from {
      bottom: 0;
      opacity: 0;
    }
    to {
      bottom: 30px;
      opacity: 1;
    }
  }

  @-webkit-keyframes fadeout {
    from {
      bottom: 30px;
      opacity: 1;
    }
    to {
      bottom: 0;
      opacity: 0;
    }
  }

  @keyframes fadeout {
    from {
      bottom: 30px;
      opacity: 1;
    }
    to {
      bottom: 0;
      opacity: 0;
    }
  }

 .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: white !important;
  color: #333;
  border: 1px solid #aaa;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background-color: #f1f1f1 !important;
  color: #000;
}

.ak-company-about-us ul li {
    list-style-type: disc !important;
}

.ak-company-about-us strong {
    font-weight: bold;
}

.ak-company-about-us em {
    font-style: italic;
}

.ak-agent-left img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 1px 2px 0 rgb(48 48 48 / 44%), 0 1px 3px 1px rgb(48 48 48 / 0%);
}

