.day-tv-schedule {
  margin: 0 auto;
}

.day-tv-schedule .disable-events {
  pointer-events: none;
}

.day-tv-schedule .flex-1 {
  flex: 1;
}

.day-tv-schedule .word-break {
  word-break: break-word;
}

.day-tv-schedule .loader_content {
  display: block;
  position: relative;
  margin: 0 auto;
  height: 450px;
}

.day-tv-schedule .loader_content .loader {
  border: 7px solid #AD00FF;
  border-top: 7px solid #f9f9f9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 40%;
}
article .daily_tabs a:hover {
  text-decoration-color: transparent;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.day-tv-schedule .no-results {
  padding: 12px;
  font-size: 16px;
  color: #707070;
}

.day-tv-schedule-header h3 {
  font-size: 30px;
  letter-spacing: 0.75px;
  line-height: 1.25;
}

.day-tv-schedule__results {
  max-height: 540px;
  overflow-x: hidden;
}

.day-tv-schedule .simplebar-scrollbar::before {
  background: linear-gradient(#063E72, #AD00FF);
}

.day-tv-schedule .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.day-tv-schedule .simplebar-track.simplebar-vertical {
  width: 8px;
}

.tv {
  background-color: #F3F4F8;
  margin-bottom: 0.25rem !important;
  border: none;
  border-radius: 9px;
}

.tv .tv__event {
  width: calc(100% - 82px);
  margin-left: auto;
  /*border: none;*/
  border-left: solid 1px #063E72;
  border-top: none;
  padding: 0 1rem !important;
}

.tv .tv__event .score__name {
  white-space: unset;
  line-height: 1.2;
  font-size: 14px;
}

.tv .tv__live-time {
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #063E72;
  width: 84px;
/*//padding: 0 8px 0 4px !important;*/
  flex-basis: unset;
  /*border-right: solid 1px #063E72;*/
}

.tv-more {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.35px;
  background-color: transparent;
  color: #063E72;
  border: solid 1px #063e72;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  transition: all 250ms ease-in-out;
}

.tv-more:hover {
  background-color: #063e72;
  color: #fff;
}

.w-100 {
  width: 100%;
}

.tv-schedule-header-wrapper .h1 {
  margin-bottom: 16px;
  font-size: clamp(2.2rem,4.5vw,2.8rem) !important;
}

.filters-mobile-icon {
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.filters-mobile-icon svg {
  width: 34px;
  height: 34px;
}

.tv-schedule-header-wrapper {
  min-height: 50px;
}

.tv-schedule .loader_content {
  display: block;
  position: relative;
  margin: 0 auto;
  height: 450px;
}

.tv-schedule .loader_content .loader {
  border: 7px solid #AD00FF;
  border-top: 7px solid #f9f9f9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 40%;
}

.tv-schedule .disable-events {
  pointer-events: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.no-results {
  padding: 12px;
  font-size: 16px;
  color: #707070;
}

.date-selection:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 12px;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), white 100%);
  width: 100%;
  height: 3em;
  transform: translateY(100%);
}

.swiper-slide-active .program-tin {
  color: #000!important;
  background: #F3F4F8!important;
}
.swiper-slide-active .program-tin.program-tin--active,
.program-tin.program-tin--active{
  background: linear-gradient(-90deg,#ad00ff,#063e72) !important;
  color: #fff !important;
}

.filters {
  justify-content: space-between;
}

.switch {
  position: relative;
  display: block;
  vertical-align: top;
  width: 28px;
  height: 16px;
  background: #ccc;
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}

.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  transition: inherit;
}

.switch-input:checked ~ .switch-label {
  background: linear-gradient(-90deg, #AD00FF 0%, #063E72 100%);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.switch-input:checked ~ .switch-handle {
  left: 14px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-label,
.switch-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

/*//.day-tv-schedule__results .tv .tv__event {*/
/*  //  width: calc(100% - 112px);*/
/*  //}*/

.tv {
  background-color: #F3F4F8;
  margin-bottom: 0.25rem !important;
  border: none;
  border-radius: 9px;
}

.tv .tv__event {
  width: calc(58.33333% - 82px);
  margin-left: auto;
  border-left: solid 1px #063E72;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.columns.is-gapless > .column.tv__event {
  padding-left: 0.75rem !important;
}
.tv .tv__event .score__name {
  white-space: unset;
  line-height: 1.2;
  font-size: 14px;
}

.date {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.tv .tv__channel_wrapper figure {
  max-width: 64px;
}
.tv .tv__live-time {
  width: 42px;
}
@media only screen and (max-width: 768px) {
  .tv .is-2-mobile {
    width: 84px;
    padding: 0 8px 0 4px !important;
    border-right: solid 1px #063E72;
  }

  .tv__event {
    border: none;
  }


  .tv .tv__channel_wrapper figure,
  .tv .tv__channel_wrapper span {
    margin-right: 0;
  }

  .filters-mobile-icon {
    margin-left: 0;
    margin-right: 0;
  }

  .filters {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .filters .is-flex {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-right: 0.75rem;
    margin-bottom: 1rem;
    /*    justify-content: flex-end;*/
  }

  .date_wrapper .is-2-mobile {
    width: 84px;
    padding: 0 8px 0 4px !important;
    border-right: solid 1px #063E72;
  }
}

@media only screen and (max-width: 1024px) {
  .tv-schedule-header-wrapper .h1 {
    margin-bottom: 24px;
  }

  .tv-schedule-header-wrapper .schedule-swiper-container {
    margin: 0 46px 24px;
  }

  .tv-schedule-header-wrapper .program-tin {
    transition: all 0.5s ease-in-out;
    padding: 4px;
    height: 60px;
    width: 62px;
  }

  .tv-schedule-header-wrapper .swiper-button-next,
  .tv-schedule-header-wrapper .swiper-button-prev {
    top: 60%;
  }

  .tv .tv__event {
    margin-left: 0;
    border-top: none;
  }

  .tv .tv__event .score__name {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
  }
}

