body {
  color: #1b1c1f;
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.h2,
h2 {
  font-size: 2.1rem;
  color: #1b1c1f;
}

.fa-sm {
  font-size: 0.9em;
}

.secondary-header {
  display: flex;
  justify-content: space-between;
}

.secondary-header img {
  height: 64px;
}
header {
  color: #1b1c1f;
  box-shadow: 0 0 3px rgba(115, 115, 115, 0.5);
  background-color: #fff;
}

header h1 {
  font-weight: 400;
}

header p {
  font-size: 18px;
  font-weight: 300;
}

.container-fluid.main {
  margin-top: 16px;
}

.property-container {
  width: 100%;
  padding: 12px;
  max-width: 360px;
  display: flex;
}

.property-body {
  width: 100%;
  /* box-shadow: 0 0 3px rgba(200, 200, 200, 0.5);
    background-color: #ffffff; */
  border-radius: 8px;
  padding-bottom: 12px;
  cursor: pointer;
}

.property-img {
  flex: 1;
  height: 340px;
  max-height: calc(100vw - 16px);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.property-img .carousel,
.property-img .carousel-item,
.property-img .carousel-inner {
  width: 100%;
  height: 100%;
}

.property-img .carousel-item img {
  height: 100%;
  object-fit: cover;
}

button.owner-btn {
  border: 4px solid #ffffff;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(128, 128, 128, 0.5);
  z-index: 10;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.property-body:hover button.owner-btn {
  border-radius: 8px;
  left: 16px;
  bottom: 16px;
}

button.owner-btn img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}

.property-body img {
  transition: all 0.2s ease-in-out;
}

.property-body:hover img {
  transform: scale(1.05);
}

.property-details {
  margin-top: 8px;
  position: relative;
}

.property-details p {
  margin: 0;
  text-align: left;
  font-size: 14px;
  font-family: Lato, sans-serif;
}

.property-details .location {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.property-details .owner,
.property-details .availability {
  color: #666666;
}

.reservation .price {
  color: #666666;
}

.reservation .price .currency {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #0d2625;
}

.property-details .price {
  color: #666666;
}

.property-details .price .currency {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #0d2625;
}

.property-details .rating {
  position: absolute;
  top: 0;
  right: 0;
  color: #353535;
  background-color: #fff;
}

.reservation .reviews,
.reservation .rating {
  margin: 0;
  color: #353535;
}

.modal {
  backdrop-filter: blur(4px);
}

.owner-preview {
  padding: 50px 16px 16px 16px;
  background-color: #f4efefef;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  max-height: 100%;
}

.owner-preview.details-page {
  padding: 16px;
  margin: 0;
  margin-top: 16px;
}

.owner-preview .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  transform: scale(0.9);
}

.details-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 16px 8px;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 16px;
  box-shadow: 0 0 3px rgba(200, 200, 200, 0.5);
}

.details-card img {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  margin: 8px;
}

.details-card .name {
  font-size: 24px;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 0;
  text-align: center;
}

.details-card strong {
  font-weight: 700;
  font-size: 20px;
}

.details-card .rank {
  text-align: center;
  margin-bottom: 16px;
}

.details-card .stats p {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.owner-preview .description {
  text-align: left;
  font-weight: 300;
  margin-bottom: 16px;
}

.search .form-control {
  border-radius: 16px;
  padding-left: 20px;
}

.search .form-control:focus {
  outline: none;
  border-color: #ffffff;
  box-shadow: 0 0 8px rgba(27, 28, 31, 0.25);
}

.search .form-floating > label {
  padding-left: 20px;
}

.search-btn {
  width: 150px;
  height: 56px;
  background-color: #1b1c1f;
  color: #ffffff;
  border-radius: 16px;
  border: none;
  font-size: 18px;
}

.image-gallery {
  position: relative;
}

.see-less,
.see-more {
  display: inline;
  padding: 4px 8px;
  border: 0;
  background-color: transparent;
  color: inherit;
}
.see-less:focus,
.see-less:active,
.see-more:focus,
.see-more:active {
  outline: none;
}

.see-more:hover,
.see-less:hover {
  color: #000;
}

.showmax150 {
  margin: 0 4px 0 4px;
  text-align: left;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.image-gallery img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.amenity {
  display: flex;
  padding: 20px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  align-items: center;
  font-family: "Lato", sans-serif;
  margin: 8px;
}

.amenity i {
  margin-right: 8px;
}

.amenity.more {
  font-weight: 600;
  border: none;
}

.reservation {
  margin-top: 16px;
  max-width: 400px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(200, 200, 200, 0.5);
  border-radius: 16px;
  padding: 16px;
}

.reservation #checkIn {
  border-radius: 0;
  border-top-left-radius: 8px;
}

.reservation #checkOut {
  border-radius: 0;
}
.reservation #checkIn {
  border-top-right-radius: 8px;
}

