/* line 49, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
@media (max-width: 767px) {
  body.home.full-screen {
    overflow: hidden;
  }

  body.home.full-screen .algolia-form {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 9999999999999;
    overflow: unset;
    border-radius: 0;
    margin-top: 0;
    max-width: none;
  }

  body.home.full-screen .algolia-form .close-btn {
    display: inline-block;
  }

  body.home.full-screen .algolia-form .algolia_wrap {
    --input-height: 56px;
    margin-top: var(--input-height);
    width: 100%;
    height: calc(100% - var(--input-height));
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
  }
}

@media (max-width: 1023px) {
  body.full-screen:not(.home) {
    overflow: hidden;
  }

  body.full-screen:not(.home) .algolia-form {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 9999999999999;
    overflow: unset;
    border-radius: 0;
    margin-top: 0;
    max-width: none;
  }

  body.full-screen:not(.home) .algolia-form .close-btn {
    display: inline-block;
  }

  body.full-screen:not(.home) .algolia-form .algolia_wrap {
    --input-height: 56px;
    margin-top: var(--input-height);
    width: 100%;
    height: calc(100% - var(--input-height));
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
  }
}

.algolia_results {
  margin-top: -8px;
  padding: 0 25px;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.5);
  border-radius: 0 0 6px 6px;
  text-align: left;
  overflow: auto;
  background: #fff;
  position: absolute;
  width: 100%;
  display: none;
  max-height: 557px; }
  @media (min-width: 1265px) {
    /* line 49, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
    .algolia_results {
      border: 1px solid #fff; } }
  @media (min-width: 1265px) {
    /* line 66, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
    .modern .algolia_results {
      scrollbar-color: #ebebeb #fff0;
      overflow-y: auto;
      border-radius: 6px; }
      /* line 59, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/abstracts/_mixins.scss */
      .modern .algolia_results::-webkit-scrollbar {
        width: 8px; }
        /* line 62, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/abstracts/_mixins.scss */
        .modern .algolia_results::-webkit-scrollbar-track {
          background: none; }
        /* line 66, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/abstracts/_mixins.scss */
        .modern .algolia_results::-webkit-scrollbar-thumb {
          background: #ebebeb;
          border-radius: 4px;
          padding: 2px; } }
  @media (max-width: 1264px) {
    /* line 66, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
    .modern .algolia_results {
      padding: 0 22px;
      height: 100%;
      max-height: none; } }
  @media (min-width: 768px) {
    /* line 81, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
    body:not(.modern) .algolia_results {
      scrollbar-color: #ebebeb #fff0;
      overflow-y: auto; }
      /* line 59, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/abstracts/_mixins.scss */
      body:not(.modern) .algolia_results::-webkit-scrollbar {
        width: 8px; }
        /* line 62, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/abstracts/_mixins.scss */
        body:not(.modern) .algolia_results::-webkit-scrollbar-track {
          background: none; }
        /* line 66, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/abstracts/_mixins.scss */
        body:not(.modern) .algolia_results::-webkit-scrollbar-thumb {
          background: #ebebeb;
          border-radius: 4px;
          padding: 2px; } }
  @media (max-width: 767px) {
    /* line 87, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
    .full-screen:not(.modern) .algolia_results {
      max-height: 100vh;
      /* height: 100%;
      border-radius: 0; */
      border: none;
      box-shadow: none; } }
  /* line 96, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
  .rtl .algolia_results {
    text-align: right;
    direction: rtl; }

/* line 103, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
.algolia_results li {
  padding: 4px 12px; }
  /* line 106, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
  .algolia_results li a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1; }
    /* line 113, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
    .algolia_results li a.view-all {
      display: flex;
      justify-content: space-between;
      align-items: center; }
  @media (min-width: 1265px) {
    /* line 121, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
    .algolia_results li:not(.no_hover):hover {
      background: #e6f3fa; } }
  @media (max-width: 599px) {
    /* line 127, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
    .modern .algolia_results li {
      padding: 4px 0; } }
  @media (min-width: 600px) and (max-width: 1264px) {
    /* line 127, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
    .modern .algolia_results li {
      padding: 7px 0 7px 14px; } }
  @media (max-width: 767px) {
    /* line 139, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
    .algolia_results li body:not(.modern) {
      padding: 4px 0; } }

/* line 146, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
.algolia_results .section_name {
  font-size: 16px;
  text-transform: uppercase;
  color: #888;
  padding: 0 28px 8px;
  margin: 24px 0 9px;
  border-bottom: 1px solid #cbcbcb;
  position: relative;
  font-weight: normal;
  height: auto;
  overflow: visible;
  display: flex;
  align-items: center; }
  /* line 160, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
  .algolia_results .section_name:before {
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    top: auto;
    width: 18px;
    height: 18px; }
    /* line 168, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
    .rtl .algolia_results .section_name:before {
      left: auto;
      right: 0; }
  /* line 174, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
  .algolia_results .section_name.football:before, .algolia_results .section_name.football_categories:before, .algolia_results .section_name.stadiums:before {
    background-image: url(/wp-content/themes/ticket-compare/img/svg/Football.svg); }
  /* line 180, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
  .algolia_results .section_name.basketball:before, .algolia_results .section_name.basketball_categories:before {
    background-image: url(/wp-content/themes/ticket-compare/img/svg/Basketball.svg); }
  /* line 185, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
  .algolia_results .section_name.tennis:before, .algolia_results .section_name.tennis_categories:before {
    background-image: url(/wp-content/themes/ticket-compare/img/svg/Tennis.svg); }
  /* line 190, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
  .algolia_results .section_name.nfl:before, .algolia_results .section_name.nfl_categories:before {
    background-image: url(/wp-content/themes/ticket-compare/img/svg/NFL.svg); }
  /* line 195, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
  .algolia_results .section_name.cricket:before, .algolia_results .section_name.cricket_categories:before {
    background-image: url(/wp-content/themes/ticket-compare/img/svg/Cricket.svg); }
  /* line 200, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
  .algolia_results .section_name.rugby:before, .algolia_results .section_name.rugby_categories:before {
    background-image: url(/wp-content/themes/ticket-compare/img/svg/Rugby.svg); }
  /* line 205, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
  .algolia_results .section_name.teams:before {
    background-image: url(/wp-content/themes/ticket-compare/img/svg/Teams.svg); }
  /* line 209, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
  .algolia_results .section_name.concert:before, .algolia_results .section_name.concert_categories:before {
    background-image: url(/wp-content/themes/ticket-compare/img/svg/Concerts.svg); }
  /* line 215, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
  .modern .algolia_results .section_name {
    font-size: 15px;
    line-height: 1.18; }
    @media (max-width: 599px) {
      /* line 215, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
      .modern .algolia_results .section_name {
        padding: 0 28px 8px; } }
    @media (min-width: 600px) and (max-width: 1264px) {
      /* line 215, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
      .modern .algolia_results .section_name {
        font-size: 18px;
        line-height: 0.98;
        padding: 0 45px 10px;
        margin: 24px 0 5px; }
        /* line 229, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
        .modern .algolia_results .section_name:before {
          left: 14px; } }

/* line 237, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
.algolia_results .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.57;
  color: #102f3f; }
  /* line 244, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
  .algolia_results .title em {
    color: #128ed2;
    font-style: normal; }
  /* line 249, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
  .modern .algolia_results .title {
    font-size: 15px;
    line-height: 1.47; }
    @media (min-width: 600px) and (max-width: 1264px) {
      /* line 249, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
      .modern .algolia_results .title {
        font-size: 16px;
        line-height: 1.38; } }

/* line 261, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
.algolia_results .event_date, .algolia_results .venue {
  color: #888;
  font-size: 12px;
  line-height: 1.83;
  display: inline-block;
  padding: 0 0 0 19px;
  position: relative;
  margin: 0 20px 0 0; }
  /* line 270, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
  .algolia_results .event_date:before, .algolia_results .venue:before {
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/wp-content/themes/ticket-compare/img/svg/time-icon.svg);
    left: 0;
    top: 3px;
    width: 13px;
    height: 13px; }
    /* line 279, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
    .rtl .algolia_results .event_date:before, .rtl .algolia_results .venue:before {
      top: 4px;
      left: auto;
      right: 0; }
  /* line 286, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
  .rtl .algolia_results .event_date, .rtl .algolia_results .venue {
    padding: 0 19px 0 0;
    margin: 0 0 0 20px; }
  @media (min-width: 600px) and (max-width: 1264px) {
    /* line 292, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
    .modern .algolia_results .event_date, .modern .algolia_results .venue {
      font-size: 14px;
      line-height: 1.57;
      margin: 4px 20px 0 0; } }

/* line 301, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
.algolia_results .venue {
  margin: 0; }
  /* line 305, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
  .algolia_results .venue:before {
    background-image: url(/wp-content/themes/ticket-compare/img/svg/location-icon.svg);
    width: 10px; }
    /* line 309, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
    .rtl .algolia_results .venue:before {
      right: 2px; }
  /* line 314, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
  .algolia_results .venue.empty {
    display: none; }

/*
.algolia_results .team_logo {
  width: 30px;
  height: 30px;
  margin: 6px 14px 0 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  
  .rtl & {
    margin: 6px 0 0 14px;
    float: right;
  }
  
  img {
    max-height: 100%;
  }
}
*/
/* line 342, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
.algolia_results .view-all_link {
  font-size: 13px;
  color: #2980af;
  display: block;
  white-space: nowrap;
  padding-left: 10px; }
  @media (max-width: 1264px) {
    /* line 349, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
    .modern .algolia_results .view-all_link {
      font-size: 14px; } }

/* line 356, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
.algolia_results .see_all {
  color: #888;
  font-size: 14px;
  text-align: center;
  line-height: 1.57;
  width: 100%;
  padding: 17px 0; }
  /* line 364, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
  .algolia_results .see_all span {
    font-weight: 600; }
  @media (max-width: 1264px) {
    /* line 368, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/modules/_search-results.scss */
    .modern .algolia_results .see_all {
      padding: 17px 0 64px; } }

