@import '../Assets/Fonts/hcproject-v1.0/style.css';
:root {
  --groups-gray: #D6D6D6;
}
.max-w-grid {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  /*max-width: 71.25rem; /* 1140px */
  /*max-width: 90rem;*/
  /* 1440px */
  max-width: 80rem;
  /* 1280px */
}
@media (min-width: 1200px) {
  .max-w-grid {
    /*max-width: 86.25rem;*/
    /* 1380px */
    /*max-width: 90rem;*/
    /* 1440px */
    max-width: 120rem;
    /* 1280px */
  }
}
header.page.groupfinder {
  background-color: #fff !important;
}
.subtitle {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--primary-hex);
}
.btn {
  padding: 8px 14px;
  border-radius: 8px;
  text-transform: none;
  display: block;
  width: 100%;
}
.btn .btn-primary {
  background-color: var(--primary-hex);
}
.actions {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
[id$="_btnClear"] {
  background-color: #fff;
  border: 1px #D6D6D6 solid;
  color: #706F6F;
}
[id$="_btnClear"]:hover {
  background-color: #D6D6D6;
  text-decoration: none;
}
.content-section {
  padding: 0;
}
.group-finder .panel {
  margin-bottom: 0;
}
.card-spacing {
  margin-bottom: 32px;
}
.group-finder-results {
  min-height: 600px;
  padding: 24px;
}
div[id$='pnlLavaOutput'] {
  margin: 0 !important;
}
div[id$='pnlSearch'] {
  max-width: 1740px;
  margin: 0 auto;
  padding: 38px 15px 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
div[id$='pnlSearch'] .control-wrapper,
div[id$='pnlSearch'] .control-label {
  display: none;
}
div[id$='pnlSearch'] .form-group {
  margin: 0 0 15px;
  width: 100%;
}
.group-finder-filter {
  box-shadow: none;
  border: 1px solid #D6D6D6 !important;
  background-color: #FFF;
  color: #999999;
  border-radius: 8px;
}
.group-finder-filter-selected {
  border: 1px solid #d6d6d6 !important;
  color: #000;
  background-color: #d6d6d6;
}
.group-finder-filter:active,
.group-finder-filter:focus {
  border: 1px solid #000 !important;
  background-color: #fff;
  color: #000;
}
.js-days-ofweek-select {
  position: relative;
  z-index: 0;
  background-image: url(../Assets/img/calendar.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 10px center;
  padding-left: 30px;
}
.styled-link {
  display: inline-block;
  color: #bd529b;
  font-weight: 600;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  border-bottom: 0 solid currentColor;
  padding: 8px 14px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.styled-link:hover {
  color: #B55C99;
  background-color: #F9F5FF;
}
.styled-link:hover,
.styled-link:focus {
  text-decoration: none;
}
.group-card {
  font-size: 12px;
  height: 100%;
  border: 1px var(--groups-gray) solid;
  border-radius: 16px;
}
.group-types {
  display: flex;
  gap: 4px;
  font-weight: 700;
  align-items: center;
}
.group-types span {
  padding: 4px 8px;
  border-radius: 20px;
}
.group-types:has(.group-full) span.group-full {
  color: #C01048;
  background-color: #FFF1F3;
}
.group-types:has(.group-open) span.group-open {
  color: #027A48;
  background-color: #ECFDF3;
}
.group-type {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 20px;
  white-space: nowrap;
}
.group-type.group-type-you {
  color: #bf58b6;
  background-color: rgba(191, 88, 182, 0.3);
}
.group-type.group-type-act {
  color: #026AA2;
  background-color: #F0F9FF;
}
.group-type.group-type-bib {
  color: #B55C99;
  background-color: #F9F5FF;
}
.group-type.group-type-com {
  color: #363F72;
  background-color: #F8F9FC;
}
.group-type.group-type-dee {
  color: #B93815;
  background-color: #FFF4ED;
}
.group-type.group-type-dev {
  color: #3538CD;
  background-color: #EEF4FF;
}
.group-meta {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.group-date {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.group__date {
  display: flex;
  gap: 4px;
  align-items: center;
}
.group__location {
  display: flex;
  gap: 4px;
  align-items: center;
}
.group-day {
  font-family: var(--font-family-serif);
  line-height: 1;
}
.group-category {
  color: #7f7f7f;
}
.group-name {
  display: block;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.group-details {
  height: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}
.group__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.group__footer {
  display: flex;
  justify-content: flex-end;
}
.group-description {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.group-more {
  margin-top: 24px;
}
.modal-scrollable {
  overflow: hidden;
}
.modal-cotm {
  margin-top: 2px !Important;
  width: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: none;
  box-shadow: none;
  font-size: 16px;
  border-radius: 0 !important;
  padding: 15px 0;
}
.modal-cotm .close {
  position: absolute;
  font-size: 24px;
  top: 50px;
  right: 30px;
  color: var(--primary-hex);
  border-radius: 100%;
  text-shadow: none;
  transition: all 0.3s ease-in-out;
}
.modal-cotm .close:hover {
  color: #000;
}
.modal-cotm .modal-content {
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  height: 100vh !important;
  top: 0 !important;
  padding-top: 50px;
}
.modal-cotm .modal-dialog {
  margin: 0 auto;
  border-radius: 20px;
}
.group-modal-description {
  padding: 36px;
  line-height: 1.75;
  color: #000;
  font-size: 14px;
}
.group-modal-description h4 {
  margin: 0 0 24px;
  font-weight: 700;
  color: #fff;
}
.group-modal-trim {
  overflow-y: auto;
  max-height: 180px;
}
.modal-cotm .group-modal-body {
  position: relative;
  padding-bottom: 30px;
  padding-right: 15px;
  height: 300px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-height: 100%;
  font-size: 14px;
}
.modal-cotm .group-modal-body:has(.group-modal-footer) {
  padding-bottom: 0;
}
.modal-cotm .group-description-wrapper {
  position: relative;
  height: 300px;
  padding-bottom: 10px;
  max-height: 80%;
}
.modal-cotm .group-description-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25px;
  background: linear-gradient(rgba(255, 255, 255, 0.001), white);
  /* transparent keyword is broken in Safari */
}
.modal-cotm .group-modal-footer {
  display: flex;
  justify-content: flex-end;
  margin: 30px auto 0;
  position: fixed;
  bottom: 30px;
  width: 100%;
  max-width: 86%;
  left: 30px;
}
.group-modal-data {
  display: flex;
  flex-direction: column;
  color: #000;
}
.group-modal-flex {
  display: flex;
  flex-direction: column;
}
.group-modal-grid {
  display: flex;
  flex-direction: column;
}
.group-modal-grid {
  display: flex;
  flex-direction: column;
}
.modal .group-name {
  grid-area: group-name;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 30px 10px;
  order: 1;
}
.modal .h4 {
  font-size: 30px;
  font-weight: 700;
}
.modal h5 {
  font-size: 16px;
  font-weight: 700;
}
.modal .group-types {
  font-size: 14px;
}
.modal .group-meta {
  grid-area: group-meta;
  font-size: 12px;
  justify-content: flex-start;
  order: 2;
}
.modal .group-meta i {
  font-size: 16px;
}
.modal .group-times {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.modal .group-description {
  grid-area: group-description;
  padding: 10px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  order: 3;
}
.group-modal-meta {
  flex-grow: 1;
  padding: 10px 30px 30px;
}
.group-modal-cta.OPEN {
  text-align: center;
  background: #447DDD;
  padding: 5px;
}
.group-modal-cta .headline {
  font-family: Taviraj;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  display: block;
}
.group-modal-cta .link {
  color: #fff;
  margin-top: 5px;
}
@media screen and (min-width: 860px) {
  div[id$='pnlSearch'] {
    flex-direction: row;
  }
  div[id$='pnlSearch'] .form-group {
    margin: 0 9px 0;
    flex: 1 0 0;
  }
  .group-description {
    -webkit-line-clamp: 3;
    min-height: 66px;
  }
  .group-modal-flex {
    flex-direction: row;
  }
  .modal-cotm .modal-dialog {
    width: 860px;
  }
  .modal-cotm .close {
    opacity: 1;
  }
  .group-modal-description {
    width: 60%;
  }
  .group-modal-data {
    width: 40%;
  }
  .group-modal-description {
    padding: 64px;
  }
  .group-modal-meta {
    padding: 10px 30px 30px;
  }
  .large-screen-view {
    padding: 0px 50px;
  }
}
@media screen and (min-width: 479px) {
  .group-modal-grid {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 10px;
    grid-auto-flow: row;
    grid-template-areas: "group-name group-name group-name" "group-meta group-description group-description";
  }
  .modal-cotm .group-modal-body {
    position: relative;
    padding-bottom: 30px;
    padding-right: 15px;
    height: 224px;
    max-height: 100%;
    overflow-y: scroll;
  }
  .modal-cotm .group-description-wrapper {
    position: relative;
    height: 224px;
    max-height: 100%;
    padding-bottom: 10px;
  }
  .modal-cotm .group-description-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
    background: linear-gradient(rgba(255, 255, 255, 0.001), white);
    /* transparent keyword is broken in Safari */
  }
  .modal-cotm .group-decription {
    height: auto;
  }
  .modal-cotm .modal-content {
    height: 468px !important;
    width: 848px;
    top: inherit !important;
    padding-top: 0;
  }
  .modal-cotm .group-modal-footer {
    margin-top: 10px;
    margin-right: unset;
    margin-bottom: inherit;
    margin-left: unset;
    bottom: unset;
    position: relative;
    width: auto;
    left: unset;
    max-width: 100%;
  }
  .modal-cotm .close {
    top: 30px;
  }
  .btn {
    display: inline-block;
    width: auto;
  }
  .actions {
    width: auto;
    flex-direction: row;
    gap: 5px;
  }
}