.reservation #guests {
  border-radius: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media screen and (max-width: 385px) {
  .reservation #checkIn {
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .reservation #checkOut {
    border-radius: 0;
  }

  .reservation #guests {
    border-radius: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}

.reservation input {
  border: none;
  outline: 1px solid #cccccc;
}

.caption {
  color: #666666;
  font-size: 14px;
}

.caption a {
  color: #1b1c1f;
}

.pricing p {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  margin-bottom: 8px;
}

.description {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 16px;
}

p.h5 {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
}

.stats .h5 {
  font-weight: normal;
}

.rating-breakdown {
  margin-top: 16px;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
}

.rating-breakdown .col {
  height: 40px;
}

.small,
.rating-breakdown small {
  font-size: 0.85rem;
}

.rating-breakdown small {
  font-weight: 600;
}

img.circular {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.stats-header {
  font-family: Montserrat, sans-serif;
  font-weight: normal;
  font-size: 18px;
}

.btn-whatsapp {
  background-color: #25d366;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 16px;
  align-self: center;
  display: flex;
  align-items: center;
}

.cat-header {
  display: flex;
  flex-wrap: wrap;
}

img.cat-thumb {
  width: 76px;
  height: 76px;
  border-radius: 8px;
  margin-right: 16px;
}

.cat-details h1 {
  margin: 0;
  margin-top: 4px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}

.cat-details p {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.3;
  max-width: 800px;
  font-family: "Roboto", sans-serif;
}

.prop-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-width: 300px;
}

.prop-credit img {
  border-radius: 75px;
  height: 100px;
  width: 100px;
}

.prop-credit {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 250px;
  color: #267271;
}

.prop-credit p {
  font-size: 1.2em;
  font-weight: bold;
  color: #444444;
  margin-bottom: 8px;
  text-align: center;
  line-height: 1;
}

.prop-credit > .progress {
  top: 0;
  left: 0;
  width: 95%;
  height: 10px;
  background: #efefef !important;
  border-radius: 6px;
  box-shadow: none;
  border: 1px solid #267271;
  box-shadow: none;
  top: 0;
  left: 0;
}

.prop-credit .progress span {
  padding-left: 8px;
  align-self: center;
  position: absolute;
}

.prop-credit .progress-bar {
  background-color: #267271;
  box-shadow: none;
}

.prop-pse {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
}

.nav-tabs .nav-link:hover {
  border-color: transparent;
}

.prop-pse.prb .empowerment {
  display: none;
}

.prop-pse.emp .problem {
  display: none;
}

.prop-pse.prb .nav-link.active {
  border-color: #f39d00;
  border-bottom-color: transparent;
}

.prop-pse.emp .nav-link.active {
  border-color: #18a380;
  border-bottom-color: transparent;
}

.prop-pse.prb .nav-tabs {
  border-bottom-color: #f39d00;
}

.prop-pse.emp .nav-tabs {
  border-bottom-color: #18a380;
}

