/* Multiline truncation */
/**********************************
	RTV 4D
***********************************/
.rtv4d #main-bar::before, #topbar, .left-drawer-compact {
  background-color: #14151A; }

.rtv4d.is-apple #main-bar::before, .is-apple #topbar {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(20, 21, 26, 0.9); }

:root {
  --red: #BF2310;
  --orange: #F48333;
  --yellow: #FFC145;
  --green: #008044;
  --blue: #005593;
  --teal: #0B5147;
  --pink: #E11C5B;
  --purple: #B334C5;
  --violet: #4525AF;
  --primary: #9970E1;
  --primary-dark: #5022BF;
  --secondary: #1D2125;
  --success: #008044;
  --info: #0B5147;
  --warning: #FFC145;
  --danger: #BF2310; }

a {
  color: #9970E1; }
  a:hover {
    color: #d5c4f3; }

a:focus-visible, button:focus-visible {
  outline-color: #FFC145;
  outline-width: 2px; }

.md-news *:focus-visible {
  background-color: #ab7200; }

body.rtv4d {
  background-color: #14151A;
  /*@include media-breakpoint-down(md) {
		min-height: 100vh;
		background-image: linear-gradient(to bottom, $dark-body-bg, #19113A);
		background-attachment: fixed;
	}*/ }

.bottom-bg-gradient {
  background: radial-gradient(circle at bottom, rgba(80, 34, 191, 0.3) 0%, #14151A 50%); }

.rtv4d {
  /*.section-heading-filters {
		.btn-outline-secondary { border-color: $gray-light; }
		.btn-secondary {
			background-color: $gray-dark-600;
			border-color: $gray-dark-600;
		}
	}

	@at-root .dark-mode .section-heading-filters .btn-outline-secondary { border-color: $gray-dark; }*/
  /*.primary svg.heading-circles {
      .color, .color-overlay { fill-rule:evenodd; clip-rule:evenodd; fill:$color-value; }
    }*/
  --gray-shade-primary: #3e3946;
  /*.news-block {
		content-visibility: inherit; // Override default
		padding-left: 0;
		padding-right: 0
	}*/
  /*@include media-breakpoint-up(xxl) {
		.shift-right-when-list-view {
			&.shifted {
				margin-left: calc((100% - 1220px) / 2);
				//margin-left: auto;
				//margin-right: auto;
				//@include make-col-offset(2.4);
				//padding-left: $grid-gutter-width * .75;
			}
		}
	}*/
  /* custom scrollbar */ }
  @media (min-width: 992px) {
    .rtv4d #main-bar {
      height: 0; } }
  @media (max-width: 991.98px) {
    .rtv4d #main-bar.fixed #menu-logo, .rtv4d #main-bar #menu-logo {
      width: auto; }
      .rtv4d #main-bar.fixed #menu-logo a, .rtv4d #main-bar #menu-logo a {
        text-indent: -1000px;
        white-space: nowrap;
        /*&:first-child {
						width: 37px;
						background-image: url('../../../logo/RTVSLO-logo-white.svg');
					}

					&:nth-child(2) {*/ }
        .rtv4d #main-bar.fixed #menu-logo a:first-child, .rtv4d #main-bar.fixed #menu-logo a:nth-child(2), .rtv4d #main-bar #menu-logo a:first-child, .rtv4d #main-bar #menu-logo a:nth-child(2) {
          height: 23px;
          background-repeat: no-repeat;
          background-size: contain; }
        .rtv4d #main-bar.fixed #menu-logo a:first-child, .rtv4d #main-bar #menu-logo a:first-child {
          width: 100px;
          background-position: center right;
          background-image: url("../../public/themes/rtv4d/365-logo.png");
          image-rendering: -webkit-optimize-contrast; } }
  @media (max-width: 991.98px) {
    .rtv4d #main-menu-drawer {
      background-color: #7b46d8; }
      .rtv4d #main-menu-drawer ul.category-list > li.secondary {
        background-color: #b79aea; }
      .rtv4d #main-menu-drawer ul.category-list > li > ul {
        background-color: #9970E1; } }
  .rtv4d .news-cat a {
    color: #9970E1; }
    .rtv4d .news-cat a:hover {
      color: #6029c2; }
  .rtv4d .emphasis.site-link {
    background-color: #9970E1; }
  .rtv4d .primary {
    --default-color: #5022BF; }
  .rtv4d .top-oneliner.primary,
  .rtv4d .primary:not(.inverted-colors) .quote-box::before,
  .rtv4d .primary:not(.inverted-colors) .poll-box::before,
  .rtv4d .primary .tabs-box .nav-tabs,
  .rtv4d .emphasis.primary,
  .rtv4d .primary .underlined::after,
  .rtv4d .primary .custom-text-box::before,
  .rtv4d .primary .exposed-article::before,
  .rtv4d .primary .table-box::before,
  .rtv4d .primary .exposed-articles-list::before,
  .rtv4d .primary .emphasis-list::before,
  .rtv4d .primary .poll-answer .answer::before,
  .rtv4d .primary.colored-bg,
  .rtv4d .primary .btn-play:hover,
  .rtv4d .emphasis.primary .show-more-articles-rotator,
  .rtv4d .primary:not(.inverted-colors) .left-line::before,
  .rtv4d .primary:not(.inverted-colors) .block-title::before,
  .rtv4d .left-line.primary::before,
  .rtv4d .block-title.primary::before,
  .rtv4d .news-block:not(.inverted-colors) .left-line.primary::before,
  .rtv4d .news-block:not(.inverted-colors) .block-title.primary::before {
    background-color: #5022BF;
    --body-bg: #5022BF;
    --background-color: #5022BF; }
  .rtv4d .primary .figure-title,
  .rtv4d .primary .colored-bg {
    background-color: #5022BF;
    color: #fff;
    --background-color: #5022BF; }
  .rtv4d .primary.colored-border {
    border-color: #5022BF;
    --border-color: #5022BF; }
  .rtv4d .primary .poll-answer .percent-bg-bar {
    background-color: #2c1368; }
  .rtv4d .primary .loader, .rtv4d .loader.primary {
    --loader-color: #5022BF; }
  .rtv4d .primary .section-toggle,
  .rtv4d .primary .section-title a:hover,
  .rtv4d .primary.section-heading .more,
  .rtv4d .primary .show-more::after,
  .rtv4d .primary .show-archive::after,
  .rtv4d .primary .colored-heading,
  .rtv4d .primary .btn-prev::before, .rtv4d .primary .btn-next::after,
  .rtv4d .primary:not(.inverted-colors) .block-title a:hover,
  .rtv4d .news-block:not(.inverted-colors) .block-title.primary a:hover,
  .rtv4d .primary.colored-text,
  .rtv4d .primary .section-title-animated-icon {
    color: #5022BF; }
  .rtv4d .primary .tag,
  .rtv4d .tag-primary,
  .rtv4d .primary .btn-section-color {
    background-color: #5022BF;
    color: #fff; }
    .rtv4d .primary .tag:hover, .rtv4d .primary .tag.active,
    .rtv4d .tag-primary:hover,
    .rtv4d .tag-primary.active,
    .rtv4d .primary .btn-section-color:hover,
    .rtv4d .primary .btn-section-color.active {
      background-color: #6838dc; }
  .rtv4d .article-container.primary .news-cat a, .rtv4d .primary.colored-link {
    color: #5022BF; }
    .rtv4d .article-container.primary .news-cat a:hover, .rtv4d .primary.colored-link:hover {
      color: #3e1a94; }
  .rtv4d .primary > [class*="-news"] > .advert-title,
  .rtv4d .primary > [class*="-news"] > .adt-title {
    color: #5022BF; }
  .rtv4d .nostradamus.primary, .rtv4d .primary .nostradamus {
    border-top-color: #5022BF; }
    .rtv4d .nostradamus.primary .btn-primary, .rtv4d .nostradamus.primary .emphasis, .rtv4d .primary .nostradamus .btn-primary, .rtv4d .primary .nostradamus .emphasis {
      background-color: #5022BF;
      border: #5022BF; }
  .rtv4d .team-tag.winner.primary, .rtv4d .primary .team-tag.winner {
    background-color: rgba(80, 34, 191, 0.1); }
    .rtv4d .team-tag.winner.primary .team-score, .rtv4d .primary .team-tag.winner .team-score {
      background-color: #5022BF; }
  .rtv4d .primary .table .thead-dark th {
    border-color: #8564d2;
    background-color: #8564d2;
    color: #fff; }
  .dark-mode.rtv4d .btn-primary {
    color: #fff;
    background-color: #9970E1;
    border-color: #9970E1; }
    .dark-mode.rtv4d .btn-primary:hover {
      color: #fff;
      background-color: #8250da;
      border-color: #7b46d8; }
    .dark-mode.rtv4d .btn-primary:focus, .dark-mode.rtv4d .btn-primary.focus {
      box-shadow: 0 0 0 0.1rem rgba(153, 112, 225, 0.5); }
    .dark-mode.rtv4d .btn-primary.disabled, .dark-mode.rtv4d .btn-primary:disabled {
      color: #fff;
      background-color: #9970E1;
      border-color: #9970E1; }
    .dark-mode.rtv4d .btn-primary:not(:disabled):not(.disabled):active, .dark-mode.rtv4d .btn-primary:not(:disabled):not(.disabled).active,
    .show > .dark-mode.rtv4d .btn-primary.dropdown-toggle {
      color: #fff;
      background-color: #7b46d8;
      border-color: #733bd6; }
      .dark-mode.rtv4d .btn-primary:not(:disabled):not(.disabled):active:focus, .dark-mode.rtv4d .btn-primary:not(:disabled):not(.disabled).active:focus,
      .show > .dark-mode.rtv4d .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.1rem rgba(153, 112, 225, 0.5); }
  .dark-mode.rtv4d .btn-outline-primary {
    color: #9970E1;
    background-color: transparent;
    background-image: none;
    border-color: #9970E1; }
    .dark-mode.rtv4d .btn-outline-primary:hover {
      color: #fff;
      background-color: #9970E1;
      border-color: #9970E1; }
    .dark-mode.rtv4d .btn-outline-primary:focus, .dark-mode.rtv4d .btn-outline-primary.focus {
      box-shadow: 0 0 0 0.1rem rgba(153, 112, 225, 0.5); }
    .dark-mode.rtv4d .btn-outline-primary.disabled, .dark-mode.rtv4d .btn-outline-primary:disabled {
      color: #9970E1;
      background-color: transparent; }
    .dark-mode.rtv4d .btn-outline-primary:not(:disabled):not(.disabled):active, .dark-mode.rtv4d .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .dark-mode.rtv4d .btn-outline-primary.dropdown-toggle {
      color: #fff;
      background-color: #9970E1;
      border-color: #9970E1; }
      .dark-mode.rtv4d .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .dark-mode.rtv4d .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
      .show > .dark-mode.rtv4d .btn-outline-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.1rem rgba(153, 112, 225, 0.5); }
  .dark-mode.rtv4d .btn-primary-dark {
    color: #fff;
    background-color: #5022BF;
    border-color: #5022BF; }
    .dark-mode.rtv4d .btn-primary-dark:hover {
      color: #fff;
      background-color: #421c9f;
      border-color: #3e1a94; }
    .dark-mode.rtv4d .btn-primary-dark:focus, .dark-mode.rtv4d .btn-primary-dark.focus {
      box-shadow: 0 0 0 0.1rem rgba(80, 34, 191, 0.5); }
    .dark-mode.rtv4d .btn-primary-dark.disabled, .dark-mode.rtv4d .btn-primary-dark:disabled {
      color: #fff;
      background-color: #5022BF;
      border-color: #5022BF; }
    .dark-mode.rtv4d .btn-primary-dark:not(:disabled):not(.disabled):active, .dark-mode.rtv4d .btn-primary-dark:not(:disabled):not(.disabled).active,
    .show > .dark-mode.rtv4d .btn-primary-dark.dropdown-toggle {
      color: #fff;
      background-color: #3e1a94;
      border-color: #391889; }
      .dark-mode.rtv4d .btn-primary-dark:not(:disabled):not(.disabled):active:focus, .dark-mode.rtv4d .btn-primary-dark:not(:disabled):not(.disabled).active:focus,
      .show > .dark-mode.rtv4d .btn-primary-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.1rem rgba(80, 34, 191, 0.5); }
  .dark-mode.rtv4d .btn-outline-primary-dark {
    color: #5022BF;
    background-color: transparent;
    background-image: none;
    border-color: #5022BF; }
    .dark-mode.rtv4d .btn-outline-primary-dark:hover {
      color: #fff;
      background-color: #5022BF;
      border-color: #5022BF; }
    .dark-mode.rtv4d .btn-outline-primary-dark:focus, .dark-mode.rtv4d .btn-outline-primary-dark.focus {
      box-shadow: 0 0 0 0.1rem rgba(80, 34, 191, 0.5); }
    .dark-mode.rtv4d .btn-outline-primary-dark.disabled, .dark-mode.rtv4d .btn-outline-primary-dark:disabled {
      color: #5022BF;
      background-color: transparent; }
    .dark-mode.rtv4d .btn-outline-primary-dark:not(:disabled):not(.disabled):active, .dark-mode.rtv4d .btn-outline-primary-dark:not(:disabled):not(.disabled).active,
    .show > .dark-mode.rtv4d .btn-outline-primary-dark.dropdown-toggle {
      color: #fff;
      background-color: #5022BF;
      border-color: #5022BF; }
      .dark-mode.rtv4d .btn-outline-primary-dark:not(:disabled):not(.disabled):active:focus, .dark-mode.rtv4d .btn-outline-primary-dark:not(:disabled):not(.disabled).active:focus,
      .show > .dark-mode.rtv4d .btn-outline-primary-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.1rem rgba(80, 34, 191, 0.5); }
  .dark-mode.rtv4d .btn-success {
    color: #fff;
    background-color: #008044;
    border-color: #008044; }
    .dark-mode.rtv4d .btn-success:hover {
      color: #fff;
      background-color: #005a30;
      border-color: #004d29; }
    .dark-mode.rtv4d .btn-success:focus, .dark-mode.rtv4d .btn-success.focus {
      box-shadow: 0 0 0 0.1rem rgba(0, 128, 68, 0.5); }
    .dark-mode.rtv4d .btn-success.disabled, .dark-mode.rtv4d .btn-success:disabled {
      color: #fff;
      background-color: #008044;
      border-color: #008044; }
    .dark-mode.rtv4d .btn-success:not(:disabled):not(.disabled):active, .dark-mode.rtv4d .btn-success:not(:disabled):not(.disabled).active,
    .show > .dark-mode.rtv4d .btn-success.dropdown-toggle {
      color: #fff;
      background-color: #004d29;
      border-color: #004022; }
      .dark-mode.rtv4d .btn-success:not(:disabled):not(.disabled):active:focus, .dark-mode.rtv4d .btn-success:not(:disabled):not(.disabled).active:focus,
      .show > .dark-mode.rtv4d .btn-success.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.1rem rgba(0, 128, 68, 0.5); }
  .dark-mode.rtv4d .btn-outline-success {
    color: #008044;
    background-color: transparent;
    background-image: none;
    border-color: #008044; }
    .dark-mode.rtv4d .btn-outline-success:hover {
      color: #fff;
      background-color: #008044;
      border-color: #008044; }
    .dark-mode.rtv4d .btn-outline-success:focus, .dark-mode.rtv4d .btn-outline-success.focus {
      box-shadow: 0 0 0 0.1rem rgba(0, 128, 68, 0.5); }
    .dark-mode.rtv4d .btn-outline-success.disabled, .dark-mode.rtv4d .btn-outline-success:disabled {
      color: #008044;
      background-color: transparent; }
    .dark-mode.rtv4d .btn-outline-success:not(:disabled):not(.disabled):active, .dark-mode.rtv4d .btn-outline-success:not(:disabled):not(.disabled).active,
    .show > .dark-mode.rtv4d .btn-outline-success.dropdown-toggle {
      color: #fff;
      background-color: #008044;
      border-color: #008044; }
      .dark-mode.rtv4d .btn-outline-success:not(:disabled):not(.disabled):active:focus, .dark-mode.rtv4d .btn-outline-success:not(:disabled):not(.disabled).active:focus,
      .show > .dark-mode.rtv4d .btn-outline-success.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.1rem rgba(0, 128, 68, 0.5); }
  .dark-mode.rtv4d .btn-info {
    color: #fff;
    background-color: #0B5147;
    border-color: #0B5147; }
    .dark-mode.rtv4d .btn-info:hover {
      color: #fff;
      background-color: #062f29;
      border-color: #052420; }
    .dark-mode.rtv4d .btn-info:focus, .dark-mode.rtv4d .btn-info.focus {
      box-shadow: 0 0 0 0.1rem rgba(11, 81, 71, 0.5); }
    .dark-mode.rtv4d .btn-info.disabled, .dark-mode.rtv4d .btn-info:disabled {
      color: #fff;
      background-color: #0B5147;
      border-color: #0B5147; }
    .dark-mode.rtv4d .btn-info:not(:disabled):not(.disabled):active, .dark-mode.rtv4d .btn-info:not(:disabled):not(.disabled).active,
    .show > .dark-mode.rtv4d .btn-info.dropdown-toggle {
      color: #fff;
      background-color: #052420;
      border-color: #031916; }
      .dark-mode.rtv4d .btn-info:not(:disabled):not(.disabled):active:focus, .dark-mode.rtv4d .btn-info:not(:disabled):not(.disabled).active:focus,
      .show > .dark-mode.rtv4d .btn-info.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.1rem rgba(11, 81, 71, 0.5); }
  .dark-mode.rtv4d .btn-outline-info {
    color: #0B5147;
    background-color: transparent;
    background-image: none;
    border-color: #0B5147; }
    .dark-mode.rtv4d .btn-outline-info:hover {
      color: #fff;
      background-color: #0B5147;
      border-color: #0B5147; }
    .dark-mode.rtv4d .btn-outline-info:focus, .dark-mode.rtv4d .btn-outline-info.focus {
      box-shadow: 0 0 0 0.1rem rgba(11, 81, 71, 0.5); }
    .dark-mode.rtv4d .btn-outline-info.disabled, .dark-mode.rtv4d .btn-outline-info:disabled {
      color: #0B5147;
      background-color: transparent; }
    .dark-mode.rtv4d .btn-outline-info:not(:disabled):not(.disabled):active, .dark-mode.rtv4d .btn-outline-info:not(:disabled):not(.disabled).active,
    .show > .dark-mode.rtv4d .btn-outline-info.dropdown-toggle {
      color: #fff;
      background-color: #0B5147;
      border-color: #0B5147; }
      .dark-mode.rtv4d .btn-outline-info:not(:disabled):not(.disabled):active:focus, .dark-mode.rtv4d .btn-outline-info:not(:disabled):not(.disabled).active:focus,
      .show > .dark-mode.rtv4d .btn-outline-info.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.1rem rgba(11, 81, 71, 0.5); }
  .dark-mode.rtv4d .btn-warning {
    color: #fff;
    background-color: #FFC145;
    border-color: #FFC145; }
    .dark-mode.rtv4d .btn-warning:hover {
      color: #fff;
      background-color: #ffb41f;
      border-color: #ffb012; }
    .dark-mode.rtv4d .btn-warning:focus, .dark-mode.rtv4d .btn-warning.focus {
      box-shadow: 0 0 0 0.1rem rgba(255, 193, 69, 0.5); }
    .dark-mode.rtv4d .btn-warning.disabled, .dark-mode.rtv4d .btn-warning:disabled {
      color: #fff;
      background-color: #FFC145;
      border-color: #FFC145; }
    .dark-mode.rtv4d .btn-warning:not(:disabled):not(.disabled):active, .dark-mode.rtv4d .btn-warning:not(:disabled):not(.disabled).active,
    .show > .dark-mode.rtv4d .btn-warning.dropdown-toggle {
      color: #fff;
      background-color: #ffb012;
      border-color: #ffac05; }
      .dark-mode.rtv4d .btn-warning:not(:disabled):not(.disabled):active:focus, .dark-mode.rtv4d .btn-warning:not(:disabled):not(.disabled).active:focus,
      .show > .dark-mode.rtv4d .btn-warning.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.1rem rgba(255, 193, 69, 0.5); }
  .dark-mode.rtv4d .btn-outline-warning {
    color: #FFC145;
    background-color: transparent;
    background-image: none;
    border-color: #FFC145; }
    .dark-mode.rtv4d .btn-outline-warning:hover {
      color: #fff;
      background-color: #FFC145;
      border-color: #FFC145; }
    .dark-mode.rtv4d .btn-outline-warning:focus, .dark-mode.rtv4d .btn-outline-warning.focus {
      box-shadow: 0 0 0 0.1rem rgba(255, 193, 69, 0.5); }
    .dark-mode.rtv4d .btn-outline-warning.disabled, .dark-mode.rtv4d .btn-outline-warning:disabled {
      color: #FFC145;
      background-color: transparent; }
    .dark-mode.rtv4d .btn-outline-warning:not(:disabled):not(.disabled):active, .dark-mode.rtv4d .btn-outline-warning:not(:disabled):not(.disabled).active,
    .show > .dark-mode.rtv4d .btn-outline-warning.dropdown-toggle {
      color: #fff;
      background-color: #FFC145;
      border-color: #FFC145; }
      .dark-mode.rtv4d .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .dark-mode.rtv4d .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
      .show > .dark-mode.rtv4d .btn-outline-warning.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.1rem rgba(255, 193, 69, 0.5); }
  .dark-mode.rtv4d .btn-danger {
    color: #fff;
    background-color: #BF2310;
    border-color: #BF2310; }
    .dark-mode.rtv4d .btn-danger:hover {
      color: #fff;
      background-color: #9c1d0d;
      border-color: #901a0c; }
    .dark-mode.rtv4d .btn-danger:focus, .dark-mode.rtv4d .btn-danger.focus {
      box-shadow: 0 0 0 0.1rem rgba(191, 35, 16, 0.5); }
    .dark-mode.rtv4d .btn-danger.disabled, .dark-mode.rtv4d .btn-danger:disabled {
      color: #fff;
      background-color: #BF2310;
      border-color: #BF2310; }
    .dark-mode.rtv4d .btn-danger:not(:disabled):not(.disabled):active, .dark-mode.rtv4d .btn-danger:not(:disabled):not(.disabled).active,
    .show > .dark-mode.rtv4d .btn-danger.dropdown-toggle {
      color: #fff;
      background-color: #901a0c;
      border-color: #84180b; }
      .dark-mode.rtv4d .btn-danger:not(:disabled):not(.disabled):active:focus, .dark-mode.rtv4d .btn-danger:not(:disabled):not(.disabled).active:focus,
      .show > .dark-mode.rtv4d .btn-danger.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.1rem rgba(191, 35, 16, 0.5); }
  .dark-mode.rtv4d .btn-outline-danger {
    color: #BF2310;
    background-color: transparent;
    background-image: none;
    border-color: #BF2310; }
    .dark-mode.rtv4d .btn-outline-danger:hover {
      color: #fff;
      background-color: #BF2310;
      border-color: #BF2310; }
    .dark-mode.rtv4d .btn-outline-danger:focus, .dark-mode.rtv4d .btn-outline-danger.focus {
      box-shadow: 0 0 0 0.1rem rgba(191, 35, 16, 0.5); }
    .dark-mode.rtv4d .btn-outline-danger.disabled, .dark-mode.rtv4d .btn-outline-danger:disabled {
      color: #BF2310;
      background-color: transparent; }
    .dark-mode.rtv4d .btn-outline-danger:not(:disabled):not(.disabled):active, .dark-mode.rtv4d .btn-outline-danger:not(:disabled):not(.disabled).active,
    .show > .dark-mode.rtv4d .btn-outline-danger.dropdown-toggle {
      color: #fff;
      background-color: #BF2310;
      border-color: #BF2310; }
      .dark-mode.rtv4d .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .dark-mode.rtv4d .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
      .show > .dark-mode.rtv4d .btn-outline-danger.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.1rem rgba(191, 35, 16, 0.5); }
  .dark-mode.rtv4d .btn {
    font-weight: 300; }
  .dark-mode.rtv4d .btn-secondary {
    color: #212529;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: transparent; }
    .dark-mode.rtv4d .btn-secondary:hover {
      color: #212529;
      background-color: rgba(255, 255, 255, 0.2);
      border-color: transparent; }
    .dark-mode.rtv4d .btn-secondary:focus, .dark-mode.rtv4d .btn-secondary.focus {
      box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.5); }
    .dark-mode.rtv4d .btn-secondary.disabled, .dark-mode.rtv4d .btn-secondary:disabled {
      color: #212529;
      background-color: rgba(255, 255, 255, 0.1);
      border-color: transparent; }
    .dark-mode.rtv4d .btn-secondary:not(:disabled):not(.disabled):active, .dark-mode.rtv4d .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .dark-mode.rtv4d .btn-secondary.dropdown-toggle {
      color: #212529;
      background-color: #E8ECF1;
      border-color: transparent; }
      .dark-mode.rtv4d .btn-secondary:not(:disabled):not(.disabled):active:focus, .dark-mode.rtv4d .btn-secondary:not(:disabled):not(.disabled).active:focus,
      .show > .dark-mode.rtv4d .btn-secondary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.5); }
  .dark-mode.rtv4d .btn-outline-secondary {
    color: #1D2125;
    background-color: transparent;
    background-image: none;
    border-color: #1D2125; }
    .dark-mode.rtv4d .btn-outline-secondary:hover {
      color: #fff;
      background-color: #1D2125;
      border-color: #1D2125; }
    .dark-mode.rtv4d .btn-outline-secondary:focus, .dark-mode.rtv4d .btn-outline-secondary.focus {
      box-shadow: 0 0 0 0.1rem rgba(29, 33, 37, 0.5); }
    .dark-mode.rtv4d .btn-outline-secondary.disabled, .dark-mode.rtv4d .btn-outline-secondary:disabled {
      color: #1D2125;
      background-color: transparent; }
    .dark-mode.rtv4d .btn-outline-secondary:not(:disabled):not(.disabled):active, .dark-mode.rtv4d .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .show > .dark-mode.rtv4d .btn-outline-secondary.dropdown-toggle {
      color: #fff;
      background-color: #1D2125;
      border-color: #1D2125; }
      .dark-mode.rtv4d .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .dark-mode.rtv4d .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
      .show > .dark-mode.rtv4d .btn-outline-secondary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.1rem rgba(29, 33, 37, 0.5); }
  .dark-mode.rtv4d .btn-secondary, .dark-mode.rtv4d .btn-secondary:hover, .dark-mode.rtv4d .btn-secondary.disabled,
  .dark-mode.rtv4d .btn-outline-secondary,
  .dark-mode.rtv4d .btn-outline-secondary:hover,
  .dark-mode.rtv4d .btn-outline-secondary.disabled {
    color: #E8ECF1; }
  .dark-mode.rtv4d .btn-secondary.disabled,
  .dark-mode.rtv4d .btn-outline-secondary.disabled {
    opacity: .5; }
  .rtv4d .dropdown-item.active, .rtv4d .dropdown-item:active {
    background-color: #5022BF; }
  .rtv4d .loader {
    --loader-color: #5022BF; }
  .rtv4d .page-link {
    color: #5022BF; }
  .rtv4d .page-item.active .page-link {
    color: #fff;
    background-color: #5022BF;
    border-color: #5022BF; }
  .rtv4d .page-link {
    color: #fff; }
  .rtv4d:not(.dark-mode) .news-block .articles-rotator-lg-container .swiper-button-next, .rtv4d:not(.dark-mode) .news-block .articles-rotator-lg-container .swiper-button-prev {
    color: #5022BF; }
  .rtv4d .swiper-slide__show-more {
    background-color: rgba(255, 255, 255, 0.1); }
  .rtv4d .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #5022BF; }
  .rtv4d .inverted-colors {
    color: #fff;
    --body-color: #fff; }
    .rtv4d .inverted-colors h1 a, .rtv4d .inverted-colors h2 a, .rtv4d .inverted-colors h3 a, .rtv4d .inverted-colors h4 a, .rtv4d .inverted-colors h5 a, .rtv4d .inverted-colors h6 a,
    .rtv4d .inverted-colors .h1 a, .rtv4d .inverted-colors .h2 a, .rtv4d .inverted-colors .h3 a, .rtv4d .inverted-colors .h4 a, .rtv4d .inverted-colors .h5 a, .rtv4d .inverted-colors .h6 a,
    .rtv4d .inverted-colors .news-title a, .rtv4d .inverted-colors .text-block a, .rtv4d .inverted-colors .block-title a, .rtv4d .inverted-colors p a {
      color: #fff; }
    .rtv4d .inverted-colors h1 a:hover, .rtv4d .inverted-colors h2 a:hover, .rtv4d .inverted-colors h3 a:hover, .rtv4d .inverted-colors h4 a:hover, .rtv4d .inverted-colors h5 a:hover, .rtv4d .inverted-colors h6 a:hover,
    .rtv4d .inverted-colors .h1 a:hover, .rtv4d .inverted-colors .h2 a:hover, .rtv4d .inverted-colors .h3 a:hover, .rtv4d .inverted-colors .h4 a:hover, .rtv4d .inverted-colors .h5 a:hover, .rtv4d .inverted-colors .h6 a:hover,
    .rtv4d .inverted-colors .news-title a:hover, .rtv4d .inverted-colors .text-block a:hover, .rtv4d .inverted-colors .block-title a:hover, .rtv4d .inverted-colors p a:hover {
      color: rgba(255, 255, 255, 0.7); }
    .rtv4d .inverted-colors .sm-news, .rtv4d .inverted-colors .xs-news, .rtv4d .inverted-colors .block-title, .rtv4d .inverted-colors .extra-content-title {
      border-color: rgba(255, 255, 255, 0.5); }
    .rtv4d .inverted-colors .text-container .news-cat a, .rtv4d .inverted-colors .text-container .news-cat a:hover, .rtv4d .inverted-colors .news-cat a, .rtv4d .inverted-colors .news-cat a:hover {
      color: rgba(255, 255, 255, 0.7); }
    .rtv4d .inverted-colors .btn.show-more, .rtv4d .inverted-colors .btn.load-more-comments, .rtv4d .inverted-colors .btn.back-article, .rtv4d .inverted-colors .btn.load-more-results, .rtv4d .inverted-colors .btn.load-previous-results, .rtv4d .inverted-colors .btn.show-archive, .rtv4d .inverted-colors .btn-prev, .rtv4d .inverted-colors .btn-next {
      color: #fff; }
      .rtv4d .inverted-colors .btn.show-more:hover, .rtv4d .inverted-colors .btn.load-more-comments:hover, .rtv4d .inverted-colors .btn.back-article:hover, .rtv4d .inverted-colors .btn.load-more-results:hover, .rtv4d .inverted-colors .btn.load-previous-results:hover, .rtv4d .inverted-colors .btn.show-archive:hover, .rtv4d .inverted-colors .btn-prev:hover, .rtv4d .inverted-colors .btn-next:hover {
        background-color: rgba(255, 255, 255, 0.3); }
    .rtv4d .inverted-colors .comments::before {
      color: rgba(255, 255, 255, 0.5); }
  @media (min-width: 768px) {
    .rtv4d .xl-news {
      color: #fff;
      --body-color: #fff; }
      .rtv4d .xl-news h1 a, .rtv4d .xl-news h2 a, .rtv4d .xl-news h3 a, .rtv4d .xl-news h4 a, .rtv4d .xl-news h5 a, .rtv4d .xl-news h6 a,
      .rtv4d .xl-news .h1 a, .rtv4d .xl-news .h2 a, .rtv4d .xl-news .h3 a, .rtv4d .xl-news .h4 a, .rtv4d .xl-news .h5 a, .rtv4d .xl-news .h6 a,
      .rtv4d .xl-news .news-title a, .rtv4d .xl-news .text-block a, .rtv4d .xl-news .block-title a, .rtv4d .xl-news p a {
        color: #fff; }
      .rtv4d .xl-news h1 a:hover, .rtv4d .xl-news h2 a:hover, .rtv4d .xl-news h3 a:hover, .rtv4d .xl-news h4 a:hover, .rtv4d .xl-news h5 a:hover, .rtv4d .xl-news h6 a:hover,
      .rtv4d .xl-news .h1 a:hover, .rtv4d .xl-news .h2 a:hover, .rtv4d .xl-news .h3 a:hover, .rtv4d .xl-news .h4 a:hover, .rtv4d .xl-news .h5 a:hover, .rtv4d .xl-news .h6 a:hover,
      .rtv4d .xl-news .news-title a:hover, .rtv4d .xl-news .text-block a:hover, .rtv4d .xl-news .block-title a:hover, .rtv4d .xl-news p a:hover {
        color: rgba(255, 255, 255, 0.7); }
      .rtv4d .xl-news .sm-news, .rtv4d .xl-news .xs-news, .rtv4d .xl-news .block-title, .rtv4d .xl-news .extra-content-title {
        border-color: rgba(255, 255, 255, 0.5); }
      .rtv4d .xl-news .text-container .news-cat a, .rtv4d .xl-news .text-container .news-cat a:hover, .rtv4d .xl-news .news-cat a, .rtv4d .xl-news .news-cat a:hover {
        color: rgba(255, 255, 255, 0.7); }
      .rtv4d .xl-news .btn.show-more, .rtv4d .xl-news .btn.load-more-comments, .rtv4d .xl-news .btn.back-article, .rtv4d .xl-news .btn.load-more-results, .rtv4d .xl-news .btn.load-previous-results, .rtv4d .xl-news .btn.show-archive, .rtv4d .xl-news .btn-prev, .rtv4d .xl-news .btn-next {
        color: #fff; }
        .rtv4d .xl-news .btn.show-more:hover, .rtv4d .xl-news .btn.load-more-comments:hover, .rtv4d .xl-news .btn.back-article:hover, .rtv4d .xl-news .btn.load-more-results:hover, .rtv4d .xl-news .btn.load-previous-results:hover, .rtv4d .xl-news .btn.show-archive:hover, .rtv4d .xl-news .btn-prev:hover, .rtv4d .xl-news .btn-next:hover {
          background-color: rgba(255, 255, 255, 0.3); }
      .rtv4d .xl-news .comments::before {
        color: rgba(255, 255, 255, 0.5); } }
  @media (min-width: 768px) {
    .rtv4d .main-container-wrapper {
      padding-left: 20px;
      padding-right: 20px; }
      .rtv4d .main-container-wrapper .news-block.no-gutters {
        margin-left: -20px;
        margin-right: -20px; } }
  .rtv4d .section-heading-filters {
    margin: 20px 0 10px 0; }
    .rtv4d .section-heading-filters .toggle-filter-wrapper {
      -ms-flex-positive: 1;
      flex-grow: 1; }
    @media (max-width: 991.98px) {
      .rtv4d .section-heading-filters .dropdown-toggle {
        padding-right: 30px; }
      .rtv4d .section-heading-filters .dropdown-toggle::after, .rtv4d .section-heading-filters .icon-mobile-right {
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media (min-width: 576px) {
      .rtv4d .section-heading-filters {
        margin: 20px 0 0 0; }
        .rtv4d .section-heading-filters .toggle-filter-wrapper {
          margin-right: 20px; } }
    @media (min-width: 992px) {
      .rtv4d .section-heading-filters {
        margin: 20px 0 0 0; }
        .rtv4d .section-heading-filters .slide-toggle-content {
          overflow: visible;
          height: auto !important;
          display: block; } }
  @media (min-width: 768px) {
    .rtv4d .article-archive-grid .article-archive-item {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; } }
  @media (min-width: 992px) {
    .rtv4d .article-archive-grid .article-archive-item {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; } }
  .rtv4d .article-archive-grid p.d-list-only {
    display: none; }
  .rtv4d .article-archive-list {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    /*@include media-breakpoint-up(lg) {
			margin-left: 20%;
			margin-right: 20%;
		}*/ }
    @media (min-width: 768px) {
      .rtv4d .article-archive-list .article-archive-item .md-news {
        padding-bottom: 0;
        border-bottom: none; }
      .rtv4d .article-archive-list .article-archive-item .image-link, .rtv4d .article-archive-list .article-archive-item .embed-responsive-16by9, .rtv4d .article-archive-list .article-archive-item .quote-box-container {
        width: 25%;
        margin: 0 2% 0 0; }
      .rtv4d .article-archive-list .article-archive-item p:not(.media-meta) {
        max-height: 6em;
        -webkit-line-clamp: 4; } }
  .rtv4d::-webkit-scrollbar {
    width: 18px; }
  .rtv4d::-webkit-scrollbar-track {
    background-color: #1D2125; }
  .rtv4d::-webkit-scrollbar-thumb {
    background-color: rgba(160, 164, 169, 0.4);
    border-radius: 18px;
    border: 4px solid transparent;
    background-clip: content-box; }
  .rtv4d::-webkit-scrollbar-thumb:hover {
    background-color: #A0A4A9; }

.header-sub-site-selector span.icon-cross {
  display: none; }

.rtv4d-popup {
  /*&.dark-mode {
		background-color: rgba(0, 0, 0, .9);

		&.is-apple { background-color: rgba(0, 0, 0, .8); }
	}*/ }
  .rtv4d-popup .header-sub-site-selector span.icon-dots-square-triple {
    display: none; }
  .rtv4d-popup .header-sub-site-selector span.icon-cross {
    display: inline;
    font-size: 22px; }

/* ***********************************
/* Other custom elements for 4D player
/* ************************************ */
.main-container-wrapper {
  display: none; }

body.rtv4d-player .left-drawer-compact {
  display: none; }

body.rtv4d-player #rtv4d-player {
  display: block; }

body.rtv4d-podcast-player #rtv4d-podcast-player {
  display: block; }

body.rtv4d-grid #rtv4d-grid {
  display: block; }

body.rtv4d-404 #rtv4d-404 {
  display: block; }

body.rtv4d-show #rtv4d-show {
  display: block; }

body.rtv4d-podcast-show #rtv4d-podcast-show {
  display: block; }

body.rtv4d-page #rtv4d-page {
  display: block; }

body.rtv4d-schedule #rtv4d-schedule {
  display: block; }

body.rtv4d-playlist #rtv4d-playlist {
  display: block; }

@media (max-width: 991.98px) {
  body.transparent-main-bar-on-mobile {
    padding-top: 0; }
    body.transparent-main-bar-on-mobile #main-bar::before {
      transition: opacity .3s; }
    body.transparent-main-bar-on-mobile:not(.show-main-bar-bg) #main-bar::before {
      opacity: 0; } }

#topbar {
  position: fixed;
  top: 0; }
  #topbar .container-fluid, #topbar .container-fluid > .tbrow {
    height: 50px; }
  #topbar .tbheadersearchbox {
    background-color: rgba(255, 255, 255, 0.14); }
  #topbar #tbtoplogo {
    display: none; }

.keywords-suggestions {
  background-color: #2c2d31;
  padding-top: 0;
  top: 31px; }
  .keywords-suggestions::after, .keywords-suggestions::before {
    content: '';
    display: block;
    top: -31px;
    width: 15px;
    height: 31px;
    position: absolute;
    background-color: transparent;
    box-shadow: 0px 15px 0 0px #2c2d31;
    z-index: -1; }
  .keywords-suggestions::after {
    left: 0;
    border-bottom-left-radius: 10em; }
  .keywords-suggestions::before {
    right: 0;
    border-bottom-right-radius: 10em; }

.dark-mode .full-header-search-box .header-search-box input {
  background-color: #2c2d31; }

#toplogo-4d {
  position: relative;
  height: 30px;
  width: 130px;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden; }
  #toplogo-4d a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url("../../public/themes/rtv4d/365-logo.png");
    image-rendering: -webkit-optimize-contrast; }

.tag-search {
  background-color: #E8ECF1;
  margin: 0 .5rem 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 400;
  padding: 0 10px;
  border-radius: 1rem;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .tag-search, .tag-search:hover {
    color: #000; }
  .tag-search a {
    color: #000;
    opacity: .9;
    transition: opacity .3s; }
    .tag-search a:hover {
      opacity: 1; }

#main-bar.search-box-active .tag-search {
  padding: 4px 10px; }

@media (min-width: 992px) {
  body.rtv4d {
    padding-top: 50px; }
  /*.tag-search {
		margin: 0;
		position: absolute;
		right: 30px;
		top: 2px;
		padding: 3px 10px;
		line-height: 21px;
	}*/ }

.left-drawer-menu-icon {
  line-height: 1;
  /* dirty padding fix */
  cursor: pointer;
  text-align: center;
  width: 45px;
  padding-right: 10px;
  background: none;
  border: none;
  font: inherit; }

button.left-drawer-menu-icon:focus {
  outline: none; }

button.left-drawer-menu-icon:focus-visible {
  outline: 2px solid #FFC145; }

.left-drawer-menu-icon .burger-menu-icon span {
  background-color: #A0A4A9; }

.left-drawer {
  width: 240px;
  padding: 10px 0;
  background-color: #14151A;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  .left-drawer, .left-drawer-compact {
    position: fixed;
    left: 0;
    top: 50px;
    bottom: 0;
    z-index: 1030;
    color: #A0A4A9;
    overflow-y: auto;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .ios-standalone .left-drawer, .ios-standalone .left-drawer-compact {
      top: calc(50px + constant(safe-area-inset-top));
      top: calc(50px + env(safe-area-inset-top)); }
    .left-drawer::-webkit-scrollbar, .left-drawer-compact::-webkit-scrollbar {
      width: 8px; }
    .left-drawer::-webkit-scrollbar-track, .left-drawer-compact::-webkit-scrollbar-track {
      background: transparent; }
    .left-drawer::-webkit-scrollbar-thumb, .left-drawer-compact::-webkit-scrollbar-thumb {
      border-radius: 8px;
      background: transparent; }
    .left-drawer:hover::-webkit-scrollbar-thumb, .left-drawer-compact:hover::-webkit-scrollbar-thumb {
      background: #1D2125; }
    .left-drawer::-webkit-scrollbar-thumb:hover, .left-drawer-compact::-webkit-scrollbar-thumb:hover {
      background: #585C60; }
  .left-drawer.open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .left-drawer-compact {
    width: 90px; }
    .left-drawer-compact .container-1-1 {
      width: calc(100% - 20px);
      margin-left: 10px;
      margin-right: 10px;
      margin-top: 1px; }
  body.rtv4d-player .left-drawer {
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s; }

@media (min-width: 992px) {
  .main-container-wrapper.has-left-drawer-compact {
    padding-left: 100px; }
    .main-container-wrapper.has-left-drawer-compact .news-block.no-gutters {
      margin-left: -10px; }
  body.left-drawer-open .main-container-wrapper.has-left-drawer-compact {
    padding-left: 250px; } }

@media (max-width: 991.98px) {
  .left-drawer {
    left: auto;
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    padding-bottom: 63px;
    padding-bottom: Max(63px, calc(63px + constant(safe-area-inset-bottom)));
    padding-bottom: Max(63px, calc(63px + env(safe-area-inset-bottom))); }
  .left-drawer-compact {
    display: none; } }

.drawer-compact-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px; }

.drawer-btn, .drawer-title {
  padding: 10px;
  margin-top: 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.3rem; }

.drawer-btn {
  margin-left: 10px;
  margin-right: 10px; }

.drawer-title {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  opacity: .8;
  padding: 5px 10px 5px 20px; }
  .drawer-title .settings {
    font-size: 1rem;
    letter-spacing: initial;
    text-transform: initial; }
    .drawer-title .settings .settings-btn {
      cursor: pointer; }
    .drawer-title .settings .dropdown-menu {
      left: auto;
      right: 0; }

.drawer-compact-btn, .drawer-btn {
  color: #A0A4A9; }
  .drawer-compact-btn:hover, .drawer-compact-btn.active, .drawer-btn:hover, .drawer-btn.active {
    color: #A0A4A9;
    background-color: rgba(255, 255, 255, 0.08); }
  .drawer-compact-btn.active, .drawer-compact-btn.active:hover, .drawer-btn.active, .drawer-btn.active:hover {
    color: #fff; }

.drawer-btn.active {
  background-color: rgba(255, 255, 255, 0.08); }

.drawer-compact-btn-icon, .drawer-btn-icon {
  font-size: 18px; }

.drawer-compact-btn-text {
  font-size: 12px;
  margin-top: 3px; }

.drawer-btn-text {
  font-size: 0.875rem; }

.drawer-btn-image {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.drawer-btn-icon + .drawer-btn-text, .drawer-btn-settings + .drawer-btn-text, .drawer-btn-image + .drawer-btn-text {
  margin-left: 20px; }

.drawer-delimiter {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 10px; }

.drawer-btn-settings {
  display: none; }
  .drawer-btn-settings .settings-btn {
    transition: color .3s; }
    .drawer-btn-settings .settings-btn:hover {
      color: #fff; }
  .drawer-btn-settings .remove-btn {
    font-size: 80%; }
  .drawer-btn-settings .reorder-btn {
    cursor: -webkit-grab;
    cursor: grab; }

.icon-play--live {
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  padding-left: 0.25em;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: .7rem;
  background-color: var(--red); }
  .icon-play--live::before {
    -webkit-animation: blink 3s linear infinite;
    animation: blink 3s linear infinite; }

.show-settings .drawer-btn-settings {
  display: block; }

.show-settings .drawer-btn-icon {
  display: none; }

body.in-fullscreen {
  padding-top: 0;
  overflow: hidden; }
  body.in-fullscreen .main-container-wrapper {
    max-width: none;
    padding: 0; }
    body.in-fullscreen .main-container-wrapper > figure {
      height: 100vh;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
  body.in-fullscreen .news-block {
    padding-left: 20px;
    padding-right: 20px; }
  body.in-fullscreen #rtv4d-main-player + .news-block, body.in-fullscreen .custom-player + .news-block {
    max-width: 1760px;
    margin-left: auto;
    margin-right: auto; }
  body.in-fullscreen > .overlay {
    display: none; }
  body.in-fullscreen .rtv4d-topbar {
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  body.in-fullscreen #fullscreen-wrapper {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden; }
  body.in-fullscreen.scrolled .rtv4d-topbar {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.rtv4d-title-meta {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  .rtv4d-title-meta .show-title-link {
    color: #fff;
    font-weight: 700;
    transition: opacity .3s; }
    .rtv4d-title-meta .show-title-link .show-on-hover {
      opacity: 0;
      transition: opacity .3s; }
    .rtv4d-title-meta .show-title-link:hover {
      opacity: .8; }
      .rtv4d-title-meta .show-title-link:hover .show-on-hover {
        opacity: 1; }
  .rtv4d-title-meta .subtitle-meta, .rtv4d-title-meta .genre-title-link {
    color: #7F8287; }

.rtv4d-options-buttons {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right; }
  .rtv4d-options-buttons a {
    font-size: .85rem; }
  .rtv4d-options-buttons .dropdown-menu a {
    line-height: 1.5; }
  .rtv4d-options-buttons .menu-btn-icon .icon {
    font-size: 1.3rem; }
  .rtv4d-options-buttons .menu-btn-icon .btn-icon-text {
    font-size: 0.75rem; }

.rtv4d-bullet::after {
  opacity: .5;
  content: '\2022'; }

.rtv4d-more-arrow {
  font-size: .6em;
  vertical-align: middle; }

.main-container-wrapper {
  max-width: 2250px; }
  .main-container-wrapper > figure {
    margin: 0; }
    .main-container-wrapper > figure > :first-child {
      margin: 0 auto; }
    .main-container-wrapper > figure + .news-block {
      margin-top: 0; }
  @media (max-width: 575.98px) {
    .main-container-wrapper .news-block {
      padding-left: 0;
      padding-right: 0; } }

.player-container-wrapper {
  max-width: 1760px; }

@media screen and (device-aspect-ratio: 16 / 9) {
  body.rtv4d-player.rtv4d-player-live:not(.in-fullscreen) .player-container-wrapper {
    max-width: 1500px; } }

.rtv4d-show-more-btn {
  cursor: pointer;
  font-size: .85rem; }
  .rtv4d-show-more-btn .icon {
    vertical-align: middle;
    font-size: .6em; }

@media (min-width: 992px) {
  .bubble {
    padding: 1rem;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.08);
    transition: .3s background-color; }
  .bubble-hoverable:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.2); } }

@media (max-width: 991.98px) {
  .bubble {
    color: #fff; }
    .bubble.bubble-hoverable > span:first-child {
      overflow: hidden;
      display: -webkit-box;
      /* autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */
      line-height: 1.5em;
      max-height: calc( 9em + 1px);
      -webkit-line-clamp: 6; } }

#rtv4d-main-player-transcript .transcript {
  max-height: 250px;
  overflow-y: scroll;
  scroll-behavior: smooth; }
  #rtv4d-main-player-transcript .transcript span {
    display: block;
    /*white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;*/
    cursor: pointer; }
    #rtv4d-main-player-transcript .transcript span:hover {
      color: #fff; }
    #rtv4d-main-player-transcript .transcript span.current, #rtv4d-main-player-transcript .transcript span.current:hover {
      background-color: #5022BF;
      color: #fff; }
    #rtv4d-main-player-transcript .transcript span em {
      font-style: normal;
      background-color: rgba(255, 255, 255, 0.2); }
      #rtv4d-main-player-transcript .transcript span em.current {
        background-color: rgba(255, 255, 255, 0.5); }
  #rtv4d-main-player-transcript .transcript::-webkit-scrollbar {
    width: 16px; }
  #rtv4d-main-player-transcript .transcript::-webkit-scrollbar-track {
    background-color: transparent; }
  #rtv4d-main-player-transcript .transcript::-webkit-scrollbar-thumb {
    background-color: rgba(160, 164, 169, 0.3);
    border-radius: 16px;
    border: 4px solid transparent;
    background-clip: content-box; }
  #rtv4d-main-player-transcript .transcript::-webkit-scrollbar-thumb:hover {
    background-color: #A0A4A9; }
  .dark-mode #rtv4d-main-player-transcript .transcript::-webkit-scrollbar-thumb, .inverted-colors #rtv4d-main-player-transcript .transcript::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.5); }
  .dark-mode #rtv4d-main-player-transcript .transcript::-webkit-scrollbar-thumb:hover, .inverted-colors #rtv4d-main-player-transcript .transcript::-webkit-scrollbar-thumb:hover {
    background-color: #fff; }

.image-container:hover .media-meta-watch-later-btn,
.image-container .media-meta-watch-later-btn.active {
  opacity: .8; }

.image-container .media-meta-watch-later-btn {
  margin: .5em;
  transition: opacity .3s;
  opacity: 0;
  padding: .4em .5em;
  line-height: 1; }
  .image-container .media-meta-watch-later-btn:hover {
    opacity: 1; }
  .image-container .media-meta-watch-later-btn [class^="icon-"] {
    position: initial;
    margin: 0; }

.show-page-header {
  background: none; }

.banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  text-align: center; }

.icon-play-365-colored {
  display: inline-block;
  width: .9em;
  height: .9em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../../logo/sm_rtv-365-ikona.png"); }

@media (min-width: 992px) {
  .col-rtv4d-aside {
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    max-width: 400px; } }

#rtv4d-main-player-title {
  display: -ms-flexbox;
  display: flex; }

.menu-btn-icon, .modal-icon-menu .modal-menu-btn-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
  text-align: center; }
  .menu-btn-icon .icon, .modal-icon-menu .modal-menu-btn-icon .icon {
    font-size: 1.5rem;
    margin: 0; }
  .menu-btn-icon .btn-icon-text, .modal-icon-menu .modal-menu-btn-icon .btn-icon-text {
    font-size: 0.875rem;
    font-weight: 300;
    opacity: .8; }

.modal-icon-menu {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom); }
  .modal-icon-menu a.modal-menu-btn-icon, .modal-icon-menu a.modal-menu-btn-icon:hover {
    color: #fff; }

.show-page-header-tweak .video-hero-rotator-container .xl-news-rotator {
  background-color: transparent; }
  .show-page-header-tweak .video-hero-rotator-container .xl-news-rotator .text-container {
    text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.6);
    color: #fff; }

.show-page-header-tweak .share {
  text-shadow: none; }

@media (min-width: 992px) {
  .show-page-header-tweak .video-hero-rotator-container .xl-news-rotator .text-container {
    padding: 40px;
    padding-bottom: 10%; } }

@media (max-width: 991.98px) {
  .show-page-header-tweak {
    /*.share {
			display: flex;
			justify-content: center;
			text-align: left; // Weird icon behaviour because of parent center
		}*/ }
    .show-page-header-tweak .video-hero-rotator-container .xl-news-rotator .image-container::before {
      padding-top: 100%; }
    .show-page-header-tweak .video-hero-rotator-container .xl-news-rotator .text-container {
      text-align: left;
      position: relative;
      margin-top: -50%;
      margin-bottom: 10%;
      padding-bottom: 20px; } }

.resume-progress .resume-progress-bar {
  height: 4px;
  background: linear-gradient(to right, #008fff, #800080, #fb3626, #ffb900); }

@media (max-width: 991.98px) {
  .ios-standalone #mobilePodcastPlayer.modal--full-screen {
    background-color: #14151A; }
  #rtv4d-main-player-title {
    -ms-flex-direction: column;
    flex-direction: column; }
    #rtv4d-main-player-title .rtv4d-title-meta {
      -ms-flex-order: 2;
      order: 2; }
    #rtv4d-main-player-title .rtv4d-options-buttons {
      -ms-flex-order: 1;
      order: 1;
      text-align: initial;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 1rem; }
      #rtv4d-main-player-title .rtv4d-options-buttons > * {
        margin-left: auto;
        margin-right: auto; }
  /*#mobile-bottom-bar {    
		.mobile-bottom-bar-btn {
			&.active {
				// Bottom bar menu active icon is $primary-color by default
				color: $white;

				// By default is white
				.bottom-bar-btn-icon span { opacity: 1; }
			}

			// Same as icon opacity
			&:not(.active) span { opacity: .5; }
		}
	}*/
  body.rtv4d .news-block .articles-rotator-container .swiper-slide {
    background: none; }
  body.rtv4d .news-block .articles-rotator-container .rotator-title-container {
    padding: 10px 0 0 0; }
    body.rtv4d .news-block .articles-rotator-container .rotator-title-container h5 {
      font-weight: 400; } }

@media (max-width: 767.98px) {
  #rtv4d-main-player-container #rtv4d-main-player, #rtv4d-main-player-container .custom-player, #rtv4d-main-player-container #rtv4d-player-shell, .custom-player-container #rtv4d-main-player, .custom-player-container .custom-player, .custom-player-container #rtv4d-player-shell {
    margin-top: -20px;
    margin-left: -10px;
    width: calc(100% + 20px); }
  #rtv4d-main-player-container .embed-responsive-item, .custom-player-container .embed-responsive-item {
    position: fixed;
    z-index: 1020;
    top: 50px;
    bottom: auto;
    height: auto; }
    .ios-standalone #rtv4d-main-player-container .embed-responsive-item, .ios-standalone .custom-player-container .embed-responsive-item {
      top: calc(50px + constant(safe-area-inset-top));
      top: calc(50px + env(safe-area-inset-top)); }
  #rtv4d-main-player-title .rtv4d-options-buttons {
    margin-bottom: 1.5rem;
    margin-left: -10px;
    width: calc(100% + 20px);
    overflow-x: auto; }
    #rtv4d-main-player-title .rtv4d-options-buttons a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      font-size: 1rem;
      -ms-flex-align: center;
      align-items: center; }
    #rtv4d-main-player-title .rtv4d-options-buttons .option-text {
      margin-top: .5rem;
      font-size: .75rem; } }

@media (max-width: 575.98px) {
  #rtv4d-main-player-container #rtv4d-main-player, #rtv4d-main-player-container .custom-player, .custom-player-container #rtv4d-main-player, .custom-player-container .custom-player {
    margin-top: -10px; } }

@media (min-width: 1740px) {
  .col-xxxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; } }

.schedule-timeline-scroll {
  max-height: calc(100vh - 300px);
  overflow-y: auto;
  /* custom scrollbar */ }
  .schedule-timeline-scroll::-webkit-scrollbar {
    width: 8px; }
  .schedule-timeline-scroll::-webkit-scrollbar-track {
    background-color: #1D2125; }
  .schedule-timeline-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(160, 164, 169, 0.4);
    border-radius: 8px;
    background-clip: content-box; }
  .schedule-timeline-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #A0A4A9; }

.schedule-timeline-item {
  display: -ms-flexbox;
  display: flex; }
  #main-container .schedule-timeline-item .schedule-toolbar .share-icon {
    width: 30px;
    height: 30px;
    margin: 0 8px 0 0; }
    #main-container .schedule-timeline-item .schedule-toolbar .share-icon::after {
      line-height: 30px; }
  #main-container .schedule-timeline-item .schedule-toolbar .btn {
    height: 30px; }
  #main-container .schedule-timeline-item .schedule-toolbar .btn-secondary {
    font-size: 80%;
    color: var(--body-color); }
  .schedule-timeline-item__icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--body-color);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 1em;
    font-size: 13px;
    padding: 0 .4em;
    height: 1.8em;
    min-width: 1.8em;
    margin-right: .2rem; }
    .schedule-timeline-item__icon [class^="icon-"], .schedule-timeline-item__icon [class*=" icon-"] {
      position: initial;
      margin: 0; }
  .schedule-timeline-item__title-time {
    display: none; }
  .schedule-timeline-item__meta, .schedule-timeline-item__title-time {
    color: #585C60;
    font-size: .8rem; }
  .schedule-timeline-item__title-container {
    padding-top: 10px;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .schedule-timeline-item__play-btn, .schedule-timeline-item__upcoming-icon {
    display: inline-block;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s; }
  .schedule-timeline-item__play-btn:hover {
    -webkit-transform: translateX(3px);
    transform: translateX(3px); }
  .schedule-timeline-item__title-container a, .schedule-timeline-item__upcoming-icon {
    color: #fff; }
  .schedule-timeline-item__title-container .schedule-toggler-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .schedule-timeline-item__title-container .schedule-toggler-title::after {
      margin-left: .5em;
      font-size: 1em;
      height: 1em; }
  .schedule-timeline-item__right {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 1rem; }
  .schedule-timeline-item__thumb {
    --thumb-width: 180px;
    --current-thumb-width: 300px;
    width: var(--thumb-width);
    min-width: var(--thumb-width); }
    .current .schedule-timeline-item__thumb {
      width: var(--current-thumb-width);
      min-width: var(--current-thumb-width); }
    .schedule-timeline-item__thumb .play-from-start {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      top: 50%;
      left: 30%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 35px;
      height: 35px;
      border-radius: 20px;
      background-color: rgba(0, 0, 0, 0.7);
      transition: all .2s;
      z-index: 120;
      cursor: pointer; }
      .schedule-timeline-item__thumb .play-from-start:hover {
        background-color: black;
        -webkit-transform: translate(-50%, -50%) rotate(-15deg);
        transform: translate(-50%, -50%) rotate(-15deg); }
      .schedule-timeline-item__thumb .play-from-start span {
        top: -2px;
        font-size: 20px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1); }
    .schedule-timeline-item__thumb .progress {
      position: absolute;
      bottom: 10px;
      left: 15px;
      right: 15px;
      height: 7px;
      background-color: rgba(255, 255, 255, 0.5);
      z-index: 10; }
    .schedule-timeline-item__thumb .progress-bar {
      border-radius: 5px;
      background: linear-gradient(to right, #008fff, #800080, #fb3626, #ffb900); }
  .schedule-timeline-item__player {
    display: -ms-flexbox;
    display: flex; }
  .schedule-timeline-item__player .schedule-timeline-item__news {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 5px; }
  .schedule-timeline-item__player .schedule-timeline-item__time {
    width: 23px;
    /* Fine tune */
    background-position: top left; }
  .schedule-timeline-item__player .schedule-timeline-item__time-text {
    font-size: 0.875rem;
    padding: 10px 0; }
  .past .schedule-timeline-item__time-text {
    color: #585C60; }
  .current .schedule-timeline-item__time-text, .upcoming .schedule-timeline-item__time-text {
    color: #fff; }
  .schedule-timeline-item__player .md-news, .schedule-timeline-item__player .emphasis {
    margin-top: 0; }
  .schedule-timeline-item__player .emphasis.current-playing {
    background-color: rgba(255, 255, 255, 0.1); }
  .schedule-timeline-item .slide-toggle-content.is-visible {
    overflow: visible; }
  .schedule-timeline-item .slide-toggle-content p {
    font-size: .85rem; }
  .current .schedule-timeline-item__play-btn {
    color: var(--red); }
  .schedule-timeline-item__time {
    padding-top: 10px;
    width: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /* Prevent weird shrinking */
    background-position: top right;
    background-repeat: no-repeat; }
    .past .schedule-timeline-item__time, .schedule-timeline-item__time.past {
      color: #585C60;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 842' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23585C60' stroke-width='.5' d='M8.75 0v10'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.5 29a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17Zm0-5.67a2.83 2.83 0 1 0 0-5.66 2.83 2.83 0 0 0 0 5.66Z' fill='%23585C60'/%3E%3Cpath stroke='%23585C60' stroke-width='.5' d='M8.75 31v811'/%3E%3C/svg%3E");
      background-size: 17px 843px; }
    .current .schedule-timeline-item__time, .schedule-timeline-item__time.current {
      color: #fff;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 838' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23585C60' stroke-width='.5' d='M8.75 0v10'/%3E%3Ccircle cx='8.5' cy='20.5' r='8.5' fill='%2331353A'/%3E%3Ccircle cx='8.5' cy='20.5' r='2.83' fill='%23D01958'/%3E%3Cpath stroke='%23fff' stroke-width='.5' d='M8.75 31v806.14'/%3E%3C/svg%3E");
      background-size: 17px 838px; }

.upcoming .schedule-timeline-item__time, .upcoming.schedule-timeline-item__time {
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 842' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' stroke-width='.5' d='M8.75 0v10'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.5 29a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17Zm0-5.67a2.83 2.83 0 1 0 0-5.66 2.83 2.83 0 0 0 0 5.66Z' fill='%23fff'/%3E%3Cpath stroke='%23fff' stroke-width='.5' stroke-dasharray='3 2' d='M8.75 31v811'/%3E%3C/svg%3E");
  background-size: 17px 842px; }

.upcoming + .upcoming .schedule-timeline-item__time,
.upcoming + .upcoming.schedule-timeline-item__time {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 842' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' stroke-width='.5' stroke-dasharray='3 2' d='M8.75 0v10'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.5 29a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17Zm0-5.67a2.83 2.83 0 1 0 0-5.66 2.83 2.83 0 0 0 0 5.66Z' fill='%23fff'/%3E%3Cpath stroke='%23fff' stroke-width='.5' stroke-dasharray='3 2' d='M8.75 31v811'/%3E%3C/svg%3E"); }

.schedule-v2-date-selector {
  --btn-size: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .schedule-v2-date-selector .btn {
    height: var(--btn-size);
    border-radius: calc(var(--btn-size) / 2);
    line-height: var(--btn-size);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    color: #fff; }
  .schedule-v2-date-selector__btn-prev, .schedule-v2-date-selector__btn-next {
    width: var(--btn-size); }
  .schedule-v2-date-selector__btn-dropdown {
    position: relative;
    z-index: 1010;
    min-width: 300px;
    font-size: 1.2rem; }
    .schedule-v2-date-selector__btn-dropdown::after {
      margin-left: 1em; }
  .schedule-v2-date-selector .dropdown-menu {
    width: 100%;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: calc( var(--btn-size) / 2);
    border-bottom-right-radius: calc( var(--btn-size) / 2);
    padding-top: calc( var(--btn-size) / 2);
    margin-top: calc( var(--btn-size) / 2 * -1); }
    .schedule-v2-date-selector .dropdown-menu .dropdown-item {
      color: #fff;
      text-align: center;
      padding: .5rem 0; }
  .schedule-v2-date-selector--smaller {
    --btn-size: 30px; }
    .schedule-v2-date-selector--smaller .schedule-v2-date-selector__btn-dropdown {
      min-width: 190px; }
    .schedule-v2-date-selector--smaller .schedule-v2-date-selector__btn-dropdown,
    .schedule-v2-date-selector--smaller .dropdown-menu {
      font-size: 0.875rem; }

.dark-mode.rtv4d .schedule-v2-date-selector .btn-secondary {
  background-color: #39393d;
  padding: 0; }

.schedule-body-container {
  max-width: 800px;
  background-color: rgba(255, 255, 255, 0.06); }

.schedule-channels-selector {
  --channel-item-size: 64px;
  --channel-item-margin: 10px;
  --active-scale: 1.3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }
  .schedule-channels-selector__item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: var(--channel-item-size);
    max-height: var(--channel-item-size);
    width: var(--channel-item-size);
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.06);
    margin: 0 var(--channel-item-margin);
    transition: all .2s; }
    .schedule-channels-selector__item:not(.active):hover {
      background-color: rgba(255, 255, 255, 0.15); }
    .schedule-channels-selector__item.active {
      -webkit-transform: scale(var(--active-scale));
      transform: scale(var(--active-scale)); }
    .schedule-channels-selector__item::after {
      display: block;
      content: '';
      position: absolute;
      inset: -4px;
      border-radius: 300px;
      border: 2px solid rgba(255, 255, 255, 0.06);
      transition: opacity .2s;
      opacity: 0; }
    .schedule-channels-selector__item.active::after, .schedule-channels-selector__item.active img {
      opacity: 1; }
    .schedule-channels-selector__item img {
      -o-object-fit: contain;
      object-fit: contain;
      width: 60%;
      height: 60%;
      opacity: .6;
      transition: all .2s; }

.active.blue-raslo {
  background-color: var(--blue-raslo); }

.active.blue-raprvi {
  background-color: var(--blue-raprvi); }

.active.red-raval202 {
  background-color: var(--red-raval202); }

.active.purple-ars {
  background-color: var(--purple-ars); }

.active.orange-rasi {
  background-color: var(--orange-rasi); }

.active.blue-ramb {
  background-color: var(--blue-ramb); }

.active.blue-rakp {
  background-color: var(--blue-rakp); }

.active.blue-racp {
  background-color: var(--blue-racp); }

.active.green-rammr {
  background-color: var(--green-rammr); }

@media (min-width: 992px) {
  /*.current .schedule-timeline-item__right {
		.schedule-toggler-title__text, .schedule-timeline-item__play-btn {
			display: none;
		}
		.schedule-toggler-title::after {
			margin-left: auto;
		}
	}*/
  .schedule-channels-selector-container {
    padding-top: 20px;
    padding-bottom: 20px; }
    .news-block .row > .schedule-channels-selector-container {
      margin-top: 0; }
    #rtv4d-main-player + .news-block .row > .schedule-channels-selector-container,
    .custom-player + .news-block .row > .schedule-channels-selector-container {
      margin-top: 20px; }
    .schedule-channels-selector-container.sticky {
      position: -webkit-sticky;
      position: sticky;
      z-index: 1040;
      top: 50px;
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      background-color: rgba(20, 21, 26, 0.9); }
    .schedule-channels-selector-container .schedule-v2-date-selector {
      display: none;
      opacity: 0;
      margin: 0 auto;
      padding-top: 20px;
      width: 800px; }
    .schedule-channels-selector-container.show-date-selector .schedule-v2-date-selector {
      display: -ms-flexbox;
      display: flex;
      height: 0;
      -webkit-animation: showDateSelector .5s ease-out forwards;
      animation: showDateSelector .5s ease-out forwards; }
  @-webkit-keyframes showDateSelector {
    0% {
      opacity: 0;
      height: 0; }
    80% {
      opacity: 0;
      height: 65px; }
    100% {
      opacity: 1;
      height: 65px; } }
  @keyframes showDateSelector {
    0% {
      opacity: 0;
      height: 0; }
    80% {
      opacity: 0;
      height: 65px; }
    100% {
      opacity: 1;
      height: 65px; } } }

@media (min-width: 576px) {
  #main-container .schedule-timeline-item .schedule-toolbar .share-icon:not(:hover)::after {
    color: var(--body-color); }
  #main-container .schedule-timeline-item .schedule-toolbar .share-icon:not(:hover)::before {
    background-color: rgba(255, 255, 255, 0.1); } }

@media (max-width: 991.98px) {
  body.rtv4d-schedule #main-bar::before,
  body.is-apple.rtv4d-schedule #main-bar::before {
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none; }
  #rtv4d-schedule > .row {
    padding-top: 80px;
    padding-top: Max(80px, calc(50px + constant(safe-area-inset-top)));
    padding-top: Max(80px, calc(50px + env(safe-area-inset-top))); }
    #rtv4d-schedule > .row::before {
      content: '';
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: calc(50px + 120px);
      height: Max(calc(50px + 120px), calc(50px + constant(safe-area-inset-top)));
      height: Max(calc(50px + 120px), calc(50px + env(safe-area-inset-top)));
      z-index: 1000;
      background-color: #14151A; }
      .is-apple #rtv4d-schedule > .row::before {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: rgba(20, 21, 26, 0.9); }
  .schedule-body-container {
    background-color: transparent; }
  .schedule-channels-selector-container.sticky,
  .schedule-v2-date-selector {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1040; }
  .schedule-channels-selector-container.sticky {
    top: 50px;
    padding: 0; }
  .schedule-v2-date-selector {
    --btn-size:30px;
    top: 120px;
    padding: 10px; }
    .schedule-v2-date-selector__btn-dropdown {
      font-size: 1rem; }
  .schedule-channels-selector {
    --channel-item-size: 50px;
    --channel-item-margin: 5px;
    --active-scale: 1.2;
    display: block;
    overflow: auto;
    white-space: nowrap;
    padding-top: 10px;
    height: calc(var(--channel-item-size) + 34px); }
    #rtv4d-player .schedule-channels-selector {
      height: calc(var(--channel-item-size) + 20px); }
    .schedule-channels-selector::-webkit-scrollbar {
      width: 0;
      height: 0; }
    .schedule-channels-selector::-webkit-scrollbar-thumb {
      background: transparent; }
    .schedule-channels-selector::-webkit-scrollbar-track {
      background-color: transparent; }
  .schedule-timeline-item__thumb {
    --thumb-width: 120px;
    --current-thumb-width: 240px; } }

@media (max-width: 767.98px) {
  body.rtv4d-player.rtv4d-player-live {
    padding-top: calc(50px + 80px); }
    body.rtv4d-player.rtv4d-player-live #main-bar::before {
      background-color: transparent;
      -webkit-backdrop-filter: none;
      backdrop-filter: none; }
    body.rtv4d-player.rtv4d-player-live::before {
      content: '';
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: calc(50px + 80px);
      z-index: 1000;
      background-color: #14151A; }
    body.rtv4d-player.rtv4d-player-live .schedule-channels-selector {
      position: fixed;
      top: 50px;
      left: 0;
      width: 100%;
      z-index: 1040; }
    body.rtv4d-player.rtv4d-player-live.is-apple::before {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      background-color: rgba(20, 21, 26, 0.9); }
    body.rtv4d-player.rtv4d-player-live #rtv4d-main-player-container .embed-responsive-item {
      position: fixed;
      z-index: 1020;
      top: calc(50px + 80px); }
  body.rtv4d-player.rtv4d-player-live.ios-standalone {
    padding-top: calc(50px + 70px + constant(safe-area-inset-top));
    padding-top: calc(50px + 70px + env(safe-area-inset-top)); }
    body.rtv4d-player.rtv4d-player-live.ios-standalone::before {
      height: calc(50px + 80px + constant(safe-area-inset-top));
      height: calc(50px + 80px + env(safe-area-inset-top)); }
    body.rtv4d-player.rtv4d-player-live.ios-standalone .schedule-channels-selector {
      top: calc(50px + constant(safe-area-inset-top));
      top: calc(50px + env(safe-area-inset-top)); }
    body.rtv4d-player.rtv4d-player-live.ios-standalone #rtv4d-main-player-container .embed-responsive-item {
      top: calc(50px + 80px + constant(safe-area-inset-top));
      top: calc(50px + 80px + env(safe-area-inset-top)); } }

@media (max-width: 575.98px) {
  /*.current .schedule-timeline-item__right {
		.schedule-toggler-title__text, .schedule-timeline-item__play-btn {
			display: none;
		}
	}*/
  .schedule-timeline-item .schedule-timeline-item__right .schedule-toggler-title::after {
    top: -1em; }
  .schedule-timeline-item__title-time {
    display: block; }
  .schedule-timeline-item__time {
    width: 19px; }
    .schedule-timeline-item__time span {
      display: none; }
  .schedule-v2-date-selector__btn-prev, .schedule-v2-date-selector__btn-next {
    display: none; }
  .schedule-v2-date-selector .dropdown {
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .schedule-v2-date-selector .dropdown .dropdown-menu {
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%;
      text-align: center; }
  .schedule-v2-date-selector__btn-dropdown {
    width: 100%; }
  #main-container .schedule-timeline-item .schedule-toolbar .share-icons-container {
    width: 100%;
    margin-bottom: 1rem; }
  #main-container .schedule-timeline-item .schedule-toolbar .btn-secondary {
    color: #fff;
    background-color: var(--primary-dark); }
  .schedule-timeline-item {
    /*.current &__right {
			flex-grow: 0;
			margin-left: 0;
		}

		.current &__title-container .schedule-toggler-title::after {
			margin-left: 0;
		}*/ }
    .schedule-timeline-item .slide-toggle-content p {
      font-size: 1rem;
      color: #fff; }
    .schedule-timeline-item__current-bottom-title {
      color: #fff; }
    .schedule-timeline-item__thumb {
      --thumb-width: 100px;
      --current-thumb-width: 100px;
      /*.current & {
				width: auto;
				min-width: auto;
				flex-grow: 1;
			}*/ }
  body.rtv4d-player.rtv4d-player-live {
    padding-top: calc(50px + 70px); } }

.podcast-player-wrapper.no-gutters {
  padding: 20px;
  border-radius: 10px; }

.podcast-player-image {
  width: 240px;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.podcast-player-right {
  padding-left: 20px;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .podcast-player-right__show-name {
    opacity: .8; }
  .podcast-player-right .h2 {
    font-size: 1.75rem; }
  .podcast-player-right .subtitle-meta {
    color: #fff; }

@media (max-width: 991.98px) {
  .podcast-player-wrapper.no-gutters {
    border-radius: 0;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 60px;
    padding-top: calc(60px + constant(safe-area-inset-top));
    padding-top: calc(60px + env(safe-area-inset-top)); }
  .podcast-player-image {
    -ms-flex-item-align: center;
    align-self: center; }
  .podcast-player-bottom .h3 {
    font-size: 1.5rem; } }

.podcast-episode-description {
  padding: 10px; }

.podcast-episode-description-mobile {
  margin-bottom: 1em;
  line-height: 1.3em; }
  .podcast-episode-description-mobile:not(.show-all) {
    overflow: hidden;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    line-height: 1.3em;
    max-height: calc( 5.2em + 1px);
    -webkit-line-clamp: 4; }
  .podcast-episode-description-mobile p {
    color: #fff;
    margin-bottom: 1em; }
  .podcast-episode-description-mobile__show-more-btn {
    cursor: pointer; }

.podcast-modal-player-image {
  width: 100%;
  max-width: 350px; }

.podcast-modal-player-title {
  overflow: hidden;
  white-space: nowrap; }

.podcast-modal-player-title.animate {
  -webkit-mask-image: linear-gradient(to left, transparent 0, #111 100px);
  mask-image: linear-gradient(to left, transparent 0, #111 100px); }

.podcast-modal-player-title span {
  display: inline-block; }

.podcast-modal-player-title.animate span {
  position: relative;
  -webkit-animation: leftRightText 10s infinite normal linear;
  animation: leftRightText 10s infinite normal linear; }

@-webkit-keyframes leftRightText {
  0%, 30% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    left: 0%; }
  80%, 95% {
    -webkit-transform: translateX(calc(-100% - 50px));
    transform: translateX(calc(-100% - 50px));
    left: 100%; }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    left: 0%; } }

@keyframes leftRightText {
  0%, 30% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    left: 0%; }
  80%, 95% {
    -webkit-transform: translateX(calc(-100% - 50px));
    transform: translateX(calc(-100% - 50px));
    left: 100%; }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    left: 0%; } }

.podcast-modal-player-controls {
  color: #fff; }
  .podcast-modal-player-controls .skip-back-btn, .podcast-modal-player-controls .skip-forward-btn {
    position: relative;
    min-width: 35px;
    height: 35px;
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 600; }
    .podcast-modal-player-controls .skip-back-btn svg, .podcast-modal-player-controls .skip-forward-btn svg {
      position: absolute;
      width: auto;
      height: 100%;
      top: 0; }
  .podcast-modal-player-controls .skip-back-btn svg {
    right: 0; }
  .podcast-modal-player-controls .skip-forward-btn svg {
    left: 0; }
  .podcast-modal-player-controls .skip-back-btn svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }

.podcast-modal-player-bottom {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 5px 20px;
  border-radius: 30px;
  min-width: 150px; }
  .podcast-modal-player-bottom a {
    color: white; }

.light-notice {
  display: -ms-flexbox;
  display: flex;
  color: white;
  font-size: 0.875rem;
  border: 1px solid var(--gray-shade-primary);
  border-radius: 0.3rem;
  padding: .25rem .8rem; }
