.location-modal__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.location-modal__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location-modal__image-container:before {
  content: "";
  display: block;
  padding-top: 55.4016620499%;
}
.location-modal__content {
  border: 0;
  border-radius: 10px;
}
.location-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.location-modal__btn-close {
  background: transparent url("/assets/img/icon/icon-btn-close.svg") center/1em auto no-repeat;
  opacity: 1;
}
.location-modal__btn-close:focus {
  box-shadow: none;
}
.location-modal__body {
  padding: 30px;
}
.location-modal__image-container {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.location-modal__title {
  font-size: 28px;
  color: #1f140e;
  font-weight: 600;
  margin-bottom: 24px;
}
.location-modal__text {
  font-size: 18px;
  color: #1f140e;
}
@media (max-width: 1399px) {
  .location-modal__text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .location-modal__text {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .location-modal__text {
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  .location-modal__text {
    font-size: 16px;
  }
}
.location-modal__text a {
  color: #1f140e;
}
.location-modal__text-wrapper {
  margin-bottom: 34px;
}
.location-modal__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  column-gap: 40px;
  -webkit-column-gap: 40px;
}
.location-modal__button {
  flex: 1 1 50%;
}
@media (max-width: 991px) {
  .location-modal__dialog {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .location-modal__footer {
    gap: 20px;
    column-gap: 20px;
    -webkit-column-gap: 20px;
  }
}
@media (max-width: 575px) {
  .location-modal__dialog {
    max-width: initial;
  }
  .location-modal__footer {
    flex-direction: column;
    gap: 10px;
    column-gap: 10px;
    -webkit-column-gap: 10px;
  }
  .location-modal__button {
    width: 100%;
  }
}

.location {
  position: relative;
}
.location::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% + 12px);
  right: 0;
  height: 100%;
  background-color: #F2F2F2;
}
.location__empty {
  background-color: #F2F2F2;
  padding: 12px 20px;
  text-align: center;
}
.location__input-wrapper {
  margin-bottom: 24px;
}
.location__input-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #BCBFC3;
  border-right: 0;
  padding: 12px 8px 12px 16px;
  border-radius: 9px;
  background-color: #FFFFFF;
}
.location__form {
  border: 1px solid #BCBFC3;
  border-left: 0;
  border-radius: 9px;
  padding: 12px 12px 12px 8px;
  min-width: 1%;
  flex: 0 1 45%;
}
.location__form:focus-visible {
  outline: 0;
}
.location__left {
  padding: 80px 0;
}
.location__right {
  padding: 80px 0;
  position: relative;
  background-color: #F2F2F2;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .location::before {
    content: unset;
  }
  .location__right {
    display: none;
  }
  .location__form {
    flex-grow: 1;
  }
}

.location-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 16px 40px;
  margin-bottom: 12px;
  border: 1px solid #BCBFC3;
  border-radius: 16px;
  transition: 0.3s;
  cursor: pointer;
}
.location-card:last-child {
  margin-bottom: 0;
}
.location-card:hover {
  border-color: #EF59A1;
  background-color: #FEEFF6;
}
.location-card.active {
  background-color: #EF59A1;
  border-color: #EF59A1;
}
.location-card.active .location-card__title {
  color: #FFFFFF;
}
.location-card.active .location-card__title svg {
  color: #FFFFFF;
}
.location-card.active .location-card__subtitle {
  color: #FFFFFF;
}
.location-card.active .location-card__subtitle .open {
  transition: 0.3s;
  color: #FFFFFF;
}
.location-card.active .location-card__subtitle .close {
  transition: 0.3s;
  color: #FFFFFF;
}
.location-card.active .location-card__arrow {
  color: #FFFFFF;
}
.location-card__wrapper {
  max-height: 530px;
  overflow: auto;
  padding-right: 20px;
  display: block;
  /* width */
  /* Track */
  /* Handle */
}
.location-card__wrapper::-webkit-scrollbar {
  width: 8px;
}
.location-card__wrapper::-webkit-scrollbar-track {
  background: #D9D9D9;
  border-radius: 10px;
}
.location-card__wrapper::-webkit-scrollbar-thumb {
  background: #EF59A1;
  border-radius: 10px;
}
.location-card__title {
  margin-bottom: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #5E5550;
}
.location-card__title svg {
  color: #016DA3;
}
.location-card__title .title {
  font-size: 32px;
  font-weight: 700;
  margin-left: 16px;
  margin-bottom: 0;
}
.location-card__subtitle {
  font-size: 18px;
  margin-bottom: 0;
  color: #1f2937;
}
@media (max-width: 1399px) {
  .location-card__subtitle {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .location-card__subtitle {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .location-card__subtitle {
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  .location-card__subtitle {
    font-size: 16px;
  }
}
.location-card__subtitle .open {
  transition: 0.3s;
  color: #EF59A1;
}
.location-card__subtitle .close {
  transition: 0.3s;
  color: #0A9EDB;
}
.location-card__arrow {
  color: #614236;
}
@media (max-width: 991px) {
  .location-card__wrapper {
    max-height: unset;
    padding-right: unset;
  }
}
@media (max-width: 575px) {
  .location-card {
    padding: 16px;
  }
  .location-card__title .title {
    font-size: 24px;
    margin-left: 10px;
    font-weight: 600;
  }
}
@media (max-width: 425px) {
  .location-card__subtitle {
    font-size: 14px;
  }
}

.location-result__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.location-result__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location-result__image-container:before {
  content: "";
  display: block;
  padding-top: 55.4016620499%;
}
.location-result__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.location-result__empty {
  padding-left: 70px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.location-result__body {
  padding-left: 70px;
}
.location-result__image-container {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.location-result__title {
  font-size: 28px;
  color: #1f140e;
  font-weight: 600;
  margin-bottom: 24px;
}
.location-result__text {
  font-size: 18px;
  color: #1f140e;
}
@media (max-width: 1399px) {
  .location-result__text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .location-result__text {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .location-result__text {
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  .location-result__text {
    font-size: 16px;
  }
}
.location-result__text a {
  color: #1f140e;
}
.location-result__text-wrapper {
  margin-bottom: 34px;
}
.location-result__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  column-gap: 40px;
  -webkit-column-gap: 40px;
}
.location-result__button {
  flex: 1 1 50%;
}

/*# sourceMappingURL=location.css.map */