.prop-pse .content {
  flex: 1;
  border: 1px solid #dee2e6;
  border-top: none;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.prop-pse.prb .content {
  border-color: #f39d00;
  border-top: none;
}

.prop-pse.emp .content {
  border-color: #18a380;
  border-top: none;
}

.prop-pse .nav-link {
  color: #1b1c1f;
}

.project-container:not(:last-child) {
  border-top: 1px solid #e4e4e4;
}

.date-picker-wrapper {
  position: absolute;
  background-color: #ffffff;
  min-width: 316px;
  padding: 8px !important;
  z-index: 9999;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 8px rgba(88, 88, 88, 0.5);
}
.date-picker-wrapper .drp_top-bar {
  padding: 10px;
}

.date-picker-wrapper .month-wrapper {
  width: 100%;
  border: none;
}

.date-picker-wrapper .month-wrapper table {
  width: 300px;
  border-collapse: collapse;
  /* table-layout: fixed; */
}

.date-picker-wrapper .month-wrapper table th {
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  color: #1b1c1f;
  text-align: center;
  text-transform: uppercase;
}

.date-picker-wrapper .month-wrapper table th span.prev,
.date-picker-wrapper .month-wrapper table th span.next {
  display: inline-block;
  width: 34px;
  font-weight: normal;
  line-height: 32px;
  color: #666666;
  border-radius: 18px;
  background-color: #f8f8f8;
}

.date-picker-wrapper .month-wrapper table th span.prev:hover,
.date-picker-wrapper .month-wrapper table th span.next:hover {
  color: #000;
  background-color: #efefef;
}

.date-picker-wrapper .month-wrapper table thead tr {
  border-top: 8px solid #ffffff;
  border-bottom: 12px solid #ffffff;
}

.date-picker-wrapper .month-wrapper table thead th {
  color: #666666;
}

.date-picker-wrapper .month-wrapper table td {
  border: 2px solid #ffffff;
}

.date-picker-wrapper .month-wrapper table td div {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
  border-radius: 22px;
}

.date-picker-wrapper .apply-btn,
.date-picker-wrapper .normal-top,
.date-picker-wrapper .default-top {
  display: none;
}

.date-picker-wrapper .error-top {
  padding: 4px;
  background: rgba(255, 0, 0, 0.05);
  border: 1px solid rgba(255, 0, 0, 0.1);
  border-radius: 4px;
  margin: 8px 0;
  color: red;
  display: none;
}

.date-picker-wrapper .month-wrapper table span.prev,
.date-picker-wrapper .month-wrapper table span.next,
.date-picker-wrapper .month-wrapper table tbody td div {
  cursor: pointer;
}

.date-picker-wrapper .month-wrapper table tbody td div.checked {
  background-color: #1b1c1f;
  color: #ffffff;
}

.date-picker-wrapper .month-wrapper table tbody td div.hovering {
  background-color: #666666;
  color: #ffffff;
}

.date-picker-wrapper .month-wrapper table tbody td div.lastMonth {
  color: #888888;
}

.date-picker-wrapper .month-wrapper table tbody td div.invalid {
  color: #cccccc;
  cursor: not-allowed;
}

.date-picker-wrapper
  .month-wrapper
  table
  td
  div:not(.invalid):not(.checked):hover {
  background-color: #666666;
  color: #ffffff;
}

#guests,
#checkIn,
#checkOut {
  font-weight: bold;
}

.reservation #guests:focus,
.reservation #checkIn:focus,
.reservation #checkOut:focus {
  outline: 1px solid #cccccc;
  box-shadow: none;
}

#guests {
  font-size: 14px;
}

.guests {
  position: relative;
}

.guests #guestsPicker {
  position: absolute;
  top: 100%;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 250px;
  height: 0;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 8px rgba(88, 88, 88, 0.5);
  z-index: 9999;
  transition: all 0.2s ease-in-out;
}

.guests #guestsPicker.open {
  height: 320px;
  padding: 16px 8px;
}

#guestsPicker .gp-inner p {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1;
  color: #1b1c1f;
}

#guestsPicker .gp-inner small {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 8px;
  color: #888888;
}

#guestsPicker .gp-inner strong {
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  margin: 0 16px;
}

#gp-mask {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  display: none;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(1px);
}

#guestsPicker button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

#carouselMax {
  padding-bottom: 80px;
}

