/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./front/styles_new/components/widget_tv_packages.scss ***!
  \****************************************************************************************************************************************************************************************/
.widget-tv-packages {
  padding-bottom: 28px;
}
.widget-tv-packages .categories-section {
  padding: 28px 35px 48px;
}
.widget-tv-packages .categories-section .categories-title {
  color: var(--Basic-Black, #0a0a0a);
  font-family: "Visuelt";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 12px;
  display: none;
}
@media screen and (max-width: 768px) {
  .widget-tv-packages .categories-section .categories-title {
    display: block;
  }
}
.widget-tv-packages .categories-section .categories-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.widget-tv-packages .categories-section .category-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 100px;
  border: 1px solid var(--Gray-3, #bbb);
  color: var(--Main-Blue, #24377a);
  font-family: "Visuelt";
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.widget-tv-packages .categories-section .category-button:hover {
  background: #f5b800;
}
.widget-tv-packages .categories-section .category-button.active {
  background: var(--Main-Yellow, #f5b800);
}
.widget-tv-packages .divider {
  height: 1px;
  background: #8f8f8f;
  margin: 24px 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .widget-tv-packages .divider {
    display: block;
    margin: 24px 16px;
  }
}
.widget-tv-packages .packages-section {
  margin: 0 auto;
  margin-top: 0;
}
.widget-tv-packages .packages-section .package-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.widget-tv-packages .packages-section .package-row .package-info {
  min-width: 106px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .widget-tv-packages .packages-section .package-row .package-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.widget-tv-packages .packages-section .package-row .package-info .dropdown-icon {
  display: none;
}
@media screen and (min-width: 768px) {
  .widget-tv-packages .packages-section .package-row .package-info .package-info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}
.widget-tv-packages .packages-section .package-row .package-info h5 {
  color: var(--Basic-Black, #0a0a0a);
  font-family: "Visuelt";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  max-width: 103px;
}
@media (max-width: 768px) {
  .widget-tv-packages .packages-section .package-row .package-info h5 {
    max-width: unset;
  }
}
.widget-tv-packages .packages-section .package-row .package-info p {
  color: var(--Basic-Black, #0a0a0a);
  font-family: "Visuelt-light";
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
}
.widget-tv-packages .packages-section .package-row .programs-slider {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.widget-tv-packages .packages-section .package-row .programs-slider .swiper .swiper-slide {
  width: 80px;
  height: 80px;
  padding: 8px;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  border: none;
  background: #f4f4f4;
}
@media (max-width: 768px) {
  .widget-tv-packages .packages-section .package-row .programs-slider .swiper .swiper-slide {
    width: 64px;
    height: 64px;
  }
}
.widget-tv-packages .packages-section .package-row .programs-slider .swiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.widget-tv-packages .packages-section .package-row .programs-slider .swiper .swiper-slide .program-image {
  display: none;
}
.widget-tv-packages .packages-section .package-row .programs-slider .swiper .swiper-slide .program-image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.widget-tv-packages .packages-section .package-row .programs-slider .swiper .swiper-slide .program-image.tv-available {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}
.widget-tv-packages .packages-section .package-row .programs-slider .swiper .swiper-button-next,
.widget-tv-packages .packages-section .package-row .programs-slider .swiper .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 20px rgba(36, 55, 122, 0.2);
          box-shadow: 0px 6px 20px rgba(36, 55, 122, 0.2);
  border-radius: 50%;
  padding: 8px;
  width: 40px;
  height: 40px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #24377a;
  font-size: 18px !important;
  font-weight: 900;
}
.widget-tv-packages .packages-section .package-row .programs-slider .swiper .swiper-button-next.swiper-button-disabled,
.widget-tv-packages .packages-section .package-row .programs-slider .swiper .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.widget-tv-packages .packages-section .package-row .programs-slider .swiper .swiper-button-next::after,
.widget-tv-packages .packages-section .package-row .programs-slider .swiper .swiper-button-prev::after {
  display: none;
}
.widget-tv-packages .packages-section .package-row .programs-slider .swiper .swiper-button-prev {
  left: 0;
}
.widget-tv-packages .packages-section .package-row .programs-slider .swiper .swiper-button-next {
  right: 0;
}
.widget-tv-packages .packages-section .package-row .programs-slider .programs-slider.empty {
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.widget-tv-packages .packages-section .package-row .programs-slider .programs-slider.empty .no-programs {
  color: var(--Basic-Black, #0a0a0a);
  font-family: "Visuelt-light";
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .widget-tv-packages .packages-section .package-row .programs-slider .programs-slider.empty .no-programs {
    font-size: 13px;
  }
}
.widget-tv-packages .packages-section .package-info,
.widget-tv-packages .packages-section .programs-slider .swiper-slide,
.widget-tv-packages .packages-section .programs-slider img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
.widget-tv-packages .programs-slider.empty {
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.widget-tv-packages .programs-slider.empty .no-programs {
  color: var(--Basic-Black, #0a0a0a);
  font-family: "Visuelt-light";
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .widget-tv-packages .programs-slider.empty .no-programs {
    margin-left: 16px;
  }
}
@media (max-width: 768px) {
  .widget-tv-packages .programs-slider.empty .no-programs {
    font-size: 13px;
  }
}

.widget-tv-packages.tv-transparent {
  background-color: transparent;
}

.widget-tv-packages.tv-dark {
  background: #04091f;
}
.widget-tv-packages.tv-dark .packages-section .package-row .programs-slider .swiper .swiper-slide {
  background: #474747;
}
.widget-tv-packages.tv-dark .packages-section .package-row .programs-slider .swiper .swiper-slide .program-image {
  display: none;
}
.widget-tv-packages.tv-dark .packages-section .package-row .programs-slider .swiper .swiper-slide .program-image.tv-available {
  display: block;
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}
.widget-tv-packages.tv-dark .categories-section .categories-title {
  color: #fff;
}
.widget-tv-packages.tv-dark .categories-section .category-button {
  color: #fff;
}
.widget-tv-packages.tv-dark .categories-section .category-button.active {
  color: #24377a;
}
.widget-tv-packages.tv-dark .programs-slider .swiper-slide {
  border: none;
}
.widget-tv-packages.tv-dark .programs-slider.empty .no-programs {
  color: #ffffff;
}
.widget-tv-packages.tv-dark .dropdown-icon svg path {
  stroke: white;
}
.widget-tv-packages.tv-dark .packages-section .package-row .package-info h5,
.widget-tv-packages.tv-dark .packages-section .package-row .package-info p {
  color: #fff;
}

@media (max-width: 768px) {
  .package-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .widget-tv-packages .packages-section .package-row .package-info .dropdown-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .widget-tv-packages .packages-section .package-row .package-info .dropdown-icon svg {
    width: 14px;
    height: 10px;
  }
  .widget-tv-packages .categories-section {
    padding-left: 16px;
    padding-right: 0;
    padding-top: 16px;
    padding-bottom: 0;
  }
  .widget-tv-packages .categories-section > .categories-container {
    margin-right: 16px;
  }
  .widget-tv-packages .categories-section .categories-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0;
  }
  .widget-tv-packages .categories-section .categories-container::-webkit-scrollbar {
    display: none;
  }
  .widget-tv-packages .categories-section .categories-container .category-button {
    white-space: nowrap;
  }
  .widget-tv-packages .categories-section .divider {
    padding: 0 16px;
  }
  .widget-tv-packages .packages-section {
    padding: 0 16px;
  }
  .widget-tv-packages .packages-section .package-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .widget-tv-packages .packages-section .package-row .package-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
    min-width: auto;
    gap: 0;
  }
  .widget-tv-packages .packages-section .package-row .package-info .package-info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .widget-tv-packages .packages-section .package-row .package-info h5 {
    font-family: "Visuelt";
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-right: 0;
  }
  .widget-tv-packages .packages-section .package-row .package-info p {
    font-family: "Visuelt-light";
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
  }
  .widget-tv-packages .packages-section .package-row .package-info .dropdown-icon {
    -webkit-transform: none;
            transform: none;
  }
  .widget-tv-packages .packages-section .package-row .package-info .dropdown-icon.collapsed {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .widget-tv-packages .packages-section .package-row .programs-slider {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
  }
  .widget-tv-packages .packages-section .package-row .programs-slider .swiper {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .widget-tv-packages .packages-section .package-row .programs-slider.collapsed {
    height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .widget-tv-packages .packages-section .package-row .programs-slider.collapsed .swiper {
    pointer-events: none;
    z-index: -1;
    height: 0 !important;
  }
  .widget-tv-packages .packages-section .package-row .programs-slider.collapsed .no-programs {
    display: none !important;
  }
  .widget-tv-packages .packages-section .package-row .programs-slider .swiper .swiper-button-next,
  .widget-tv-packages .packages-section .package-row .programs-slider .swiper .swiper-button-prev {
    display: none;
  }
  .widget-tv-packages .packages-section .programs-slider .swiper {
    max-width: calc(100vw - 32px);
  }
  .widget-tv-packages .divider {
    padding: 0 16px;
    margin: 24px 16px;
    width: calc(100% - 32px);
  }
}
@media (min-width: 1280px) {
  .categories-section {
    margin: 0 auto;
    max-width: 1232px;
  }
  .widget-tv-packages .packages-section {
    max-width: 1232px;
    margin: 0 auto;
    padding: 0;
  }
  .widget-tv-packages .programs-slider {
    max-width: 100vw;
  }
  .widget-tv-packages .programs-slider .swiper {
    max-width: 1077px;
    margin: 0 auto;
  }
}
@media (max-width: 1279px) {
  .widget-tv-packages .packages-section {
    max-width: 100vw;
    padding: 0 16px;
  }
  .widget-tv-packages .programs-slider .swiper {
    max-width: calc(100vw - 48px - 106px);
  }
}
.wcag-styles-applied .widget-tv-packages .swiper-button-next svg,
.wcag-styles-applied .widget-tv-packages .swiper-button-prev svg {
  background-color: #f5b800 !important;
}
.wcag-styles-applied .widget-tv-packages .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wcag-styles-applied .widget-tv-packages .program-image,
.wcag-styles-applied .widget-tv-packages .program-image img {
  background-color: white !important;
}