/* line 2, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/layout/header/current/_header.scss */
.tc-compare-ticket .tc-search-btn {
  border: none;
  color: #fff;
  text-decoration: none;
  transition: all .5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #e87e39; }
  /* line 11, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/layout/header/current/_header.scss */
  .tc-compare-ticket .tc-search-btn:hover {
    background: #e25c05; }

@media (max-width: 767px) {
  /* line 18, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/layout/header/current/_header.scss */
  .full-screen header {
    top: 0 !important; } }

@media (max-width: 767px) {
  /* line 26, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/layout/header/current/_header.scss */
  .full-screen .sbx-amazon__wrapper {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 9999999999999; } }

/* line 33, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/abstracts/_mixins.scss */
.sbx-amazon__wrapper .s::-webkit-input-placeholder {
  color: #888 !important;
  font-weight: normal !important; }

/* line 34, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/abstracts/_mixins.scss */
.sbx-amazon__wrapper .s::-moz-placeholder {
  color: #888 !important;
  font-weight: normal !important; }

/* line 35, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/abstracts/_mixins.scss */
.sbx-amazon__wrapper .s:-ms-input-placeholder {
  color: #888 !important;
  font-weight: normal !important; }

/* line 36, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/abstracts/_mixins.scss */
.sbx-amazon__wrapper .s::placeholder {
  color: #888 !important;
  font-weight: normal !important; }

/* line 41, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/abstracts/_mixins.scss */
.sbx-amazon__wrapper .s::-webkit-search-cancel-button {
  filter: brightness(0) contrast(100); }
  @media (max-width: 767px) {
    /* line 45, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/abstracts/_mixins.scss */
    .full-screen .sbx-amazon__wrapper .s::-webkit-search-cancel-button {
      -webkit-appearance: none;
      -moz-appearance: none;
      display: none; } }

/* line 45, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/layout/header/current/_header.scss */
.sbx-amazon__wrapper .s:focus,
.results-open .sbx-amazon__wrapper .s {
  box-shadow: 0 1px 4px 0 #0000004d; }

@media (max-width: 767px) {
  /* line 51, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/layout/header/current/_header.scss */
  .full-screen .sbx-amazon__wrapper .s {
    z-index: 102;
    background: #fff;
    border: none;
    border-bottom: 1px solid #cbcbcb;
    margin: 0;
    border-radius: 0 !important;
    width: 100% !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 14px !important;
    padding: 0 22px !important;
    font-weight: normal; } }

@media (max-width: 767px) {
  /* line 68, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/layout/header/current/_header.scss */
  .sbx-amazon__wrapper .tc-search-submit {
    pointer-events: none; }
    /* line 72, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/layout/header/current/_header.scss */
    .full-screen .sbx-amazon__wrapper .tc-search-submit {
      display: none !important; } }

/* line 78, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/layout/header/current/_header.scss */
.sbx-amazon__wrapper .close_search {
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 22px;
  z-index: 102;
  display: none;
  cursor: pointer;
  font-size: 14px;
  color: #128ed2; }
  /* line 89, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/layout/header/current/_header.scss */
  .rtl .sbx-amazon__wrapper .close_search {
    left: 22px;
    right: auto; }
  @media (max-width: 767px) {
    /* line 95, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/layout/header/current/_header.scss */
    .full-screen .sbx-amazon__wrapper .close_search {
      display: block; } }

@media (max-width: 1024px) {
  /* line 102, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/layout/header/current/_header.scss */
  .sbx-amazon__wrapper .algolia_wrap {
    left: auto;
    right: 0; } }

@media (min-width: 768px) {
  /* line 102, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/layout/header/current/_header.scss */
  .sbx-amazon__wrapper .algolia_wrap {
    margin-top: 16px;
    width: auto; } }

@media (min-width: 1025px) {
  /* line 102, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/layout/header/current/_header.scss */
  .sbx-amazon__wrapper .algolia_wrap {
    width: 100%; } }

@media (min-width: 768px) {
  /* line 119, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/layout/header/current/_header.scss */
  .sbx-amazon__wrapper .algolia_results {
    width: 479px;
    border-radius: 7px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.71); }
    /* line 125, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/layout/header/current/_header.scss */
    .sbx-amazon__wrapper .algolia_results:before {
      content: '';
      position: absolute;
      display: block;
      top: -8px;
      left: 25px;
      border-bottom: 8px solid #fff;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      /* line 125, ../../../Documents/GitHub/ticket-compare/wp-content/themes/ticket-compare/blocks/scss/layout/header/current/_header.scss */
      .sbx-amazon__wrapper .algolia_results:before {
        left: auto;
        right: 25px; } }