#carouselMax .carousel-control-next,
#carouselMax .carousel-control-prev {
  opacity: 1;
  position: fixed;
  display: flex;
  align-items: end;
  z-index: 20;
  bottom: 20px;
}

#carouselMax .carousel-control-prev {
  left: 80px;
}

#carouselMax .carousel-control-next {
  right: 80px;
}

#carouselMax .carousel-control-next-icon,
#carouselMax .carousel-control-prev-icon {
  background-color: #444444;
  padding: 8px;
  border: 8px solid #444444;
  border-radius: 50%;
}

.previewImg img {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.previewImg:hover img {
  filter: brightness(0.8);
}

.goallevel1 {
  background: #fffcdd;
}

.goalstatus {
  /* box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); */
}

.goallevel1.goalstatuscompleted {
  background: #ddffdd;
}

.taskgoaledit select {
  min-width: 300px;
}

.proposal-grid-item .card {
  overflow: hidden;
  border-color: #f1f1f1;
}
.proposal-grid-item .card-body {
  display: flex;
  flex-direction: column;
}
.proposal-grid-item .card-body .btn {
  align-self: flex-end;
}
.proposal-grid-item .card .card-img-top {
  transition: all 0.2s ease-in-out;
}
.proposal-grid-item .card:hover .card-img-top {
  transform: scale(1.05) translateY(-3px);
}
.transition-3d-hover {
  transition: all 0.2s ease-in-out;
}
.transition-3d-hover:hover,
.transition-3d-hover:focus {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.form-control.disable-focus-ring:focus {
  border-color: inherit;
  box-shadow: none;
}
.form-control.input-brand.disable-focus-ring:focus {
  color: #1d5655;
  border-color: #1d5655;
}

.feed-showpost-dialog {
  height: 100vh;
  padding: 1rem 0;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.feed-showpost-dialog::-webkit-scrollbar {
  width: 6px;
}
.feed-showpost-dialog::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.feed-showpost-dialog .blog-list-item {
  margin-bottom: 0;
}
.icon {
  color: #0e1a1c;
  min-width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon span {
  display: inline-block;
  padding-left: 0.5rem;
  line-height: 1;
}
.icon:hover {
  background-color: #e2e7e9;
}
.icon:focus,
.icon:active {
  outline: none;
  background-color: rgba(0, 0, 0, 0.16);
}

.media-container {
  position: relative;
}
.media-download {
  position: absolute;
  right: 20px;
  bottom: 16px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  line-height: 32px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.16);
  z-index: 10;
}
.media-container:hover .media-download {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.24);
}
.media-container:hover .media-download:hover,
.media-download:hover {
  color: #1d5655;
  background-color: #ffffff;
}

.community-nav .nav > li.nav-item {
  font-size: 1.1rem;
  border-bottom: 2px solid transparent;
}
.community-nav .nav > li.nav-item:hover {
  border-bottom: 2px solid #ffffff22;
}
.community-nav .nav > li.nav-item.active {
  font-weight: 700;
  border-bottom: 2px solid #ffffff;
}
.community-nav li.nav-item a.nav-link {
  color: #ffffff;
}
.btn-searchprojects {
  margin-top: 8px;
}

.donate {
  background-color: #267271;
  color: #ffffff;
  border: none;
  width: 130px;
  border-radius: 32px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  margin: 0 auto;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.donate:hover {
  background-color: #1d5655;
  color: #ffffff;
}
.explore-blog-list {
  width: 100%;
}
.team-list {
  margin-bottom: 10px;
}
.team-list-header {
  margin-bottom: 0.75rem;
}
.sidebar-left h3,
.sidebar-right h3,
.explore-blog-list h3 {
  font-size: 1rem;
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
  margin-bottom: 0;
}
.explore-blog-list a {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 8px;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
}
.explore-blog-list a:hover {
  background-color: #f2f4f5;
}
.explore-blog-list a img {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f2f4f5;
  object-fit: contain;
}
.explore-blog-list a:hover img {
  background-color: #e2e7e9;
}

.project-likes-count {
  padding: 10px;
}

.collaborate-channel {
  min-height: 400px;
  height: calc(100vh - 260px);
}

.collaborate-channel-header {
  height: 46px;
}
.community-layout {
  display: flex;
  position: relative;
  min-height: calc(100vh - 66px);
  font-size: 0.95rem;
  margin-left: 0;
  transition: margin-left 0.25s ease-in-out;
  padding-bottom: 60px;
}
.community-layout .sidebar-left,
.community-layout .sidebar-right {
  min-height: 100%;
  width: 300px;
  padding: 1rem 0.5rem 1rem 1rem;
  background-color: #ffffff;
  position: relative;
}
.community-layout .main-content {
  flex: 1;
  padding: 0 1rem 1rem;
  margin: 1rem auto;
  position: relative;
}
.community-layout.bg-light {
  color: #222;
}

@media screen and (max-width: 1200px) {
  .container .main-content {
    padding: 0 0 1rem !important;
  }
  .community-layout .sidebar-left {
    display: none;
  }
  .community-layout .sidebar-right {
    position: fixed;
    top: 0;
    right: -100%;
    position: fixed;
    min-width: 300px;
    max-width: 100%;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
      rgba(0, 0, 0, 0.23) 0px 6px 6px;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
  }
  .community-layout .sidebar-right.open {
    right: 0;
  }
}
.btn.toggleCommunityDrawer {
  display: none;
  border: none !important;
  border-radius: 4px;
  font-size: 1rem;
  padding: 4px 12px;
  line-height: 30px;
  margin-right: 8px;
  /* background-color: rgba(255, 255, 255, 0.15) !important; */
}
.btn.toggleCommunityDrawer:active {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border: none !important;
}
.btn.toggleCommunityDrawer i {
  color: #ffffff;
}
#community-drawer-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 9998;
  display: none;
}
.btn.community-drawer-close {
  display: none !important;
}
@media screen and (max-width: 969px) {
  #community-drawer-mask,
  .btn.toggleCommunityDrawer {
    display: block;
  }
  .community-layout .sidebar-left {
    left: -100%;
  }
  .community-layout .sidebar-left.active {
    left: 0;
  }
  .sidebar-left.active .community-drawer-close {
    display: block !important;
  }
  .community-layout .sidebar-right.active {
    right: 0;
  }
}

.project-header .banner {
  display: flex;
  width: 100%;
  height: 70px;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  margin-bottom: 66px;
}
.project-header .header-logo {
  width: 100px;
  height: 100px;
  border-radius: 70px;
  overflow: hidden;
  display: block;
  position: absolute;
  bottom: -50px;
  left: 48px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 8px solid #ffffff;
  z-index: 100;
}
@media screen and (max-width: 576px) {
  .project-header .header-logo {
    left: 24px;
  }
}
.header-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-header h1.project-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  color: #000000;
  position: absolute;
  line-height: 36px;
  bottom: -42px;
  left: 170px;
}
.project-navbar {
  flex: 1;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  height: 70px;
  padding-right: 16px;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.5);
  padding-left: 164px;
  container-type: inline-size;
  z-index: 1;
}
.project-navbar .nav-link,
.project-navbar .dropdown-menu li a {
  color: #fff;
  font-size: 1rem;
  font-family: Roboto, sans-serif;
}
.project-navbar .nav-link {
  padding: 4px 12px;
  min-width: 50px;
  border-radius: 4px;
}

