/**
 * Generic mixins
 */
.homepageFilterButton {
  position: relative;
  float: right;
  height: 24px;
  top: 3px;
  margin: 0 25px;
  padding-right: 5px;
  cursor: pointer;
  border-radius: 4px;
  user-select: none;
  margin-left: 0px;
  margin-right: 8px; }
  @media (min-width: 500px) {
    .homepageFilterButton {
      margin-left: calc(5vw + -25px); } }
  @media (min-width: 700px) {
    .homepageFilterButton {
      margin-left: 10px; } }
  @media (min-width: 500px) {
    .homepageFilterButton {
      margin-right: calc(5vw + -17px); } }
  @media (min-width: 700px) {
    .homepageFilterButton {
      margin-right: 18px; } }
  .homepageFilterButton.SrchEvlv {
    margin-right: 0px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 32px;
    top: 0; }
    @media (min-width: 500px) {
      .homepageFilterButton.SrchEvlv {
        margin-right: calc(1.5vw + -7.5px); } }
    @media (min-width: 700px) {
      .homepageFilterButton.SrchEvlv {
        margin-right: 3px; } }
    .homepageFilterButton.SrchEvlv.active {
      background-color: var(--wl-filter-panel-button-active-bg-color, #f2f9fd); }
      .darkmode .homepageFilterButton.SrchEvlv.active {
        background-color: #2d3e50; }
    .homepageFilterButton.SrchEvlv:hover {
      background-color: var(--wl-filter-panel-button-hover-bg-color, #f8f9fa); }
      .darkmode .homepageFilterButton.SrchEvlv:hover {
        background-color: #202c39; }
  @media (hover: hover) {
    .homepageFilterButton:hover {
      background-color: var(--wl-filter-panel-button-hover-bg-color, #eeeeee); }
      .darkmode .homepageFilterButton:hover {
        background-color: #202c39; } }
  .homepageFilterButton.active {
    background-color: var(--wl-filter-panel-button-active-bg-color, #e9e9e9); }
    .darkmode .homepageFilterButton.active {
      background-color: #202c39; }
  .homepageFilterButton .homepageFiltersIconRoot {
    float: left;
    height: 10px;
    width: 19px;
    padding-left: 2px; }
  .homepageFilterButton .text {
    font-size: 0.8em;
    color: var(--wl-filter-panel-highlight-color, #0c6a93);
    float: left;
    font-family: "UbuntuRegular", Arial, Helvetica, sans-serif;
    padding-top: 5px; }
    .darkmode .homepageFilterButton .text {
      color: #68b5f0; }

.homepageFilterPanel {
  background-color: var(--wl-filter-panel-bgcolor, #f8f9fa);
  float: right;
  order: 1;
  padding-bottom: 40px;
  position: relative;
  right: 0; }
  .homepageFilterPanel.SrchEvlv {
    margin-top: 1px; }
  .darkmode .homepageFilterPanel {
    background-color: #202c39; }
  .homepageFilterPanel .closeButton {
    cursor: pointer;
    position: absolute;
    display: inline-block;
    top: 16px;
    right: 16px; }
    .darkmode .homepageFilterPanel .closeButton path {
      fill: #b3b3b3; }
  .homepageFilterPanel .filterSection {
    overflow: visible;
    padding-top: 36px;
    padding-right: 4px;
    user-select: none;
    padding-left: 4px;
    width: 110px; }
    @media (min-width: 500px) {
      .homepageFilterPanel .filterSection {
        padding-left: calc(6.66667vw + -29.33333px); } }
    @media (min-width: 800px) {
      .homepageFilterPanel .filterSection {
        padding-left: 24px; } }
    @media (min-width: 500px) {
      .homepageFilterPanel .filterSection {
        width: calc(44.66667vw + -113.33333px); } }
    @media (min-width: 800px) {
      .homepageFilterPanel .filterSection {
        width: 244px; } }
    .homepageFilterPanel .filterSection .filterSectionHeader {
      color: var(--wl-filter-section-primary-text-color, #525252);
      display: inline;
      font-family: "UbuntuMedium", Arial, Helvetica, sans-serif;
      font-size: 1em;
      font-weight: 900;
      line-height: 16px;
      letter-spacing: 0;
      text-align: left;
      margin-bottom: 5px; }
      .darkmode .homepageFilterPanel .filterSection .filterSectionHeader {
        color: #b3b3b3; }
    .homepageFilterPanel .filterSection .filterSectionOptions {
      margin-top: 12px; }
    .homepageFilterPanel .filterSection .clear {
      margin-left: 4px;
      color: var(--wl-filter-panel-highlight-color, #0c6a93); }
      .darkmode .homepageFilterPanel .filterSection .clear {
        color: #68b5f0; }
    .homepageFilterPanel .filterSection .filterSectionLink {
      display: inline;
      float: right;
      font-size: 0.9167em; }
      .darkmode .homepageFilterPanel .filterSection .filterSectionLink {
        color: #68b5f0; }
    .homepageFilterPanel .filterSection .filterOption {
      border: 1px solid var(--wl-filter-option-border-color, #e0eefb);
      border-radius: 4px;
      box-sizing: border-box;
      color: var(--wl-filter-option-border-color, #0c6a93);
      cursor: pointer;
      display: inline-block;
      font-family: "UbuntuRegular", Arial, Helvetica, sans-serif;
      font-size: 1em;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 14px;
      margin: 0 10px 10px 0;
      max-width: 100%;
      overflow: hidden;
      padding: 4px 6px;
      text-align: left;
      text-overflow: ellipsis;
      vertical-align: middle; }
      .darkmode .homepageFilterPanel .filterSection .filterOption {
        border-color: #2d3e50;
        color: #68b5f0; }
      @media (hover: hover) {
        .homepageFilterPanel .filterSection .filterOption:hover {
          background-color: var(--wl-content-bgcolor, #eeeeee); }
          .darkmode .homepageFilterPanel .filterSection .filterOption:hover {
            background-color: #17202a; } }
      .homepageFilterPanel .filterSection .filterOption.active {
        background-color: var(--wl-filter-panel-highlight-color, #0c6a93);
        color: var(--wl-content-bgcolor, #ffffff); }
        .darkmode .homepageFilterPanel .filterSection .filterOption.active {
          background-color: #68b5f0;
          border-color: #68b5f0;
          color: #17202a; }
    .homepageFilterPanel .filterSection .ageInputs p {
      display: inline;
      color: var(--wl-filter-section-support-text-color, #6e6f70);
      padding: 0 6px; }
    .homepageFilterPanel .filterSection .ageInputs input {
      width: 30px;
      height: 24px;
      box-sizing: border-box;
      text-align: center;
      font-family: "UbuntuRegular", Arial, Helvetica, sans-serif;
      font-size: 12px;
      color: var(--wl-filter-section-primary-text-color, #0c6a93);
      background-color: var(--wl-content-bgcolor, #ffffff);
      border: 1px solid var(--wl-filter-option-border-color, #e0eefb);
      border-radius: 4px;
      outline: none;
      -moz-appearance: textfield;
      -webkit-tap-highlight-color: transparent; }
      .darkmode .homepageFilterPanel .filterSection .ageInputs input {
        color: #68b5f0;
        border-color: #2d3e50;
        background-color: #17202a; }
    .homepageFilterPanel .filterSection .ageInputs input::-webkit-outer-spin-button,
    .homepageFilterPanel .filterSection .ageInputs input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .homepageFilterPanel .filterSection .agesSubmit {
      margin-left: 8px;
      color: var(--wl-filter-section-support-text-color, #b3b3b3);
      cursor: default;
      text-decoration: none; }
      .homepageFilterPanel .filterSection .agesSubmit.active {
        color: var(--wl-filter-panel-highlight-color, #0c6a93);
        cursor: pointer; }
        .homepageFilterPanel .filterSection .agesSubmit.active:hover {
          text-decoration: underline; }
        .darkmode .homepageFilterPanel .filterSection .agesSubmit.active {
          color: #68b5f0; }
  .homepageFilterPanel .tagSection {
    display: flex;
    flex-direction: column; }
    .homepageFilterPanel .tagSection.multiPage {
      min-height: 534px; }
    .homepageFilterPanel .tagSection .tagSectionOptions {
      min-height: unset;
      max-height: 440px;
      overflow-y: hidden; }
      .homepageFilterPanel .tagSection .tagSectionOptions.loading {
        min-height: 428px; }
    .homepageFilterPanel .tagSection.paginated {
      position: relative; }
      .homepageFilterPanel .tagSection.paginated.multiPage {
        min-height: 550px; }
    .homepageFilterPanel .tagSection .tagPaginationRoot {
      display: flex;
      margin: auto auto 0; }

.filterLabelSection {
  margin-bottom: 12px; }
  .filterLabelSection .filtersClearButton {
    cursor: pointer;
    color: var(--wl-filter-section-support-text-color, #0c6a93);
    box-sizing: border-box;
    display: inline-block;
    font-family: "UbuntuRegular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: 24px;
    line-height: 14px;
    letter-spacing: 0;
    margin-bottom: 6px;
    margin-right: 10px;
    margin-top: 2px;
    padding: 4px 0;
    vertical-align: middle;
    text-align: left; }
    .darkmode .filterLabelSection .filtersClearButton {
      color: #68b5f0; }
  .filterLabelSection .filterLabel {
    border: 1px solid var(--wl-filter-option-border-color, #e0eefb);
    border-radius: 4px;
    box-sizing: border-box;
    color: var(--wl-filter-panel-highlight-color, #0c6a93);
    display: inline-block;
    font-family: "UbuntuRegular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: 24px;
    margin-bottom: 6px;
    line-height: 14px;
    letter-spacing: 0;
    margin-right: 10px;
    padding: 4px 8px 4px 8px;
    vertical-align: middle;
    text-align: left; }
    .darkmode .filterLabelSection .filterLabel {
      color: #68b5f0;
      border-color: #2d3e50; }
    .filterLabelSection .filterLabel .filterLabelRemove {
      color: var(--wl-filter-panel-highlight-color, #0c6a93);
      cursor: pointer;
      display: inline-block;
      height: 14px;
      margin-left: 4px;
      vertical-align: middle;
      width: 14px; }
      .filterLabelSection .filterLabel .filterLabelRemove path {
        fill: var(--wl-filter-panel-highlight-color, #0c6a93); }
        .darkmode .filterLabelSection .filterLabel .filterLabelRemove path {
          fill: #68b5f0; }

.tagSearchDiv {
  padding: 10px 0 5px;
  position: relative;
  height: 22px;
  max-width: 220px; }
  .tagSearchDiv .tagSearchInput {
    position: absolute;
    width: 100%;
    height: 22px;
    padding-left: 8px;
    padding-right: 23px;
    box-sizing: border-box;
    border: 1px solid var(--wl-filter-option-border-color, #e0eefb);
    border-radius: 4px;
    font-family: "UbuntuRegular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: var(--wl-content-bgcolor, #ffffff);
    color: var(--wl-filter-section-primary-text-color, #525252);
    outline: none;
    -webkit-tap-highlight-color: transparent; }
    .tagSearchDiv .tagSearchInput::placeholder {
      color: var(--wl-filter-section-support-text-color, #757575); }
    .darkmode .tagSearchDiv .tagSearchInput {
      color: #b3b3b3;
      border-color: #2d3e50;
      background-color: #17202a; }
  .tagSearchDiv .tagSuggestionsDiv {
    display: none;
    background-color: var(--wl-content-bgcolor, #ffffff);
    width: 216px;
    max-width: 100%;
    position: absolute;
    top: 34px;
    left: 1px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px 4px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }
    .darkmode .tagSearchDiv .tagSuggestionsDiv {
      background-color: #17202a;
      border-color: #2d3e50; }
    .tagSearchDiv .tagSuggestionsDiv .notFoundText {
      color: var(--wl-filter-section-primary-text-color, #525252); }
    .tagSearchDiv .tagSuggestionsDiv .suggestion {
      cursor: pointer;
      box-sizing: border-box;
      padding: 4px;
      display: flex;
      height: 25px;
      flex-wrap: wrap;
      overflow: hidden;
      white-space: nowrap;
      row-gap: 12px; }
      .tagSearchDiv .tagSuggestionsDiv .suggestion.highlight {
        background-color: var(--wl-filter-panel-bgcolor, #ededed); }
        .darkmode .tagSearchDiv .tagSuggestionsDiv .suggestion.highlight {
          background-color: #202c39; }
      .tagSearchDiv .tagSuggestionsDiv .suggestion .tagText {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        color: var(--wl-filter-section-primary-text-color, #494949);
        flex-basis: 80px;
        flex-grow: 1; }
        .darkmode .tagSearchDiv .tagSuggestionsDiv .suggestion .tagText {
          color: #b3b3b3; }
        .tagSearchDiv .tagSuggestionsDiv .suggestion .tagText .keyword {
          font-family: "UbuntuBold", Arial, Helvetica, sans-serif;
          font-weight: 900; }
    .tagSearchDiv .tagSuggestionsDiv .notFoundText {
      padding-left: 4px; }
  .tagSearchDiv .searchButton {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 24px;
    height: 22px;
    box-sizing: border-box;
    cursor: pointer; }
    .tagSearchDiv .searchButton .searchIcon {
      width: 14px;
      height: 14px;
      position: relative;
      top: 4px;
      left: 5px; }
      .tagSearchDiv .searchButton .searchIcon path,
      .tagSearchDiv .searchButton .searchIcon circle {
        fill: var(--wl-filter-panel-highlight-color, #0c6a93); }
        .darkmode .tagSearchDiv .searchButton .searchIcon path, .darkmode .tagSearchDiv .searchButton .searchIcon circle {
          fill: #68b5f0; }

#main #roomlist_root .roomlist_container ul.list,
#main #roomlist_root .placeholder_roomlist_container ul.list {
  grid-template-columns: repeat(auto-fill, minmax(174px, 1fr)); }

#roomlist_root.main_roomlist .placeholder_roomlist_container {
  padding-top: 0; }

.num-of-rooms-msg {
  padding: 0 2px; }

.roomlist_container.placeholder {
  padding-top: 16px; }
  .privatePage .roomlist_container.placeholder {
    padding-top: 72px; }
  .followedPage .roomlist_container.placeholder {
    padding-top: 32px; }
  .hasFilters .roomlist_container.placeholder {
    padding-top: 46px; }
  .hasFilters.privatePage .roomlist_container.placeholder {
    padding-top: 102px; }
  .hasFilters.followedPage .roomlist_container.placeholder {
    padding-top: 73px; }

.homepageFilterPanel.placeholder {
  width: 0; }
  @media (min-width: 800px) {
    .filterPanelOpen .homepageFilterPanel.placeholder {
      width: 272px; } }
