@media (max-width: 767.98px) {
  .projects .filter-container {
    display: block !important;
    width: 100%;
  }
  .projects #viewTabs {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0;
  }
  .projects #viewTabs .nav-item {
    flex: 1 1 50%;
  }
  .projects #viewTabs .nav-link {
    width: 100%;
    text-align: center;
    border-radius: 0;
  }
  .projects .d-inline-flex.align-items-center.gap-2 {
    display: block !important;
    width: 100%;
  }
  .projects .d-inline-flex.align-items-center.gap-2 label {
    display: block;
    margin-bottom: 0.5rem;
  }
}
.projects #viewTabs {
  display: inline-flex;
}
.projects #viewTabs .nav-link {
  cursor: pointer;
}
.projects #viewTabs .nav-item:first-child .nav-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.projects #viewTabs .nav-item:last-child .nav-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.projects #viewTabs .nav-link {
  border: 1px solid #dee2e6;
  border-radius: 0;
  color: #7A7373;
  font-weight: 600;
  background-color: #EEEEEE;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
}
.projects #viewTabs .nav-link:hover:not(.active) {
  background-color: #f8f9fa;
  color: #495057;
}
.projects #viewTabs .nav-link.active {
  background-color: #E30613;
  border-color: #E30613;
  color: #FFFFFF;
}
.projects #viewTabsContent > .tab-pane {
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.projects #viewTabsContent > .tab-pane.active {
  display: block;
}
.projects #viewTabsContent > .tab-pane.show {
  opacity: 1;
}
.projects .gm-toast-title {
  font-size: 18px;
  line-height: 25px;
  padding: 20px 15px;
}
.projects .is-focused .choices__inner,
.projects .is-open .choices__inner {
  border-color: #cfcfcf;
  border-radius: 12px;
  box-shadow: none;
}
.projects .custom-clustericon {
  color: #fff;
  border-radius: 100%;
  font-weight: bold;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E30613;
}
.projects .custom-clustericon > * {
  z-index: 1;
}
.projects .custom-clustericon:before, .projects .custom-clustericon:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: #E30613;
  border-radius: 100%;
}
.projects .custom-clustericon:before {
  width: 120%;
  height: 120%;
  opacity: 0.35;
}
.projects .custom-clustericon:after {
  width: 145%;
  height: 145%;
  opacity: 0.2;
}
.projects .custom-clustericon-1 {
  width: 30px;
  height: 30px;
}
.projects .custom-clustericon-1, .projects .custom-clustericon-1:before, .projects .custom-clustericon-1:after {
  background-color: #E30613;
}
.projects .custom-clustericon-2 {
  width: 40px;
  height: 40px;
}
.projects .custom-clustericon-2, .projects .custom-clustericon-2:before, .projects .custom-clustericon-2:after {
  background-color: #E30613;
}
.projects .custom-clustericon-3 {
  width: 50px;
  height: 50px;
}
.projects .custom-clustericon-3, .projects .custom-clustericon-3:before, .projects .custom-clustericon-3:after {
  background-color: #E30613;
}

.overlay .overlay--project {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(21, 49, 72, 0) 0%, rgba(8, 18, 27, 0.5) 80%), rgba(255, 255, 255, 0);
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .body-content .filter-container {
    display: block !important;
    width: 100%;
  }
  .body-content .choices {
    width: 100% !important;
    min-width: unset;
    display: block;
  }
  .body-content .choices .choices__inner {
    width: 100%;
  }
  .body-content .choices .choices__list--multiple {
    flex-wrap: wrap;
  }
  .body-content .choices .choices__input {
    width: 100% !important;
  }
  .body-content .d-inline-flex.align-items-center.gap-2 {
    display: block !important;
    width: 100%;
  }
  .body-content .d-inline-flex.align-items-center.gap-2 label {
    display: block;
    margin-bottom: 0.5rem;
  }
}
.body-content .choices__list--multiple .choices__item.is-highlighted {
  background-color: #dddddd !important;
  border: 1px solid #e3e3e3 !important;
}
.body-content .choices {
  width: 300px;
  min-width: 200px;
  z-index: 1000;
}
@media (min-width: 992px) {
  .body-content .choices {
    width: 500px;
  }
}
@media (min-width: 1200px) {
  .body-content .choices {
    width: 600px;
  }
}
.body-content .choices .choices__input {
  width: 100% !important;
  background: white;
}
.body-content .choices .choices__list--dropdown,
.body-content .choices .choices__list[aria-expanded] {
  z-index: 2000;
}
.body-content .choices__inner {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 0.25rem 0.5rem;
  min-height: 2.5rem;
  font-size: 0.875rem;
}
.body-content .choices__list--multiple {
  display: flex;
  gap: 0.5rem;
}
.body-content .choices__list--multiple .choices__item {
  background: #f6f6f6;
  color: #555;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  padding: 0.25rem 0.6rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  flex-direction: row-reverse;
}
.body-content .choices__list--multiple .choices__item .choices__button {
  position: static;
  margin: 0 0.35rem 0 0;
  padding: 0;
  display: inline-flex;
  border: 0;
  background: none;
  opacity: 1;
  font-size: 0;
  text-indent: 0 !important;
}
.body-content .choices__list--multiple .choices__item .choices__button::before {
  font-family: "themify-icons" !important;
  content: "\e646";
  font-size: 0.75rem;
  font-weight: 600;
  color: #888888;
  display: inline-block;
}
.body-content .choices__input {
  padding: 0.2rem 0.25rem !important;
  margin: 0.15rem 0 0;
  font-size: 0.875rem;
}
.body-content .is-focused .choices__inner,
.body-content .is-open .choices__inner {
  border-color: #cfcfcf;
  border-radius: 12px;
  box-shadow: none;
}

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