.project-navbar .nav-link:hover,
.project-navbar .dropdown-menu li a.nav-link:hover {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.15) !important;
}
.project-navbar .dropdown-menu {
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.5);
}
.project-navbar .dropdown-menu li {
  width: 100%;
  margin-bottom: 4px;
}
.project-navbar .dropdown-menu li:last-child {
  margin-bottom: 0;
}
.project-navbar .dropdown-menu li.active {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}
.project-navbar a.dropdown-item:hover,
.project-navbar a.dropdown-item:active {
  background-color: rgba(0, 0, 0, 0.15) !important;
}
.navbar-collective {
  font-family: Roboto, sans-serif;
}
.project-navbar .navbar-collective li.active .nav-link {
  color: #fff;
  font-weight: bold;
  border: none;
}
.project-navbar .navbar-collective li.nav-item.active .nav-link {
  background-color: rgba(255, 255, 255, 0.2);
}
.project-navbar .navbar-collective li.nav-item {
  display: none;
}
.project-navbar .navbar-collective .collapsed-menu {
  display: inline-block;
}
.collapsed-menu button.btn {
  padding: 8px 12px;
  color: #ffffff;
  border: none;
  line-height: 1;
}
.collapsed-menu button.btn:hover,
.collapsed-menu button.btn:active {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.15);
  border: none !important;
}
.collapsed-menu .dropdown-toggle::after {
  display: none;
}
@container (min-width: 340px) {
  .project-navbar .navbar-collective li.nav-item:nth-child(-n + 3) {
    display: inline-block;
  }
  .collapsed-menu li:nth-child(-n + 3) {
    display: none;
  }
}
@container (min-width: 400px) {
  .project-navbar .navbar-collective li.nav-item:nth-child(-n + 4) {
    display: inline-block;
  }
  .collapsed-menu li:nth-child(-n + 4) {
    display: none;
  }
}
@container (min-width: 500px) {
  .project-navbar .navbar-collective li.nav-item:nth-child(-n + 5) {
    display: inline-block;
  }
  .collapsed-menu li:nth-child(-n + 5) {
    display: none;
  }
}
@container (min-width: 640px) {
  .project-navbar .navbar-collective li.nav-item {
    display: inline-block;
  }
  .project-navbar .navbar-collective .collapsed-menu {
    display: none;
  }
}

