.main-container {
  background-image: url("/img/main/photo-1512217605936-6934f2c0cca5.jpg");
}

.modal-content {
  max-width: 90%;
  margin: 0 auto;
}

.mainSec {
  height: auto;
}

@media (min-width: 992px) {
  .map-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#map {
  width: 100%;
  height: 495px;
}

.list-section {
  background-color: white;
  max-height: 495px;
  width: 100%;
  min-height: 495px;
  overflow-y: scroll;
  position: relative;
  /* Handle */
}

@media (min-width: 992px) {
  .list-section {
    max-width: 325px;
  }
}

.list-section::-webkit-scrollbar {
  width: 10px;
  background: #ccc;
}

.list-section::-webkit-scrollbar-thumb {
  background: linear-gradient(120deg, rgba(131, 58, 180, 0.8) 0%, rgba(253, 29, 29, 0.8) 50%, rgba(252, 176, 69, 0.8) 100%);
  background-size: 200%;
  -webkit-animation: gradient 5s ease-in-out infinite;
          animation: gradient 5s ease-in-out infinite;
}

.list-section i {
  color: rgba(253, 29, 29, 0.8);
}

.list-section h5, .list-section p {
  color: black;
}

.list-section .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  background: white;
  padding: 1.5rem 1rem;
}

.list-section .filter div:nth-child(1) {
  margin-right: 1.5rem;
  min-width: 80px;
}

.list-section .filter button {
  font-weight: bold;
  min-width: 80px;
  background: transparent;
  border: 0;
  font-size: 1rem;
}

.list-section .filter input[type="text"] {
  min-width: 80px !important;
  width: 100%;
  border: 0;
  background: #E5E5E5;
  border-radius: 5px;
  padding: 0 .5rem !important;
}

.list-section .filter-options {
  position: absolute;
  background: white;
  z-index: 10;
  min-width: 269px;
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  margin-top: 1rem;
}

.list-section .filter-options ul {
  overflow: auto;
  padding: 1rem;
  margin-bottom: 0;
  max-height: 350px;
}

.list-section .filter-options > div {
  padding: 1rem;
  padding-top: 0;
}

.list-section .filter-options > div:last-of-type {
  padding-top: .5rem;
}

.list-section .filter-options ul li {
  background-color: rgba(255, 142, 67, 0.5);
  color: black;
  border-radius: 15px;
  display: table;
  padding: .1rem .5rem;
  margin-right: .5rem;
  float: left;
  font-size: 1rem;
  cursor: pointer;
}

.list-section .filter-options .active {
  background-color: #ff8e43;
  color: white;
  position: relative;
  padding-left: 2rem;
}

.list-section .filter-options .active:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: .5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.list-section .list-container {
  display: inline-block;
  text-align: left;
  padding: 1.5rem 1rem;
  padding-top: 0;
  width: 100%;
}

@media (min-width: 992px) {
  .list-section .list-container {
    display: block;
  }
}

.list-section .list-container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  margin-top: 1.5rem;
  border-radius: 5px;
  max-width: 325px;
  min-width: 269px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 992px) {
  .list-section .list-container > div {
    width: 100%;
  }
}

.list-section .list-container > div .command-btn {
  position: absolute;
  z-index: 2;
  background: transparent !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.list-section .list-container > div:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: rgba(255, 181, 131, 0.1);
}

.list-section .list-container > div:focus, .list-section .list-container > div:active {
  background-color: rgba(255, 181, 131, 0.1);
}

.list-section .list-container > div .outer {
  border-radius: 50%;
  overflow: hidden;
  min-width: 80px;
  display: table;
}

.list-section .list-container > div > div:nth-child(2) {
  margin: 0 .5rem;
  width: 100%;
}

.list-section .list-container > div h4, .list-section .list-container > div p {
  margin: 0;
  font-size: 1rem;
}

.list-section .list-container > div a {
  background: linear-gradient(120deg, rgba(131, 58, 180, 0.8) 0%, rgba(253, 29, 29, 0.8) 50%, rgba(252, 176, 69, 0.8) 100%) !important;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-section .list-container > div a i {
  color: white;
}

.box-shadow {
  -webkit-box-shadow: rgba(57, 70, 78, 0.15) 0px 0px 1px 0px, rgba(57, 70, 78, 0.25) 0px 5px 25px 0px !important;
          box-shadow: rgba(57, 70, 78, 0.15) 0px 0px 1px 0px, rgba(57, 70, 78, 0.25) 0px 5px 25px 0px !important;
}

#clearButton {
  background-color: #f1f1f1;
  border-radius: 15px;
}

.list-detail-container {
  min-width: 269px;
  position: absolute;
  z-index: 11;
  left: 0;
  padding: 1.5rem 1rem;
  background: white;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
}

@media (min-width: 992px) {
  .list-detail-container {
    max-width: 325px;
  }
}

.list-detail-container .detail-item > div:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid;
  padding: .5rem 0;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}

.list-detail-container .detail-item > div:nth-child(1) button, .list-detail-container .detail-item > div:nth-child(1) a {
  border: 0;
  background: 0;
  font-weight: bold;
  font-size: 1rem;
  padding: 1px 6px;
}

@media (min-width: 992px) {
  .list-detail-container .detail-item > .content h4 {
    font-size: 1.25rem;
  }
}

.list-detail-container .detail-item > .content p {
  font-size: 1rem;
}

.list-detail-container .detail-item > .content span {
  font-size: 1rem;
}

.map-section {
  margin-bottom: 2.5rem;
}
/*# sourceMappingURL=location.css.map */