/**
 * Generic mixins
 */
.homepageFilterButton {
  position: relative;
  float: right;
  height: 24px;
  top: 3px;
  margin: 0 25px;
  padding-right: 5px;
  cursor: pointer;
  border-radius: 4px;
  margin-left: 0px;
  margin-right: 20px; }
  @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 + -5px); } }
  @media (min-width: 700px) {
    .homepageFilterButton {
      margin-right: 30px; } }
  @media (hover: hover) {
    .homepageFilterButton:hover {
      background-color: #EEEEEE; }
      .darkmode .homepageFilterButton:hover {
        background-color: #202C39; } }
  .homepageFilterButton.active {
    background-color: #E9E9E9; }
    .darkmode .homepageFilterButton.active {
      background-color: #202C39; }
  .homepageFilterButton .homepageFilterIcon {
    float: left;
    height: 10px;
    width: 12px;
    margin: 8px 4px 0px 3px;
    background: url(../../images/filters/homepage_filters_icon.svg?a5c142c0e942) no-repeat center/contain; }
    .darkmode .homepageFilterButton .homepageFilterIcon {
      background: url(../../images/filters/homepage_filters_icon_dm.svg?4139bced3039) no-repeat center/contain; }
    .homepageFilterButton .homepageFilterIcon.applied {
      height: 14px;
      width: 16px;
      margin: 4px 0px 0 3px;
      background: url(../../images/filters/homepage_filters_icon_applied.svg?14f1d27a7330) no-repeat center/contain; }
      .darkmode .homepageFilterButton .homepageFilterIcon.applied {
        background: url(../../images/filters/homepage_filters_icon_applied_dm.svg?c0b3448e5381) no-repeat center/contain; }
  .homepageFilterButton .text {
    font-size: 0.8em;
    color: #306A91;
    float: left;
    font-family: "UbuntuRegular", Arial, Helvetica, sans-serif;
    padding-top: 5px; }
    .darkmode .homepageFilterButton .text {
      color: #68B5F0; }

.homepageFilterPanel {
  background-color: #F8F9FA;
  display: none;
  float: right;
  order: 1;
  padding-bottom: 40px;
  position: relative;
  right: 0; }
  .darkmode .homepageFilterPanel {
    background-color: #202C39; }
  .homepageFilterPanel.active {
    display: inline-block; }
  .homepageFilterPanel .closeButton {
    background-image: url(../../images/filters/closeButton.svg?b74c12517620);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    height: 16px;
    width: 16px;
    position: absolute;
    display: inline-block;
    top: 16px;
    right: 16px; }
    .darkmode .homepageFilterPanel .closeButton {
      background-image: url(../../images/filters/closeButton_dm.svg?ea4bc39ad947); }
  .homepageFilterPanel .tagSection {
    display: flex;
    flex-direction: column; }
    .homepageFilterPanel .tagSection.multiPage {
      min-height: 534px; }
    .homepageFilterPanel .tagSection .tagSectionOptions {
      min-height: none;
      max-height: 434px;
      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-left: 10px;
      margin-top: auto; }
      @media (min-width: 500px) {
        .homepageFilterPanel .tagSection .tagPaginationRoot {
          margin-left: calc(16.66667vw + -73.33333px); } }
      @media (min-width: 800px) {
        .homepageFilterPanel .tagSection .tagPaginationRoot {
          margin-left: 60px; } }
  .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: #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: #306A91; }
      .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 #E0EEFB;
      border-radius: 4px;
      box-sizing: border-box;
      color: #306A91;
      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: #EEEEEE; }
          .darkmode .homepageFilterPanel .filterSection .filterOption:hover {
            background-color: #17202A; } }
      .homepageFilterPanel .filterSection .filterOption.active {
        background-color: #306A91;
        color: #FFFFFF; }
        .darkmode .homepageFilterPanel .filterSection .filterOption.active {
          background-color: #68B5F0;
          border-color: #68B5F0;
          color: #17202A; }
    .homepageFilterPanel .filterSection .ageInputs p {
      display: inline;
      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: #306A91;
      border: 1px solid #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: #B3B3B3;
      cursor: default;
      text-decoration: none; }
      .homepageFilterPanel .filterSection .agesSubmit.active {
        color: #306A91;
        cursor: pointer; }
        .homepageFilterPanel .filterSection .agesSubmit.active:hover {
          text-decoration: underline; }
        .darkmode .homepageFilterPanel .filterSection .agesSubmit.active {
          color: #68B5F0; }
  .homepageFilterPanel .tagSection {
    display: flex;
    flex-direction: column;
    overflow: hidden; }
    .homepageFilterPanel .tagSection.multiPage {
      min-height: 534px; }
    .homepageFilterPanel .tagSection .tagSectionOptions {
      min-height: none; }
      .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-left: 10px;
      margin-top: auto; }
      @media (min-width: 500px) {
        .homepageFilterPanel .tagSection .tagPaginationRoot {
          margin-left: calc(16.66667vw + -73.33333px); } }
      @media (min-width: 800px) {
        .homepageFilterPanel .tagSection .tagPaginationRoot {
          margin-left: 60px; } }
.filterLabelSection {
  margin-bottom: 12px; }
  .filterLabelSection .filtersClearButton {
    cursor: pointer;
    color: #6E6F70;
    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;
    padding: 4px 0;
    vertical-align: middle;
    text-align: left; }
    .darkmode .filterLabelSection .filtersClearButton {
      color: #68B5F0; }
  .filterLabelSection .filterLabel {
    border: 1px solid #E0EEFB;
    border-radius: 4px;
    box-sizing: border-box;
    color: #306A91;
    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 {
      background-image: url("../../images/filters/removeFilterIcon.svg?3088ab58af57");
      background-repeat: no-repeat;
      background-size: auto;
      cursor: pointer;
      display: inline-block;
      height: 14px;
      margin-left: 4px;
      vertical-align: middle;
      width: 14px; }
      .darkmode .filterLabelSection .filterLabel .filterLabelRemove {
        background-image: url("../../images/filters/removeFilterIcon_dm.svg?58745564dac3"); }

.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 #E0EEFB;
    border-radius: 4px;
    font-family: "UbuntuRegular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #FFFFFF;
    color: #525252;
    outline: none;
    -webkit-tap-highlight-color: transparent; }
    .darkmode .tagSearchDiv .tagSearchInput {
      color: #B3B3B3;
      border-color: #2D3E50;
      background-color: #17202A; }
  .tagSearchDiv .tagSuggestionsDiv {
    display: none;
    background-color: #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 .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: #EDEDED; }
        .darkmode .tagSearchDiv .tagSuggestionsDiv .suggestion.highlight {
          background-color: #202C39; }
      .tagSearchDiv .tagSuggestionsDiv .suggestion .notFoundText {
        color: #525252; }
      .tagSearchDiv .tagSuggestionsDiv .suggestion .tagText {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #306A91;
        flex-basis: 80px;
        flex-grow: 1; }
        .darkmode .tagSearchDiv .tagSuggestionsDiv .suggestion .tagText {
          color: #68B5F0; }
        .tagSearchDiv .tagSuggestionsDiv .suggestion .tagText .keyword {
          font-family: "UbuntuBold", Arial, Helvetica, sans-serif;
          font-weight: 900; }
  .tagSearchDiv .searchButton {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 24px;
    height: 22px;
    box-sizing: border-box;
    cursor: pointer; }
    .tagSearchDiv .searchButton .searchIcon {
      background: url("../../images/search.svg?45db19d3993d") no-repeat center/contain;
      width: 14px;
      height: 14px;
      position: relative;
      top: 4px;
      left: 5px; }
      .darkmode .tagSearchDiv .searchButton .searchIcon {
        background-image: url("../../images/search_dm.svg?3492defa25bc"); }

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

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