.pretty-list {
  background: #ffffff;
  align-items: center;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  margin-bottom: 9px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 4px;
}
.pretty-list:hover {
  background: #f2f4f5;
}
.pretty-list a {
  color: #333;
}
.pretty-list a:hover {
  color: #000;
}

.project-sidebar-menu h3 {
  color: #444444;
  font-size: 1.2rem;
  text-align: center;
}
.project-sidebar-menu ul {
  list-style: none;
  padding: 0;
}
.project-sidebar-menu li {
  list-style: none;
}
.project-sidebar-menu li a {
  display: block;
  background-color: #fff;
  line-height: 40px;
  padding: 0 1rem;
  margin: 0.5rem 0;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 4px;
  color: #444444;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: bold;
  position: relative;
}
.project-sidebar-menu li a:hover {
  background-color: #f2f4f5;
}
.project-sidebar-menu li.current a {
  color: #ffffff;
  background-color: #252525;
}
.project-sidebar-menu li.current a:hover {
  background-color: #333333;
}
.project-sidebar-menu li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #252525;
  opacity: 0;
  /* transition: all 0.2s ease-in-out; */
}
.project-sidebar-menu li.current a::after {
  opacity: 1;
}

.project-main-content {
  padding: 1rem 1.5rem 1.5rem 2rem;
}

.storecontainer,
.card-block {
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 4px;
}
.card-block h2 {
  text-align: center;
  color: #267271;
}
.themed-btn,
.btn.btn-follow,
.btn.add-product {
  background-color: #267271;
  color: #ffffff;
}
.themed-btn:hover,
.btn.btn-follow:hover,
.btn.add-product:hover,
.btn.themed-btn:first-child:hover {
  background-color: #368281;
  color: #ffffff;
}

.themed-btn[type="submit"] {
  min-width: 100px;
}
.btn.view-reservation {
  border: 1px solid #267271;
}
.btn.view-reservation:hover {
  background-color: #26727122 !important;
}
.product-container {
  width: 308px;
  padding: 4px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.store-products .product-card {
  display: flex;
  flex-direction: column;
  width: 300px;
  background-color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 4px;
}
.store-products .product-img {
  margin-bottom: 0.5rem;
}
.store-products .product-img img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}
.store-products .product-summary {
  padding: 0 0.5rem 1rem 0.5rem;
}
.store-products .product-summary p {
  line-height: 1;
}
.edit-product {
  position: absolute;
  top: 16px;
  right: -100px;
  z-index: 10;
  transition: right 0.3s ease-in-out;
  pointer-events: none;
}
.product-container:hover .edit-product {
  pointer-events: all;
  right: 16px;
}
.product-price {
  font-size: small;
  line-height: 1;
}
.storecontainer h2 {
  font-size: 1.5rem;
  color: #267271;
}
.reservation-table {
  width: 100%;
  border-collapse: collapse;
}

