/* .location-container {
  display: flex;
  height: 100%;
}

.location-container .location-section {
  display: flex;
  flex-direction: column;
  gap: 20px !important;
  width: 50%;
  padding: 20px;
  position: relative;
} */
.location-container {
  display: flex;
  height: 100%;
}

.location-container .location-section {
  display: flex;
  flex-direction: column;
  gap: 20px !important;
  width: 50%;
  padding: 20px;
  position: relative;
  height: 92vh;
  overflow: scroll;
}
.location-container .location-section .location-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;

  /* flex-direction: row; */
}
.location-container .location-section .single-location {
  width: 48%;
  margin-bottom: 20px;
  /* margin-left: 10px; */
  border-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  box-shadow: 0 2px 4px rgba(1, 1, 1, 0.2);
}

.location-container .location-section .single-location .action-container {
  text-align: right;
  padding: 10px;
}

input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

.location-container .location-section .single-location .action-icon {
  background-color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 28px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
}

.location-container .location-section .single-location .action-icon .fa-pencil {
  color: #0a84ff;
}

.location-container .location-section .single-location .action-icon .fa-trash {
  color: #c7112b;
}

.location-container .location-section .single-location .action-icon .fa {
  font-size: 12px;
}

.location-desc {
  display: flex;
  justify-content: space-between;
  font-size: 17px;
}

.location-explaination {
  position: absolute;
  bottom: 0;
  font-family: "Roboto Condensed", sans-serif;
  color: #ffffff;
  width: 100%;
  padding: 8px;
  background-color: #fff;
}

.location-distance {
  color: black;
  float: right;
}

.location-details {
  font-size: 16px;
}

.location-container .location-map {
  width: 50%;
}

/* .location-container .location-map iframe {
  width: 100%;
} */

.del-icon {
  width: 11px;
}

.location-cart-btn {
  background-color: #619f32;
  color: #fff;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  position: sticky;
  bottom: 2%;
  /* max-width: 409px; */
  width: 100%;
  min-height: 48px;
  border: none;
  border-radius: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.page-12-location .location-section {
  width: 60%;
  overflow-y: auto;
}

.location-container.page-12-location .user-main {
  display: flex;
  font-family: "Roboto Condensed", sans-serif;
  color: #000000;
  font-size: 16px;
  justify-content: space-between;
}

.location-container.page-12-location .user-main-container {
  background-color: #f8f8f8;
  padding: 10px;
  box-shadow: 0px 0px 4px #00000029;
  border-radius: 4px;
}

.location-container.page-12-location .user-main-container .user-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.location-container.page-12-location .user-main-container .user-gallery img {
  width: 60px;
  height: 40px;
  margin-right: 7px;
}

.location-container.page-12-location .user-main .user-dp-text {
  display: flex;
}

.location-container.page-12-location .user-main .user-dp-text img {
  width: 86px;
  margin-right: 10px;
}

.page-12-location .location-section .detail-info-location {
  width: 100%;
}

.location-container.page-12-location
  .user-main
  .user-dp-text
  .details-t
  .user-details-t
  span:last-child {
  font-weight: 100;
}

.location-container.page-12-location
  .user-main
  .user-dp-text
  .details-t
  .user-details-t {
  margin-top: 5px;
  /* width: 200px; */
}

.location-container.page-12-location
  .user-main-container
  .user-gallery
  .plus-sign {
  width: 60px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #4e5d6a;
  font-size: 16px;
  background-color: #f0f4f8;
  border-radius: 1px;
  margin-bottom: 10px;
}

.location-container.page-12-location {
  background-color: #fff;
  /* height: 90vh; */
}

.location-container.page-12-location .location-map {
  width: 60%;
}
/* @media (width< 991px) {
  .page-12-location .location-section .detail-info-location {
    margin-left: auto;
    margin-right: auto;
  }

  .location-container.page-12-location {
    width: 100%;
  }
  .location-map {
  
    width: 100%;
  }
  .location-container {
    display: block;
   
  }

  .location-container .location-section,
  .location-container .location-map {
    width: 100%;
  }
}
@media (width< 768px) {
  .location-container .location-section .single-location {
    width: 100%;
  }

  .location-container.page-12-location .user-main .user-dp-text img {
    margin-right: 10px;
    display: block;
  }

  .location-container.page-12-location .user-main-container .user-gallery img {
    margin-bottom: 5px;
  }
  .location-container.page-12-location .location-map {
    width: 100%;
  }
  .location-container .location-section,
  .location-container .location-map {
    width: 100%;
  }
} */

/* Media query for screens less than 991px wide */
@media (max-width: 990px) {
  .location-container .location-section .detail-info-location {
    margin-left: auto;
    margin-right: auto;
  }

  .location-container.page-12-location {
    width: 100%;
  }

  .location-map {
    /* height: 64%; */
    width: 100%;
  }

  .location-container {
    display: block;
    /* height: 69%; */
  }

  .location-container .location-section,
  .location-container .location-map {
    width: 100%;
  }
}

/* Media query for screens less than 768px wide */
@media (max-width: 767px) {
  .location-container .location-section .single-location {
    width: 100%;
  }

  .location-container.page-12-location .user-main .user-dp-text img {
    margin-right: 10px;
    display: block;
  }

  .location-container.page-12-location .user-main-container .user-gallery img {
    margin-bottom: 5px;
  }

  .location-container.page-12-location .location-map {
    width: 100%;
  }

  .location-container .location-section,
  .location-container .location-map {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .location-container.page-12-location .location-map {
    width: 100%;
  }
}

@media (width> 1079px) {
  .location-container.page-12-location .location-map {
    width: 100%;
    height: 90vh;
  }
}
