body {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  flex: 1;
}

.navbar {
  height: auto;
  background-color: white;
}

.fa-compass {
  color: #fe424d;
  font-size: 2rem;
}

.nav-link {
  color: #222222 !important;
}

.f-info-links a {
  text-decoration: none;
  color: #222222;
  margin-bottom: 0.5rem;
}

.f-info-links a:hover {
  text-decoration: underline;
}

.f-info-links,
.f-info-socials,
.f-info-brand {
  width: 100%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-info-socials i {
  font-size: 1.2rem;
  margin-right: 1rem;
  margin-top: 0.5rem;
}

.f-info {
  text-align: center;
  height: rem;
  background-color: #ebebeb;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: space-evenly;
  margin-bottom: 50px;
}

.listing-card {
  border: none !important;
  margin-bottom: 2rem;
}

.card-img-top {
  border-radius: 1rem !important;
  width: 100% !important;
  object-fit: cover !important;
}

.card-body {
  padding: 0 !important;
}

.card-text p {
  font-weight: 400;
}

.plus-jakarta-sans {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important ;
  font-style: normal;
}

.listing-link {
  text-decoration: none;
}

.card-img-overlay {
  opacity: 0;
}

.card-img-overlay:hover {
  opacity: 0.2;
  background-color: white;
}

.add-btn {
  background-color: #fe424d !important;
  border: none !important;
}

/* Show Page */
.show-img {
  height: 30vh !important;
}

.btns {
  display: flex;
}

/* Map */
#map {
  width: 100%;
  height: 30vh;
}

#filter {
  margin-right: 10px;
  padding: 2px;
  /* border: 1px solid black; */
  border-radius: 5px;
  overflow: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
  position: relative;
  z-index: 5;
}

#filter::-webkit-scrollbar {
  display: none;
}

#filter .filters {
  opacity: 0.7;
}

#filter .filters:hover {
  opacity: 1;
  cursor: pointer;
}

#filter .filters p {
  font-size: 0.75rem;
  text-wrap: nowrap;
  margin: 0;
}

.quick-btns {
  padding: 10px 0;
}

.dropdown-toggle::after {
  display: none !important;
}

.edit-img {
  width: 60vw;
}

@media screen and (min-width: 576px) {
  .edit-img {
    width: 30vw;
  }
  .profile {
    width: 40%;
  }
  .about-section {
    width: 50%;
  }
}

.navbar-toggler {
  margin-right: 20px;
}
.listing-search-bar {
  width: 100%;
}

.bootstrap-tagsinput {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.bootstrap-tagsinput .tag {
  font-size: 0.7rem;
  margin: 2.5px 5px;
  color: white;
  background: #6f6d6d;
  padding: 5px;
  border-radius: 5px;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.352);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 50%;
  z-index: 10;
}

/* Left button */
.prev {
  left: -5px;
}

/* Right button */
.next {
  right: -5px;
}

#filter button {
  border: none;
  background-color: transparent;
}

@media screen and (max-width: 340px) {
  #navbarNavAltMarkup a {
    font-size: 0.7rem !important;
  }
}