.storecontainer .ajaxloginbox {
  background-color: #eee;
}
.ajaxloginbox .text-error {
  background-color: var(--bs-danger);
  color: #fff;
}
.ajaxloginbox .text-info {
  background-color: #fff;
}
.detail-input .input-label {
  font-size: 1rem;
  color: #444444;
  margin-bottom: 0.35rem;
}
.coverRandom {
  background-size: 100% 70px;
  background-position: left;
}

h1.project-h1 {
  color: #ffffff;
  font-size: 42px;
  margin: 0;
}
.project-card.card {
  width: 100%;
  height: 360px;
  background-color: #ffffff;
  border: 1px solid #efefef;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  margin-bottom: 20px;
}
.project-card.card:hover {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1), 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.project-cover {
  height: 70px;
  width: 100%;
  margin-bottom: 35px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}

.project-card a.name {
  color: #444444;
  font-size: 22px;
  font-weight: bold;
}
.project-card a.name:hover {
  color: #000000 !important;
}
.project-card .idd {
  font-size: 14px;
  font-weight: 600;
}
.project-card .idd1 {
  font-size: 12px;
}
.project-card .number {
  font-size: 22px;
  font-weight: bold;
}
.project-card .creator {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
}
.project-card .members {
  font-size: 14px;
  font-weight: 400;
  color: #444444;
}
.project-card a.explore {
  height: 40px;
  width: 150px;
  border-radius: 5px;
  border: none;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-card a.explore:hover {
  color: #ffffff !important;
}
.project-card .descriptiontext {
  font-size: 13px;
  color: #545454;
  font-weight: 500;

  line-height: 20px;
  max-height: 58px;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.project-card .icons i {
  font-size: 19px;
}
.project-card hr .new1 {
  border: 1px solid;
}
.project-card .launched {
  font-size: 12px;
  line-height: 1;
  color: #a0a0a0;
  font-weight: bold;
}
.subscription h2 {
  font-size: 24px;
}
.subscription p {
  font-weight: 300;
}

.search-popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(4px);
  padding-top: 40px;
  font-size: 0.9rem;
  z-index: 100;
}

input.search-primary {
  width: 100%;
  max-width: 400px;
  min-width: 300px;
  margin: 0 auto;
  /* opacity: 0; */
  height: 42px;
  border-radius: 21px;
  border: 0;
  padding: 0 16px;
  font-size: 18px;
  z-index: 999;
  transition: all 0.2s ease-in-out;
  background-color: #ffffff;
  color: #194d4b !important;
}

#closeSearch {
  margin-right: -30px;
}

#searchResultContainer {
  position: absolute;
  left: 50vw;
  width: 600px;
  max-width: 100vw;
  transform: translateX(-50%);
  top: 90px;
  background-color: #ffffff;
  padding: 16px;
  border-radius: 8px;
  /* display: none; */
}

#searchLoading,
#searchNoResult {
  display: none;
}

.result-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 8px;
  transition: all 0.2s ease-in-out;
}

.result-item:hover {
  background-color: #f5f5f5;
}

.refferralcopied {
  text-align: center;
  color: #1678a1;
  font-weight: bold;
  font-style: italic;
  padding: 0.25rem;
  display: none;
  position: absolute;
  bottom: 0px;
}

.referrallink {
  color: #333;
  display: inline;
  word-break: break-all;
}

.refferralcopied {
  color: #626584;
}

.filteredinresults {
  position: relative;
  top: 0;
}

.main-content .alert-save {
  top: 30%;
  bottom: inherit;
}

.chatterbox-container {
  height: calc(100%) !important;
}
.resultspositions a.disabled {
  opacity: 0.3;
  pointer-events: none !important;
}

.detail-input .render-type-thumbnail {
  display: inline-block;
}
