.filter-input {
  color: #fff !important;
}
.filter-input,
.filter-cinema-select {
  width: 264px;
  height: 56px;
  border: none;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  background-color: #3d4245;
}
.filter-input,
.filter-cinema-select:focus {
  background-color: #3d4245 !important;
  color: rgba(255, 255, 255, 0.5);
  box-shadow: none !important;
  outline: none !important;
}
@media screen and (max-width: 1282px) {
  .cinema-list-filter-row {
    flex-direction: column;
  }
  .cinema-filter-col {
    justify-content: start !important;
    margin-top: 32px;
  }
}
@media screen and (max-width: 811px) {
  .filter-input,
  .filter-cinema-select {
    width: 100%;
  }
}
@media screen and (min-width: 812px) {
  .filter-input,
  .filter-cinema-select {
    width: 246px;
  }
}
@media screen and (min-width: 1000px) {
  .filter-input,
  .filter-cinema-select {
    width: 246px;
  }
}
@media screen and (min-width: 1282px) {
  .filter-input,
  .filter-cinema-select {
    width: 192px;
    position: relative;
    top: 4px;
    padding: 0 !important;
    padding-left: 9px !important;
  }
}
@media screen and (min-width: 1440px) {
  .filter-input,
  .filter-cinema-select {
    width: 206px;
    padding: 8px !important;
  }
  .cinema-list-filter-area {
    position: relative;
    top: 4px;
  }
}
@media screen and (min-width: 1920px) {
  .filter-input,
  .filter-cinema-select {
    width: 264px;
    height: 56px;
  }
  .cinema-list-filter-area {
    position: relative;
    top: 0px;
  }
}
.filter-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-size: 16px;
}
.filter-cinema-select {
  padding: 1rem;
  color: rgba(255, 255, 255, 0.5);
  background-image: url("../../../img/icons/input-arrow-down.svg");
  background-size: auto;
}

.cinema-list-filter-section {
  margin-top: 30px;
}
.cinema-list-filter-area {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1000px) {
  .cinema-list-filter-area {
    justify-content: space-between;
  }
}

@media screen and (max-width: 811px) {
  .cinema-list-filter-area {
    flex-direction: column;
  }
}

.input-search-icon {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  align-items: center;
}

.cinema-filter-sort {
  display: flex;
  justify-content: end;
}
.cinema-filter-sort ul {
  padding-left: 0;
  display: flex;
  gap: 48px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .cinema-filter-sort ul {
    gap: 24px;
  }
}
.cinema-filter-sort ul li a {
  font-weight: 400;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}
@media screen and (max-width: 768px) {
  .cinema-filter-sort ul li a {
    font-size: 16px;
  }
  .input-search-icon {
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  .cinema-filter-sort ul li a {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .cinema-filter-sort ul li a {
    font-size: 18px;
  }

  .input-search-icon {
    top: 3px;
  }
  .input-search-icon img {
    height: 16px;
  }

  .filter-input,
  .filter-cinema-select {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .cinema-filter-sort ul li a {
    font-size: 26px;
  }
  .input-search-icon img {
    height: auto;
  }
}
@media screen and (min-width: 1920px) {
  .cinema-filter-sort ul li a {
    font-size: 26px;
  }
}
.cinema-filter-sort ul li a.active {
  color: #fff;
}
.cinema-filter-sort ul li a.active::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  border-bottom: 4px solid #fff;
  bottom: -7px;
}

@media only screen and (max-width: 375px) {
  .page-inner-banner-section {
    min-height: 15vh;
    background-size: cover !important;
    background-position: center !important;
    background: url(../../../img/inner_page/banner-m.jpg) !important;
    background-repeat: no-repeat !important;
  }
}

@media only screen and (min-width: 1024px) {
  .page-inner-banner-section {
    background: url("../../../img/inner_page/banner.jpg");
    background-position: center !important;
    background-size: cover !important;
    min-height: 330px;
  }
}
@media only screen and (min-width: 1920px) {
  .page-inner-banner-section {
    background: url("../../../img/inner_page/banner.jpg");
    background-position: center !important;
    background-size: cover !important;
    min-height: 440px;
  }
}
@media only screen and (min-width: 1920px) {
  .page-inner-banner-section {
    background: url("../../../img/inner_page/banner.jpg");
    background-position: center !important;
    background-size: cover !important;
    min-height: 440px;
  }
}

.cinema-list-not-found {
  margin-top: 116px;
  margin-bottom: 300px;
}
@media only screen and (max-width: 768px) {
  .cinema-list-not-found {
    margin-top: 32px;
    margin-bottom: 44px;
  }
}
@media only screen and (max-width: 480px) {
  .page-breadcrumb-section {
    margin-top: 20px;
  }
  .cinema-list-filter-section {
    margin-top: 10px;
  }
}
.not-found-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 376px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .not-found-wrapper {
    height: 376px;
    background: #2a2a2a;
    border-radius: 10px;
  }

  body {
    background: linear-gradient(
      180deg,
      #121212 15%,
      #383838 76.44%,
      #121212 56%
    );
  }
}
.not-found-wrapper span {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-top: 5.33px;
}

.cinema-allow-btn {
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  gap: 8px;
  width: 165px;
  height: 48px;
  background: #96a825;
  border-radius: 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
}

.select2-container--default .select2-selection--single {
    background: #3D4245 !important;
}

.select2-selection__rendered {
    line-height: 60px !important;
}

.select2-selection {
    width: 264px !important;
    height: 56px !important;
}

/*
  Tablet vertical    
*/

@media only screen and (max-width: 820px) and (min-width: 481px) {
    .select2-selection {
        width: 226px !important;
    }
    .filter-input, .filter-cinema-select {
        width: 226px;
    }
}

@media only screen and (min-width: 1024px) {
}

@media only screen and (min-width: 1440px) {
    .select2-selection {
        height: 56px !important;
    }

    .select2-selection__rendered {
        line-height: 56px !important;
        font-size: 16px;
    }
}

.select2-container--default .select2-selection--single {
    border-radius: 8px !important;
}

#cinemaSelect {
    margin-top: 0;
}
@media only screen and (min-width: 1280px) {
    #cinemaSelect {
        margin-top: -3.7px;
    }
}
.allow-location-btn {
    width: 165px;
    height: 48px;
    background: #96A825;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 999px;
}
.empty-card-wrapper[data-action-type="filter"][data-tab-type="distance"] {
    padding: 3rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}
.empty-card-wrapper[data-action-type="filter"][data-tab-type="distance"] .empty-card-content p {
    margin-bottom: 8px;
}

@media only screen and (max-width: 480px) {
    .select2-selection {
        width: 100% !important;
    }
}


/*
  Tablet vertical    
*/

@media only screen and (max-width: 820px) and (min-width: 481px) {
    .empty-card-wrapper {
        height: 210px !important;
        padding: 1rem !important;
    }
}

/*
   Tablet horizontal
*/

@media only screen and (max-width: 1180px) and (min-width: 1024px) {
    .empty-card-wrapper {
        height: 210px !important;
        padding: 1rem !important;
    }
}


@media only screen and (max-width: 811px) {
    .select2-selection,
    .filter-input
    {
        width: 100% !important;
    }
}
