/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/theme.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.-es .carousel-title {
  font-size: 1.7vw;
}
.-es .carousel-card-title {
  font-size: 1.5vw;
}
.-es .vertical-navbar {
  font-size: 1.3vw;
}
.-es .details-details {
  font-size: 1.4vw;
}
.-es .popup-title {
  font-size: 2vw;
}
html {
  background: #0C0C0C;
  overflow-x: hidden;
  outline: none;
}
html body {
  margin: 0;
  width: 100%;
  min-height: 100vh;
  color: #ffffff;
  --player__controls-transition-hide: opacity 0s 5s ease-in-out;
  font-family: "Mulish";
}
html input {
  font-family: "Mulish";
}
html button {
  font-family: "Mulish";
}
/* html element where ot will mount the dialog ui */
#onetrust-container {
  z-index: 10;
}
.loader {
  position: relative;
  font-size: 0.5vw;
  margin: 43vh auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #01BC6D;
  background: linear-gradient(to right, #01BC6D 10%, rgba(255, 255, 255, 0) 42%);
  animation: load3 0.5s infinite linear;
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #01BC6D;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.loader:after {
  background: #0C0C0C;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.loading-spinner {
  background-image: url('loader.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: spin 1s linear infinite;
}
@keyframes load3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/* gray background button 
  primary color background on focus 
  */
.primary-button {
  outline: none;
  padding: 0.5vw 1vw;
  border: none;
  border-radius: 8px;
  background-color: #4d4c4c;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.6vw;
}
.primary-button:focus, .primary-button:hover {
  background-color: #01BC6D;
}
/* green background button
primary color background on focus */
.secondary-button {
  min-width: 22vw;
  height: 4vw;
  padding: 0 14px;
  border: none;
  font-weight: 500;
  color: #ffffff;
  font-size: 1.68vw;
  outline: none;
  position: relative;
  background-color: rgba(1, 188, 109, 0.2);
  border-radius: 8px;
}
.secondary-button:focus, .secondary-button:hover {
  background-color: #01BC6D;
}
/* primary linear gradient background button 
  white border on focus 
  */
.highlight-button {
  outline: none;
  padding: 1vw 2.1vw;
  border: none;
  border-radius: 8px;
  background: linear-gradient(90deg, #00C473 0%, #02A85F 100%);
  color: #ffffff;
  font-weight: 600;
  font-size: 1.6vw;
}
.highlight-button:focus, .highlight-button:hover {
  border: 2px solid #ffffff;
}
/* gray background button 
  white border on focus 
  */
.disabled-button {
  outline: none;
  padding: 0.5vw 1vw;
  border: none;
  border-radius: 8px;
  background-color: #4d4c4c;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.6vw;
}
.disabled-button:focus, .disabled-button:hover {
  border: 2px solid #ffffff;
}
/* button with icon inside
    flex box styles to center and gap to add space between the icon and the text */
.icon-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-button app-icon {
  margin-right: 0.8vw;
}
button:focus {
  outline: none;
}
.main-video {
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
}
#ad-container {
  height: 500%;
  width: 100%;
}
.video-tag {
  width: 100%;
  height: 100%;
  display: none;
  visibility: visible;
}
.fullscreen {
  width: 100vw;
  height: 100vh;
  display: block !important;
  /* subtitles position in video tag over the controls */
  /* subtitles position value setup by _devices.scss fullscreen */
  /* default subtitles position in video tag */
  /* subtitles default styles */
  /* SUBTITLES STYLES */
}
.fullscreen.subtitles-above-controls::-webkit-media-text-track-container {
  transform: translateY(0) !important;
  transform: translateY(var(--subtitles-up-position, 0)) !important;
  z-index: 100;
  position: static;
}
.fullscreen.subtitles::-webkit-media-text-track-container {
  overflow: visible !important;
  transform: translateY(0) !important;
  transform: translateY(var(--subtitles-position, 0)) !important;
  position: relative;
  -webkit-transition: transform 3s;
  transition: transform 3s;
}
.fullscreen::-webkit-media-text-track-display {
  font-size: 3vmin;
  text-align: center;
}
.fullscreen::cue {
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
}
.fullscreen.sub-text {
  /* font family */
  /* font sizes */
  /* text color */
  /* text opacity */
  /* text border color */
  /* style by color due unsupported var use */
}
.fullscreen.sub-text_style-as-broadcast::cue {
  font-family: inherit;
}
.fullscreen.sub-text_style-playbill::cue {
  font-family: "Playbill", "Impact", "Arial Black", sans-serif;
}
.fullscreen.sub-text_style-newsprint::cue {
  font-family: "Times New Roman", Times, "Georgia", serif;
}
.fullscreen.sub-text_style-computer::cue {
  font-family: "Courier New", Courier, "Consolas", monospace;
}
.fullscreen.sub-text_style-modern::cue {
  font-family: "Bodoni MT", "Didot", "Times New Roman", serif;
  font-weight: 300;
}
.fullscreen.sub-text_style-casual::cue {
  font-family: "Comic Sans MS", "Brush Script MT", "Pacifico", cursive;
}
.fullscreen.sub-text_style-script::cue {
  font-family: "Lobster", "Dancing Script", "Great Vibes", cursive;
}
.fullscreen.sub-text_style-capitals::cue {
  font-family: "Bebas Neue", "Impact", "Arial Black", sans-serif;
  text-transform: uppercase;
}
.fullscreen.sub-text_size-as-broadcast::-webkit-media-text-track-display {
  font-size: 3vmin;
}
.fullscreen.sub-text_size-small::-webkit-media-text-track-display {
  font-size: 2.5vmin;
}
.fullscreen.sub-text_size-medium::-webkit-media-text-track-display {
  font-size: 3.2vmin;
}
.fullscreen.sub-text_size-large::-webkit-media-text-track-display {
  font-size: 4vmin;
}
.fullscreen.sub-text_color-as-broadcast::cue {
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--subtitles-txt-opacity, 1));
}
.fullscreen.sub-text_color-black::cue {
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--subtitles-txt-opacity, 1));
}
.fullscreen.sub-text_color-white::cue {
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--subtitles-txt-opacity, 1));
}
.fullscreen.sub-text_color-green::cue {
  color: rgba(47, 255, 61, 1);
  color: rgba(47, 255, 61, var(--subtitles-txt-opacity, 1));
}
.fullscreen.sub-text_color-blue::cue {
  color: rgba(0, 0, 255, 1);
  color: rgba(0, 0, 255, var(--subtitles-txt-opacity, 1));
}
.fullscreen.sub-text_color-red::cue {
  color: rgba(255, 0, 0, 1);
  color: rgba(255, 0, 0, var(--subtitles-txt-opacity, 1));
}
.fullscreen.sub-text_color-cyan::cue {
  color: rgba(0, 255, 255, 1);
  color: rgba(0, 255, 255, var(--subtitles-txt-opacity, 1));
}
.fullscreen.sub-text_color-yellow::cue {
  color: rgba(255, 255, 0, 1);
  color: rgba(255, 255, 0, var(--subtitles-txt-opacity, 1));
}
.fullscreen.sub-text_color-magenta::cue {
  color: rgba(255, 0, 255, 1);
  color: rgba(255, 0, 255, var(--subtitles-txt-opacity, 1));
}
.fullscreen.sub-text_opacity-as-broadcast {
  --subtitles-txt-opacity: 1;
}
.fullscreen.sub-text_opacity-solid {
  --subtitles-txt-opacity: 1;
}
.fullscreen.sub-text_opacity-translucent {
  --subtitles-txt-opacity: 0.5;
}
.fullscreen.sub-text_opacity-transparent {
  --subtitles-txt-opacity: 0.3;
}
.fullscreen.sub-text_opacity-flashing {
  animation: flashTxtOpacity 1s infinite;
}
.fullscreen.sub-text_edges_color-as-broadcast::cue {
  text-shadow: none;
}
.fullscreen.sub-text_edges_color-black.sub-text_edges-as-broadcast::cue {
  text-shadow: none;
}
.fullscreen.sub-text_edges_color-black.sub-text_edges-none::cue {
  text-shadow: none;
}
.fullscreen.sub-text_edges_color-black.sub-text_edges-raised::cue {
  text-shadow: -1px 0 0 black, -2px 0 0 black;
}
.fullscreen.sub-text_edges_color-black.sub-text_edges-depressed::cue {
  text-shadow: 1px 0 0 black, 2px 0 0 black;
}
.fullscreen.sub-text_edges_color-black.sub-text_edges-uniform::cue {
  text-shadow: 1px 1px 0px black, -1px 1px 0px black, 1px -1px 0px black, -1px -1px 0px black;
}
.fullscreen.sub-text_edges_color-black.sub-text_edges-drop-shadow::cue {
  text-shadow: 1px 2px 0 black, 2px 2px 0 black;
}
.fullscreen.sub-text_edges_color-white.sub-text_edges-as-broadcast::cue {
  text-shadow: none;
}
.fullscreen.sub-text_edges_color-white.sub-text_edges-none::cue {
  text-shadow: none;
}
.fullscreen.sub-text_edges_color-white.sub-text_edges-raised::cue {
  text-shadow: -1px 0 0 white, -2px 0 0 white;
}
.fullscreen.sub-text_edges_color-white.sub-text_edges-depressed::cue {
  text-shadow: 1px 0 0 white, 2px 0 0 white;
}
.fullscreen.sub-text_edges_color-white.sub-text_edges-uniform::cue {
  text-shadow: 1px 1px 0px white, -1px 1px 0px white, 1px -1px 0px white, -1px -1px 0px white;
}
.fullscreen.sub-text_edges_color-white.sub-text_edges-drop-shadow::cue {
  text-shadow: 1px 2px 0 white, 2px 2px 0 white;
}
.fullscreen.sub-text_edges_color-green.sub-text_edges-as-broadcast::cue {
  text-shadow: none;
}
.fullscreen.sub-text_edges_color-green.sub-text_edges-none::cue {
  text-shadow: none;
}
.fullscreen.sub-text_edges_color-green.sub-text_edges-raised::cue {
  text-shadow: -1px 0 0 rgb(47, 255, 61), -2px 0 0 rgb(47, 255, 61);
}
.fullscreen.sub-text_edges_color-green.sub-text_edges-depressed::cue {
  text-shadow: 1px 0 0 rgb(47, 255, 61), 2px 0 0 rgb(47, 255, 61);
}
.fullscreen.sub-text_edges_color-green.sub-text_edges-uniform::cue {
  text-shadow: 1px 1px 0px rgb(47, 255, 61), -1px 1px 0px rgb(47, 255, 61), 1px -1px 0px rgb(47, 255, 61), -1px -1px 0px rgb(47, 255, 61);
}
.fullscreen.sub-text_edges_color-green.sub-text_edges-drop-shadow::cue {
  text-shadow: 1px 2px 0 rgb(47, 255, 61), 2px 2px 0 rgb(47, 255, 61);
}
.fullscreen.sub-text_edges_color-blue.sub-text_edges-as-broadcast::cue {
  text-shadow: none;
}
.fullscreen.sub-text_edges_color-blue.sub-text_edges-none::cue {
  text-shadow: none;
}
.fullscreen.sub-text_edges_color-blue.sub-text_edges-raised::cue {
  text-shadow: -1px 0 0 blue, -2px 0 0 blue;
}
.fullscreen.sub-text_edges_color-blue.sub-text_edges-depressed::cue {
  text-shadow: 1px 0 0 blue, 2px 0 0 blue;
}
.fullscreen.sub-text_edges_color-blue.sub-text_edges-uniform::cue {
  text-shadow: 1px 1px 0px blue, -1px 1px 0px blue, 1px -1px 0px blue, -1px -1px 0px blue;
}
.fullscreen.sub-text_edges_color-blue.sub-text_edges-drop-shadow::cue {
  text-shadow: 1px 2px 0 blue, 2px 2px 0 blue;
}
.fullscreen.sub-text_edges_color-red.sub-text_edges-as-broadcast::cue {
  text-shadow: none;
}
.fullscreen.sub-text_edges_color-red.sub-text_edges-none::cue {
  text-shadow: none;
}
.fullscreen.sub-text_edges_color-red.sub-text_edges-raised::cue {
  text-shadow: -1px 0 0 red, -2px 0 0 red;
}
.fullscreen.sub-text_edges_color-red.sub-text_edges-depressed::cue {
  text-shadow: 1px 0 0 red, 2px 0 0 red;
}
.fullscreen.sub-text_edges_color-red.sub-text_edges-uniform::cue {
  text-shadow: 1px 1px 0px red, -1px 1px 0px red, 1px -1px 0px red, -1px -1px 0px red;
}
.fullscreen.sub-text_edges_color-red.sub-text_edges-drop-shadow::cue {
  text-shadow: 1px 2px 0 red, 2px 2px 0 red;
}
.fullscreen.sub-text_edges_color-cyan.sub-text_edges-as-broadcast::cue {
  text-shadow: none;
}
.fullscreen.sub-text_edges_color-cyan.sub-text_edges-none::cue {
  text-shadow: none;
}
.fullscreen.sub-text_edges_color-cyan.sub-text_edges-raised::cue {
  text-shadow: -1px 0 0 cyan, -2px 0 0 cyan;
}
.fullscreen.sub-text_edges_color-cyan.sub-text_edges-depressed::cue {
  text-shadow: 1px 0 0 cyan, 2px 0 0 cyan;
}
.fullscreen.sub-text_edges_color-cyan.sub-text_edges-uniform::cue {
  text-shadow: 1px 1px 0px cyan, -1px 1px 0px cyan, 1px -1px 0px cyan, -1px -1px 0px cyan;
}
.fullscreen.sub-text_edges_color-cyan.sub-text_edges-drop-shadow::cue {
  text-shadow: 1px 2px 0 cyan, 2px 2px 0 cyan;
}
.fullscreen.sub-text_edges_color-yellow.sub-text_edges-as-broadcast::cue {
  text-shadow: none;
}
.fullscreen.sub-text_edges_color-yellow.sub-text_edges-none::cue {
  text-shadow: none;
}
.fullscreen.sub-text_edges_color-yellow.sub-text_edges-raised::cue {
  text-shadow: -1px 0 0 yellow, -2px 0 0 yellow;
}
.fullscreen.sub-text_edges_color-yellow.sub-text_edges-depressed::cue {
  text-shadow: 1px 0 0 yellow, 2px 0 0 yellow;
}
.fullscreen.sub-text_edges_color-yellow.sub-text_edges-uniform::cue {
  text-shadow: 1px 1px 0px yellow, -1px 1px 0px yellow, 1px -1px 0px yellow, -1px -1px 0px yellow;
}
.fullscreen.sub-text_edges_color-yellow.sub-text_edges-drop-shadow::cue {
  text-shadow: 1px 2px 0 yellow, 2px 2px 0 yellow;
}
.fullscreen.sub-text_edges_color-magenta.sub-text_edges-as-broadcast::cue {
  text-shadow: none;
}
.fullscreen.sub-text_edges_color-magenta.sub-text_edges-none::cue {
  text-shadow: none;
}
.fullscreen.sub-text_edges_color-magenta.sub-text_edges-raised::cue {
  text-shadow: -1px 0 0 magenta, -2px 0 0 magenta;
}
.fullscreen.sub-text_edges_color-magenta.sub-text_edges-depressed::cue {
  text-shadow: 1px 0 0 magenta, 2px 0 0 magenta;
}
.fullscreen.sub-text_edges_color-magenta.sub-text_edges-uniform::cue {
  text-shadow: 1px 1px 0px magenta, -1px 1px 0px magenta, 1px -1px 0px magenta, -1px -1px 0px magenta;
}
.fullscreen.sub-text_edges_color-magenta.sub-text_edges-drop-shadow::cue {
  text-shadow: 1px 2px 0 magenta, 2px 2px 0 magenta;
}
.fullscreen.sub-background {
  /* background color */
  /* background opacity */
}
.fullscreen.sub-background_color-as-broadcast::cue {
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--subtitles-bg-opacity, 1));
}
.fullscreen.sub-background_color-black::cue {
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--subtitles-bg-opacity, 1));
}
.fullscreen.sub-background_color-white::cue {
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--subtitles-bg-opacity, 1));
}
.fullscreen.sub-background_color-green::cue {
  background-color: rgba(47, 255, 61, 1);
  background-color: rgba(47, 255, 61, var(--subtitles-bg-opacity, 1));
}
.fullscreen.sub-background_color-blue::cue {
  background-color: rgba(0, 0, 255, 1);
  background-color: rgba(0, 0, 255, var(--subtitles-bg-opacity, 1));
}
.fullscreen.sub-background_color-red::cue {
  background-color: rgba(255, 0, 0, 1);
  background-color: rgba(255, 0, 0, var(--subtitles-bg-opacity, 1));
}
.fullscreen.sub-background_color-cyan::cue {
  background-color: rgba(0, 255, 255, 1);
  background-color: rgba(0, 255, 255, var(--subtitles-bg-opacity, 1));
}
.fullscreen.sub-background_color-yellow::cue {
  background-color: rgba(255, 255, 0, 1);
  background-color: rgba(255, 255, 0, var(--subtitles-bg-opacity, 1));
}
.fullscreen.sub-background_color-magenta::cue {
  background-color: rgba(255, 0, 255, 1);
  background-color: rgba(255, 0, 255, var(--subtitles-bg-opacity, 1));
}
.fullscreen.sub-background_opacity-as-broadcast {
  --subtitles-bg-opacity: 0.8;
}
.fullscreen.sub-background_opacity-solid {
  --subtitles-bg-opacity: 1;
}
.fullscreen.sub-background_opacity-translucent {
  --subtitles-bg-opacity: 0.5;
}
.fullscreen.sub-background_opacity-transparent {
  --subtitles-bg-opacity: 0;
}
.fullscreen.sub-background_opacity-flashing {
  animation: flashBgOpacity 1s infinite;
}
.fullscreen.sub-window {
  /* background window color */
  /* background window opacity */
}
.fullscreen.sub-window_color-as-broadcast::-webkit-media-text-track-display {
  background-color: none;
}
.fullscreen.sub-window_color-black::-webkit-media-text-track-display {
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, var(--subtitles-bgwin-opacity, 0));
}
.fullscreen.sub-window_color-white::-webkit-media-text-track-display {
  background-color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, var(--subtitles-bgwin-opacity, 0));
}
.fullscreen.sub-window_color-green::-webkit-media-text-track-display {
  background-color: rgba(47, 255, 61, 0);
  background-color: rgba(47, 255, 61, var(--subtitles-bgwin-opacity, 0));
}
.fullscreen.sub-window_color-blue::-webkit-media-text-track-display {
  background-color: rgba(0, 0, 255, 0);
  background-color: rgba(0, 0, 255, var(--subtitles-bgwin-opacity, 0));
}
.fullscreen.sub-window_color-red::-webkit-media-text-track-display {
  background-color: rgba(255, 0, 0, 0);
  background-color: rgba(255, 0, 0, var(--subtitles-bgwin-opacity, 0));
}
.fullscreen.sub-window_color-cyan::-webkit-media-text-track-display {
  background-color: rgba(0, 255, 255, 0);
  background-color: rgba(0, 255, 255, var(--subtitles-bgwin-opacity, 0));
}
.fullscreen.sub-window_color-yellow::-webkit-media-text-track-display {
  background-color: rgba(255, 255, 0, 0);
  background-color: rgba(255, 255, 0, var(--subtitles-bgwin-opacity, 0));
}
.fullscreen.sub-window_color-magenta::-webkit-media-text-track-display {
  background-color: rgba(255, 0, 255, 0);
  background-color: rgba(255, 0, 255, var(--subtitles-bgwin-opacity, 0));
}
.fullscreen.sub-window_opacity-as-broadcast {
  --subtitles-bgwin-opacity: 0;
}
.fullscreen.sub-window_opacity-solid {
  --subtitles-bgwin-opacity: 1;
}
.fullscreen.sub-window_opacity-translucent {
  --subtitles-bgwin-opacity: 0.5;
}
.fullscreen.sub-window_opacity-transparent {
  --subtitles-bgwin-opacity: 0;
}
.fullscreen.sub-window_opacity-flashing {
  animation: flashBgwinOpacity 1s infinite;
}
/* flashing animations */
@keyframes flashTxtOpacity {
  0%, 100% {
    --subtitles-txt-opacity: 1;
  }
  50% {
    --subtitles-txt-opacity: 0;
  }
}
@keyframes flashBgOpacity {
  0%, 100% {
    --subtitles-bg-opacity: 1;
  }
  50% {
    --subtitles-bg-opacity: 0;
  }
}
@keyframes flashBgwinOpacity {
  0%, 100% {
    --subtitles-bgwin-opacity: 1;
  }
  50% {
    --subtitles-bgwin-opacity: 0;
  }
}
.app-logo {
  background-size: cover;
  background-position: center;
  width: 3.4vw;
  height: 3.4vw;
}
.app-logo.dtc {
  background-image: url('unow.svg');
}
.app-logo.tve {
  width: 3vw;
  height: 3vw;
  background-image: url('univ.svg');
}
.mat-dialog-container {
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 12 !important;
  overflow: hidden !important;
}
/* Error dialog */
.dialog-error-panel {
  --background: #000000;
  position: relative;
  width: 25%;
  width: var(--dialog-width, 25%);
  min-height: -moz-fit-content;
  min-height: fit-content;
  background: rgba(0, 0, 0, 0.9215686275);
  background: var(--background, rgba(0, 0, 0, 0.9215686275));
  border: 1px solid #35393f;
  border: var(--box-border, 1px solid #35393f);
  box-sizing: border-box;
  box-sizing: var(--box-size, border-box);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: var(--box-shadow, 0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 12px;
  border-radius: var(--box-radius, 12px);
}
.dialog-error-panel .mat-dialog-container {
  background: rgba(0, 0, 0, 0.9215686275);
  background: var(--background, rgba(0, 0, 0, 0.9215686275));
  min-height: 100vh;
  min-width: 100vw;
  height: 100vh;
  width: 100vw;
}
.dialog-error-panel .mat-dialog-container::-webkit-scrollbar {
  display: none; /*chrome mozilla */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}
/* handmade dialog position*/
.dialog-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  background-color: #000;
  z-index: 1000;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* error dialog box */
.error-dialog-box {
  margin: auto;
  width: 100%;
  max-width: 50vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error-dialog-box-message {
  font-size: 2vw;
  text-align: center;
  width: 100%;
}
.error-dialog-box-code {
  margin-top: 0;
  text-align: left;
  font-size: 0.8vw;
  width: 100%;
}
.error-dialog-box-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-dialog-box-buttons button {
  width: 15vw;
  height: 3vw;
  margin-right: 16px;
  font-size: 1.8vw;
}
.dialog-player {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
}
.icon {
  display: inline-block;
}
.rightArrow {
  position: absolute;
  z-index: 4;
  right: 0;
  top: 0;
  width: 5vw;
  height: 100%;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2vw 3vw;
  background-image: url('left-arrowhead.svg');
}
.rightArrow:hover {
  background-size: 3vw 4vw;
}
.leftArrow {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 5vw;
  cursor: pointer;
  height: 100%;
  transform: translateX(-1);
  -webkit-transform: scaleX(-1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2vw 3vw;
  background-image: url('left-arrowhead.svg');
}
.leftArrow:hover {
  background-size: 3vw 4vw;
}
.profile-avatar {
  width: 11.4vw;
  height: 11.4vw;
  border-radius: 100%;
  transition: border 3ms ease-in;
}
.profile-avatar.main {
  background: #FFFFFF;
  position: relative;
  background-image: url('adults-avatar.svg');
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.profile-avatar.kids {
  background: #8F33FF;
  position: relative;
  background-image: url('kids-avatar.svg');
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.scroll {
  position: relative;
  display: block;
  white-space: nowrap;
  margin-bottom: 2vw;
}
.scroll img {
  vertical-align: middle;
}
.scroll h5 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  font-weight: 600;
  font-size: 1vw;
}
.scroll.rounded img {
  width: 100%;
  height: 100%;
}
.scroll.rounded img.no-image {
  transition: none !important;
}
.scroll.rounded .image-parent {
  border-radius: 100%;
  overflow: hidden;
}
.scroll.rounded .image-parent::after {
  border-radius: 100%;
}
.scroll.genres .gradientParent {
  position: absolute;
  width: 9.375vw;
  height: 9.375vw;
  background: linear-gradient(177.96deg, rgba(0, 0, 0, 0.4) 1.7%, rgba(0, 0, 0, 0.8) 96.39%);
}
.scroll.genres img {
  width: 9.375vw;
}
.scroll.default img {
  width: 9.375vw;
}
.scroll.default--16x9 img {
  width: 20vw;
}
.scroll.default--16x9 .footer {
  max-width: 19vw;
}
.scroll.default--2x3 img {
  width: 9.375vw;
}
.scroll.default--2x3 .footer {
  max-width: 8.5vw;
}
.hide-scroll::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.hide-scroll {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.storefront .carousel {
  padding-left: 12vh;
}
/* used in settings to show injected html */
.static-scroll {
  scrollbar-color: #01BC6D rgba(217, 217, 217, 0.2);
}
.static-scroll::-webkit-scrollbar-track {
  background: rgba(217, 217, 217, 0.2); /* Track color */
}
.static-scroll::-webkit-scrollbar-thumb {
  background: #01BC6D; /* Scrollbar color */
}
.static-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(217, 217, 217, 0.2); /* Color when hovered */
}
.static-scroll::-webkit-scrollbar-button {
  display: none; /* hide default arrows */
}
.static-scroll h1 {
  font-size: 2vw;
}
.static-scroll p {
  font-size: 1.5vw;
  font-weight: normal;
  text-align: justify;
}
.static-scroll a {
  font-size: 16px;
  color: #01BC6D;
  text-decoration: none;
}
.image-parent {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0.7vw 0.1vw 0.8vw;
  outline: none;
  min-width: 9.375vw;
  background: linear-gradient(180deg, rgb(70, 70, 70) 0%, rgb(41, 41, 41) 100%);
  border-radius: 0.5vw;
}
.image-parent img {
  border-radius: 0.5vw;
  transition: all 1s ease-in-out;
}
.image-parent img.no-image {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.image-parent img.no-image::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.5vw;
  background-image: url('placeholder.png');
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: center;
}
.image-parent .play-button {
  background-image: url('play_button.svg');
  width: 2.2vw;
  height: 2.2vw;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  bottom: 0;
  margin: 0.5vw;
  position: absolute;
}
.image-parent:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  border: 0.2vw solid transparent;
  border-radius: 0.5vw;
  z-index: 1;
}
.image-parent__min-size {
  min-height: 20.83vw;
  max-height: 20.83vw;
}
.image-parent__1x1 {
  min-height: 15.4vw;
}
.image-parent__1x1--smaller {
  min-height: 7.33vw;
}
.image-parent__16x9 {
  min-height: 10.8vw;
  max-height: 11.8vw;
  min-width: 20.313vw;
}
.image-parent__16x9--smaller {
  max-width: 16.71vw;
  min-height: 9.95vw;
  max-height: 9.95vw;
}
.image-parent__2x3 {
  max-height: 14.06vw;
  min-height: 14.06vw;
  min-width: 9.38vw;
}
.image-parent__2x3--smaller {
  max-width: 13.59vw;
  min-height: 20.39vw;
  max-height: 20.39vw;
}
/* player 16x9 carousel */
.more-like-this-carousel .image-parent {
  margin: 0 0.8vw 0.1vw 0.5vw;
}
.more-like-this-carousel .image-parent__16x9 {
  min-height: 12.38vw;
  max-height: 13.38vw;
  min-width: 22.4vw;
}
/* aspect ratio cards */
.cap7x10 .image-parent {
  min-height: 18.57vw;
}
.cap4x3 .image-parent {
  min-height: 9.75vw;
}
.cap3x4 .image-parent {
  min-height: 17.33vw;
}
.cap2x3 .image-parent {
  min-width: 9.375vw;
  min-height: 14.06vw;
}
.cap2x1 .image-parent {
  min-height: 6.5vw;
}
.cap5x1 .image-parent {
  min-width: 22.5vw;
  min-height: 4.4vw;
}
.cap3x1 .image-parent {
  min-width: 22.5vw;
  min-height: 7.33vw;
}
.dt_viziotv {
  /* menu overshaded only in vizio */
  /* search heights*/
}
.dt_viziotv .player .grid-programs,
.dt_viziotv .player .grid-channels {
  height: 63.5vh;
}
.dt_viziotv app-tv-vertical-menu .menu.expanded {
  width: 20vw;
}
.dt_viziotv app-tv-vertical-menu .menu.expanded .menu__item {
  width: 10vw;
}
.dt_viziotv .cap2x3 .carousel-title {
  margin: 0 0 7px 0 !important;
}
.dt_viziotv .player-meta-data-rating > div .genres p {
  font-weight: 600 !important;
  opacity: 0.8 !important;
}
.dt_viziotv .fullscreen {
  --subtitles-position: 10.5vh;
  --subtitles-up-position: -1.5vh;
}
.dt_viziotv .search-hide-scroll.not-found-container {
  max-height: 72vh !important;
}
.dt_viziotv .epgGridOnDialog {
  height: 64vh !important;
}
.dt_lgwebostv .image-parent:after {
  border: 0.2vw solid #7c7474;
}
.dt_lgwebostv .fullscreen {
  --subtitles-position: 0%;
  --subtitles-up-position: -6vh;
}
.dt_lgwebostv .epgGridOnDialog {
  height: 65vh !important;
}
.dt_samsungtizentv .fullscreen {
  --subtitles-position: 0%;
  --subtitles-up-position: -11vh;
}
.index-dialog {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 10001;
  top: 0;
}
.index-dialog.connection-dialog {
  background-color: #0C0C0C;
}
.splash {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #000000;
  background-size: cover;
}
.splash-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.splash-tve {
  background-image: url('splash_tve.png');
}
.splash-dtc {
  background-image: url('splash_dtc.png');
}
.connection {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* based on _dialogs.scss */
}
.connection .error-dialog-box {
  width: 35vw;
}
.connection .button-exit {
  width: 15vw;
  height: 3vw;
  font-weight: 600;
  font-size: 1vw;
  cursor: pointer;
  border: none;
  font-size: 1.8vw;
}
.hiddenOverflow {
  overflow: hidden !important;
}
.line {
  border-bottom: 0.1vw solid #cfcfcf;
  margin: 2vw 0;
}
.error {
  color: red;
  font-size: 1vw;
  margin-bottom: 6vh;
  width: 70%;
}
.success {
  color: #01BC6D;
}
.gradient {
  background: linear-gradient(308deg, rgba(230, 33, 33, 0.178) 0%, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0) 100%);
  position: fixed;
  z-index: -2;
  height: 100vh;
  width: 100vw;
  bottom: 0;
  right: 0;
}
.ab-close-button:focus {
  transform: scale(1.1);
}
.ab-message-button:focus {
  border-width: 3px !important;
}

/*# sourceMappingURL=styles.css.map*/