.list-location-search {
    padding-right: 24px;
    padding-left: 140px;
    padding-top: 64px;
}

.title-search-find {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: var(--fifth-color);
}
.search-input-wrapper {
    position: relative;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 42px;
  }
  .search-input-wrapper img.search-location-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);

    pointer-events: none;
  }
.search-input-location {
    width: 100%;
    height: 71px;
    padding: 14px 20px 14px 80px;
    border-radius: 16px;
    border: 1px solid #D2D2D2;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #B2B2B2;
    
}

.title-our-location {
    font-weight: 600;
    font-size: 26px;
    line-height: 39px;
    color: #1A5136;
    margin-bottom: 16px;
    display: block;
}
.location-item{
    padding: 12px 24px;
    margin-bottom: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.location-item.active{
    background: #37AE74;
    border-radius: 16px;
}
.location-item.active .name-location{
    color: #fff;
}
.location-item.active .add-location{
    color: #fff;
}
.location-item.active .location-icon{
    color: #fff;
}
.location-text{
    max-width: 80%;
}
.name-location{
    font-family: var(--font-family);
font-weight: 600;
font-size: 20px;
line-height: 33px;
color: #37AE74;
transition: all 0.3s ease;
}
.add-location{
    font-family: var(--font-family);
font-weight: 400;
font-size: 18px;
line-height: 24px;
color: #000;
transition: all 0.3s ease;
}

.t888-google-map {
    position: relative;
  z-index: 1;
  will-change: transform;
  contain: layout paint;
  min-height: 400px;
  }
  .list-location-search {
    contain: layout paint style;
  }
    
  
  .t888-google-map *,
.t888-google-map-wrap * {
  transition: none !important;
  animation: none !important;
  box-shadow: none !important;
}
@media (max-width: 1366px) {
    .list-location-search {
        padding-left: 20px;

    }
}
@media (max-width: 1200px) {
.name-location{
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
}
.add-location{
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
}
.location-text{
    max-width: 100%;
}
}
@media (max-width: 767px) {
   .list-location-search{
    flex: 1 1 100% !important;
    padding: 0;
   }
   #locationList{
    margin-bottom: 32px;
   }
   .t888-google-map-wrap{
    padding: 24px 20px;
   }
}