  .max-container {
      max-width: 1254px;
      margin: 0 auto;
  }

  .location-page h1 {
      margin: 0;
  }

  .location-page .member-search {
      margin: 0;
      background-color: transparent;
      padding: 20px 0;
  }

  .gap-15 {
      gap: 15px !important;
  }

  .mb-50 {
      margin-bottom: 50px;
  }

  .gray-bg {
      background-color: #f7f7f7;
      margin: 30px 0 50px;
  }

  .location-page .member-search form {
      padding: 0;
  }

  .location-page .member-search form .sr-only {
      position: relative;
      overflow: visible;
      width: auto;
      height: auto;
      font-size: 13px;
      margin: auto;
      padding: 0;
  }

  .grid-box-full {
      grid-column: span 6;
      display: flex;
      align-items: center;
      gap: 10px;
      margin-left: auto;
  }

  .p-0 {
      padding: 0;
  }

  .location-page .btn {
      font-size: 16px;
      font-weight: 500;
      min-width: 97px;
  }

  .location-page .btn-reset {
      background-color: #F35B04;
  }

  .location-page .form-check label {
      font-size: 13px;
  }

  .location-page .member-search form select.form-control,
  .location-page .member-search form input.form-control {
      min-height: 38px;
      font-size: 13px;
  }

  .location-page .form-control:not(select):not([type=radio]):not([type=checkbox]) {
      border: var(--btn-border-width) solid #BFBFBF;
  }

  .d-flex {
      display: flex;
  }

  .gap-30 {
      gap: 30px;
  }

  .map-info {
      width: calc(100% - 430px);
  }

  .location-page h3 {
      margin-bottom: 20px;
  }

  .media-box {
      display: flex;
      gap: 10px;
      align-items: center;
  }

  .media-image {
      flex-grow: 0 !important;
  }

  .media-body {
      flex-grow: 1 !important;
  }

  .map-box-list {
      max-height: 700px;
      overflow: auto;
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      width: 400px;
  }
  .map-box-list .mCSB_inside>.mCSB_container {
    margin-right: 20px;
  }
  .map-box-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    display: none;
  }
  .map-box-list .mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
  }
  .map-box-list .mCSB_scrollTools {
    width: 8px !important;
    background-color: #e8e8e8 !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}
   .map-box-list .mCSB_container {
    display: flex;
      flex-wrap: wrap;
      gap: 15px;
  }

  .placeholder-image {
      width: 24px;
      height: 24px;
      border: 1px solid #8B5FBF;
      object-fit: content;
      border-radius: 100%;
  }

  .link-info {
      display: flex;
      gap: 8px;
      font-size: 14px;
      align-items: center;
      color: #8B5FBF !important;
      text-decoration: none !important;
  }

  .max-ellipsis-200 {
      white-space: nowrap;
      text-overflow: inherit;
      max-width: 200px;
      text-overflow: ellipsis;
      overflow: hidden;
      font-size: 20px;
  }

  .max-24 {
      max-width: 24px;
  }

  .map-card {
      border: 1px solid #F1F1F1;
      width: 100%;
  }

  .map-card .map-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px;
      background: #f7f7f7;
  }

  .map-body {
      padding: 15px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      gap: 15px;
  }

  .map-body a {
      text-decoration: none;
      word-break: break-word;
  }

  .map-body a:is(:hover) {
      color: #000;
  }

  .align-start {
      align-items: flex-start;
  }

  .primary-link {
      text-decoration: none !important;
      color: #3DA35D !important;
      font-size: 16px !important;
  }
/* 
  .map-box-list::-webkit-scrollbar {
      width: 8px;
      height: 8px;
      border-radius: 5px;
  }

  .map-box-list::-webkit-scrollbar-track {
      background: #e8e8e8;
      border-radius: 5px;
  }

  .map-box-list::-webkit-scrollbar-thumb {
      background: #7a7a7a;
      border-radius: 5px;
  }

  .map-box-list::-webkit-scrollbar-thumb:hover {
      background: #7a7a7a;
      border-radius: 5px;
  } */

  @media (min-width: 992px) {
      .location-page .member-search form {
          grid-template-columns: repeat(6, 1fr);
          column-gap: 25px;
          row-gap: 15px;
      }
      .map-info {
        min-height: 700px;
      }
  }

  @media screen and (max-width: 991px) {
      .mobile-space {
          padding: 0 !important;
      }

      .location-page h3 {
          padding: 0 15px !important;
      }

      .mobile-space .map-box-list {
          margin: 0 15px !important;
          width: calc(100% - 30px);
      }

      .map-card .map-header {
          padding: 10px;
      }

      .map-body {
          gap: 10px;
          padding: 10px;
      }

      .location-page .member-search {
          padding: 20px 5px;
      }

      .max-container {
          padding: 0 15px;
      }

      .gray-bg {
          margin: 20px 0;
      }

      .map-card {
          width: 100%;
      }

      .list-box {
          flex-direction: column;
      }

      .map-box-list,
      .map-info {
          width: 100%;
          height: 550px;
      }

      .location-page .member-search form {
          display: flex;
          padding: 0;
          gap: 15px 20px;
          flex-wrap: wrap;
      }

      .location-page .form-group {
          width: calc(50% - 10px);
      }

      .grid-box-full {
          width: 100% !important;
          justify-content: space-around;
      }
  }
.gm-style-iw-d div {
    font-family: 'Avenir LT Std' !important;
}
.gm-style-iw.gm-style-iw-c {
    padding: 15px !important;
    border-radius: 10px !important;
    border: 1px solid #E0E0E0 !important;
    box-shadow: none !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}
.gm-style .gm-style-iw-d {
    margin-top: -30px;
    overflow: auto !important;
    padding: 0 !important;
}
.gm-style-iw-d p {
    font-family: 'Avenir LT Std' !important;
}
.gm-style-iw-d a {
    color: #000 !important;
    text-decoration: none !important;
}
.gm-style-iw-d h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}
.gm-style-iw-d .click-direction.link-info {
    width: 100%;
    text-align: center;
    background-color: #ffffff !important;
    border: 1px solid #3DA35D;
    color: #3DA35D !important;
    border-radius: 0 !important;
    font-size: 14px;
    padding: 10px !important;
}
button.gm-ui-hover-effect {
    width: 30px !important;
    top: -5px !important;
    display: flex !important;
    height: 30px !important;
    align-items: center;
    justify-content: center;
}
button.gm-ui-hover-effect span {
    margin: 0 !important;
}

  /* Add to your CSS file */
.loader-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(255,255,255,0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-spinner {
  border: 8px solid #eee;
  border-top: 8px solid #ff6600;
  border-radius: 50%;
  width: 60px; height: 60px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}