@clickview/online 0.0.5-rc.0 → 0.0.5-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/libs/analytics/src/utils/VideoDataFormatHelper.d.ts +42 -0
- package/dist/libs/common/src/backbone/utils/UrlHelper.d.ts +0 -1
- package/dist/libs/shared/src/apps/subjects/components/preferences/subject-preference-item/SubjectPreferenceItemStatus.d.ts +10 -0
- package/dist/libs/shared/src/components/pagination/Pagination.d.ts +28 -0
- package/dist/libs/shared/src/components/video-list/VideoItem.d.ts +13 -0
- package/dist/libs/shared/src/components/video-list/VideoList.d.ts +22 -0
- package/dist/libs/shared/src/components/video-list/components/video-item-actions/VideoItemActions.d.ts +7 -0
- package/dist/libs/shared/src/components/video-list/components/video-item-badges/VideoItemBadges.d.ts +7 -0
- package/dist/libs/shared/src/components/video-list/components/video-item-description/UseTruncateText.d.ts +9 -0
- package/dist/libs/shared/src/components/video-list/components/video-item-description/VideoItemDescription.d.ts +8 -0
- package/dist/libs/shared/src/components/video-list/components/video-item-header/VideoItemHeader.d.ts +9 -0
- package/dist/libs/shared/src/context/VideoActionsContext.d.ts +10 -0
- package/dist/libs/shared/src/flight-requests/FavouriteVideoRequests.d.ts +7 -0
- package/dist/libs/shared/src/interfaces/models/VideoWithRestrictions.d.ts +5 -0
- package/dist/libs/shared/src/utils/RestrictionHelper.d.ts +5 -0
- package/dist/libs/shared/src/utils/VideoHelper.d.ts +4 -0
- package/dist/online-app.css.map +1 -1
- package/dist/online-app.js +2 -2
- package/dist/online-app.js.map +1 -1
- package/dist/projects/online/src/apps/dashboard/components/onboarding-nag-item/OnboardingNagItem.d.ts +1 -2
- package/dist/projects/online/src/apps/playlists/PlaylistApplication.d.ts +36 -0
- package/dist/projects/online/src/apps/playlists/components/playlist-header/PlaylistBreadcrumbsComponent.d.ts +7 -0
- package/dist/projects/online/src/apps/playlists/components/playlist-header/PlaylistHeaderActionsComponent.d.ts +17 -0
- package/dist/projects/online/src/apps/playlists/components/playlist-header/index.d.ts +2 -0
- package/dist/projects/online/src/apps/playlists/components/playlist-header/partial-loading/PartialPlaylistHeaderComponent.d.ts +6 -0
- package/dist/projects/online/src/apps/playlists/components/playlist-header/partial-loading/index.d.ts +1 -0
- package/dist/projects/online/src/apps/playlists/components/video-list/PartialVideoList.d.ts +2 -0
- package/dist/projects/online/src/apps/playlists/components/video-list/PlaceHolder.d.ts +2 -0
- package/dist/projects/online/src/apps/playlists/components/video-list/RestrictedBadge.d.ts +7 -0
- package/dist/projects/online/src/apps/playlists/components/video-list/RestrictionInfo.d.ts +7 -0
- package/dist/projects/online/src/apps/playlists/components/video-list/SortableVideoList.d.ts +8 -0
- package/dist/projects/online/src/apps/playlists/components/video-list/SortableVideoListContainer.d.ts +12 -0
- package/dist/projects/online/src/apps/playlists/components/video-list/ThumbnailComponent.d.ts +10 -0
- package/dist/projects/online/src/apps/playlists/components/video-list/VideoActionsComponent.d.ts +12 -0
- package/dist/projects/online/src/apps/playlists/components/video-list/VideoItemComponent.d.ts +15 -0
- package/dist/projects/online/src/apps/playlists/components/video-list/VideoItemPreviewComponent.d.ts +9 -0
- package/dist/projects/online/src/apps/playlists/components/video-list/index.d.ts +1 -0
- package/dist/projects/online/src/apps/playlists/flight-requests/SubjectRequests.d.ts +4 -0
- package/dist/projects/online/src/apps/playlists/flight-requests/index.d.ts +2 -0
- package/dist/projects/online/src/apps/playlists/views/add-to-playlist/index.d.ts +1 -0
- package/dist/projects/online/src/apps/playlists/views/delete-playlist/index.d.ts +1 -0
- package/dist/projects/online/src/apps/playlists/views/edit-playlist/index.d.ts +1 -0
- package/dist/projects/online/src/apps/playlists/views/index.d.ts +10 -0
- package/dist/projects/online/src/apps/playlists/views/left-nav/index.d.ts +1 -0
- package/dist/projects/online/src/apps/playlists/views/migration-in-progress/index.d.ts +1 -0
- package/dist/projects/online/src/apps/playlists/views/new-playlist/index.d.ts +1 -0
- package/dist/projects/online/src/apps/playlists/views/play-playlist/index.d.ts +1 -0
- package/dist/projects/online/src/apps/playlists/views/playlist/PlaylistViewUtils.d.ts +12 -0
- package/dist/projects/online/src/apps/playlists/views/playlist/index.d.ts +1 -0
- package/dist/projects/online/src/apps/playlists/views/playlists/index.d.ts +1 -0
- package/dist/projects/online/src/apps/playlists/views/remove-video-from-playlist/index.d.ts +1 -0
- package/dist/projects/online/src/apps/subjects/views/preferences/PreferencesView.d.ts +8 -0
- package/dist/projects/online/src/shared/components/info-banner/InfoBanner.d.ts +2 -0
- package/dist/projects/online/src/shared/hooks/UseVideoMixin.d.ts +2 -0
- package/package.json +3 -3
- package/dist/projects/online/src/apps/playlists/components/left-nav/LeftNavItem.d.ts +0 -0
- package/dist/projects/online/src/apps/playlists/components/left-nav/LevNavPlaylistOwnerIndicator.d.ts +0 -8
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { HashObject, Video } from "../interfaces";
|
|
2
|
+
export interface VideoWatchAnalyticsEvent {
|
|
3
|
+
model: Video;
|
|
4
|
+
playbackStatus: PlaybackStatus;
|
|
5
|
+
}
|
|
6
|
+
export interface PlaybackStatus {
|
|
7
|
+
position: number;
|
|
8
|
+
chapter: number;
|
|
9
|
+
totalDuration: number;
|
|
10
|
+
totalWatched: number;
|
|
11
|
+
hasStarted?: boolean;
|
|
12
|
+
}
|
|
13
|
+
interface BaseVideoData {
|
|
14
|
+
id: string;
|
|
15
|
+
title: string;
|
|
16
|
+
trackingCode: string;
|
|
17
|
+
duration: number;
|
|
18
|
+
}
|
|
19
|
+
interface BaseAssocData {
|
|
20
|
+
id: string;
|
|
21
|
+
title?: string;
|
|
22
|
+
}
|
|
23
|
+
export interface VideoAnalyticsPayload {
|
|
24
|
+
video: BaseVideoData;
|
|
25
|
+
rating?: string;
|
|
26
|
+
series?: BaseAssocData;
|
|
27
|
+
folder?: BaseAssocData;
|
|
28
|
+
owner?: BaseAssocData;
|
|
29
|
+
playlist?: BaseAssocData;
|
|
30
|
+
playbackStatus?: PlaybackStatus;
|
|
31
|
+
}
|
|
32
|
+
export declare const VideoDataFormatHelper: {
|
|
33
|
+
getVideoData(options: VideoWatchAnalyticsEvent): VideoAnalyticsPayload;
|
|
34
|
+
/**
|
|
35
|
+
* Map to the same properties recorded in Online.
|
|
36
|
+
* @see _toLogMasterVideo() in AnalyticsService in Online
|
|
37
|
+
*
|
|
38
|
+
* TODO: Video origin and user channel logging - both of these need to be re-worked properly.
|
|
39
|
+
*/
|
|
40
|
+
getLegacyVideoData(options: VideoWatchAnalyticsEvent): HashObject<any>;
|
|
41
|
+
};
|
|
42
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
interface ExpandableItemStatusProps {
|
|
3
|
+
selectedChildrenCount: number;
|
|
4
|
+
}
|
|
5
|
+
export declare const ExpandableItemStatus: (props: ExpandableItemStatusProps) => JSX.Element;
|
|
6
|
+
interface SelectableItemStatusProps {
|
|
7
|
+
selected: boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare const SelectableItemStatus: (props: SelectableItemStatusProps) => JSX.Element;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { Core } from "../../../../common/src/backbone";
|
|
3
|
+
import { Cursors } from "../../../../common/src/backbone/interfaces";
|
|
4
|
+
interface CursorPaginationProps {
|
|
5
|
+
cursors: Cursors;
|
|
6
|
+
appLink: Core.AppLink;
|
|
7
|
+
className?: string;
|
|
8
|
+
}
|
|
9
|
+
export declare function Pagination({ appLink, cursors, className }: CursorPaginationProps): JSX.Element;
|
|
10
|
+
export declare namespace Pagination {
|
|
11
|
+
var defaultProps: {
|
|
12
|
+
className: string;
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
interface LocalPaginationProps {
|
|
16
|
+
onClickNext: () => void;
|
|
17
|
+
onClickBack: () => void;
|
|
18
|
+
currentPage: number;
|
|
19
|
+
totalPages: number;
|
|
20
|
+
className?: string;
|
|
21
|
+
}
|
|
22
|
+
export declare function LocalPagination(props: LocalPaginationProps): JSX.Element;
|
|
23
|
+
export declare namespace LocalPagination {
|
|
24
|
+
var defaultProps: {
|
|
25
|
+
className: string;
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { Core } from "../../../../common/src/backbone";
|
|
3
|
+
import { Video, Series } from "../../interfaces";
|
|
4
|
+
interface VideoItemProps {
|
|
5
|
+
video: Video;
|
|
6
|
+
getVideoAppLink: (video: Video) => Core.AppLink;
|
|
7
|
+
getSeriesAppLink: (series: Series) => Core.AppLink;
|
|
8
|
+
setFavourite?: (videoId: string, shouldFavourite: boolean, onError?: () => void) => void;
|
|
9
|
+
idx?: number;
|
|
10
|
+
}
|
|
11
|
+
export declare function VideoItem(props: VideoItemProps): JSX.Element;
|
|
12
|
+
export declare const SortableVideoItem: React.ComponentClass<VideoItemProps & import("react-sortable-hoc").SortableElementProps, any>;
|
|
13
|
+
export {};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { Core } from "../../../../common/src/backbone";
|
|
3
|
+
import { Cursors } from "../../../../common/src/backbone/interfaces";
|
|
4
|
+
import { Video, Series } from "../../interfaces";
|
|
5
|
+
interface SortableContextProps {
|
|
6
|
+
isSortable: boolean;
|
|
7
|
+
currentSortingIndex?: number;
|
|
8
|
+
}
|
|
9
|
+
export declare const SortableContext: React.Context<SortableContextProps>;
|
|
10
|
+
export interface VideoListProps {
|
|
11
|
+
videos: Video[];
|
|
12
|
+
getVideoAppLink: (video: Video) => Core.AppLink;
|
|
13
|
+
getSeriesAppLink: (series: Series) => Core.AppLink;
|
|
14
|
+
setFavourite?: (videoId: string, shouldFavourite: boolean, onError?: () => void) => void;
|
|
15
|
+
cursors?: Cursors;
|
|
16
|
+
}
|
|
17
|
+
export declare function VideoList(props: VideoListProps): JSX.Element;
|
|
18
|
+
interface SortableVideoListProps extends VideoListProps {
|
|
19
|
+
currentSortingIndex?: number;
|
|
20
|
+
}
|
|
21
|
+
export declare const SortableVideoList: React.ComponentClass<SortableVideoListProps & import("react-sortable-hoc").SortableContainerProps, any>;
|
|
22
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { MutableRefObject } from 'react';
|
|
2
|
+
interface TruncationState<T extends HTMLElement> {
|
|
3
|
+
ref: MutableRefObject<T>;
|
|
4
|
+
isExpandable: boolean;
|
|
5
|
+
isTruncated: boolean;
|
|
6
|
+
toggleTruncation: () => void;
|
|
7
|
+
}
|
|
8
|
+
export declare function useTruncateText<T extends HTMLElement>(maxHeight: number): TruncationState<T>;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { Video } from "../../../../interfaces";
|
|
3
|
+
interface VideoItemDescriptionProps {
|
|
4
|
+
video: Video;
|
|
5
|
+
forceTruncate?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export declare function VideoItemDescription(props: VideoItemDescriptionProps): JSX.Element;
|
|
8
|
+
export {};
|
package/dist/libs/shared/src/components/video-list/components/video-item-header/VideoItemHeader.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { Core } from "../../../../../../common/src/backbone";
|
|
3
|
+
import { Video } from "../../../../interfaces";
|
|
4
|
+
interface VideoItemHeaderProps {
|
|
5
|
+
video: Video;
|
|
6
|
+
appLink: Core.AppLink;
|
|
7
|
+
}
|
|
8
|
+
export declare function VideoItemHeader(props: VideoItemHeaderProps): JSX.Element;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { Core } from "../../../common/src/backbone";
|
|
3
|
+
import { VideoAction } from "../utils/video-actions/VideoActionsHelper";
|
|
4
|
+
import { Video } from "../interfaces";
|
|
5
|
+
interface VideoActionsContextProps {
|
|
6
|
+
videoActions?: VideoAction[];
|
|
7
|
+
getActionAppLink?: (video: Video, action: VideoAction) => Core.AppLink;
|
|
8
|
+
}
|
|
9
|
+
export declare const VideoActionsContext: React.Context<VideoActionsContextProps>;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Flight } from "../../../common/src/react";
|
|
2
|
+
import { Xhr } from "../../../common/src/backbone/interfaces";
|
|
3
|
+
export declare const FavouriteVideoRequests: {
|
|
4
|
+
favouriteVideos(userId: string, cursor?: string): Flight.Request;
|
|
5
|
+
updateIsVideoFavourited(videoId: string, userId: string, shouldFavourite: boolean, success?: () => void, error?: (Xhr: Xhr) => void): Flight.Request;
|
|
6
|
+
isFavourited(userId: string, ids: string[]): Flight.Request;
|
|
7
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { Restriction, RestrictedObject, Video } from "../interfaces";
|
|
2
|
+
export declare const RestrictionHelper: {
|
|
3
|
+
mixinRestrictions(videos: Video[], restrictions: Restriction[]): any[];
|
|
4
|
+
getVideoRestrictions(videoId: string, restrictions: Restriction[]): RestrictedObject[];
|
|
5
|
+
};
|
package/dist/online-app.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["file://C:/ClickView Projects/clickview/packages/projects/online/src/shared/layouts/online-layout.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/components/actions/actions.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/components/icon-button/icon-button.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/components/banner-header/banner-header.scss","file://C:/ClickView Projects/clickview/packages/projects/online/src/apps/playlists/components/playlist-header/playlist-header.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/components/lazy-image/lazy-image.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/components/thumbnails/base/thumbnail.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/components/thumbnails/base/thumbnail-fallback.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/components/audience-label/audience-label.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/components/avatar/avatar.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/components/clickview-avatar/clickview-avatar.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/apps/playlists/components/playlist-list/playlist.scss","file://C:/ClickView Projects/clickview/packages/projects/online/src/apps/playlists/components/playlist-list-header/playlist-list-header.scss","file://C:/ClickView Projects/clickview/packages/projects/online/src/apps/playlists/components/legacy-playlist-list/legacy-playlist-item.scss","file://C:/ClickView Projects/clickview/packages/projects/online/src/apps/playlists/views/playlists/playlists-view.scss","file://C:/ClickView Projects/clickview/packages/projects/online/src/apps/playlists/components/left-nav/left-nav-playlist-owner-indicator/left-nav-playlist-owner-indicator.scss","file://C:/ClickView Projects/clickview/packages/projects/online/src/apps/playlists/components/left-nav/left-nav-item/left-nav-item.scss","file://C:/ClickView Projects/clickview/packages/projects/online/src/apps/playlists/components/left-nav/left-nav.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/components/alert/alert.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/apps/subjects/components/audience-item/audience-item.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/components/badges/badge.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/components/widgets/items/series-widget-item/series-widget-item.scss","file://C:/ClickView Projects/clickview/packages/projects/online/src/apps/subjects/views/classification-series-list-view/classification-series-list.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/apps/subjects/components/coming-soon/coming-soon.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/components/widgets/items/subject-widget-item/subject-widget-item.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/apps/subjects/components/classification-list/classification-list.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/components/series-link/series-link.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/components/thumbnails/video/expandable/expandable-video-thumbnail.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/components/mask/mask.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/components/thumbnails/video/static/static-video-thumbnail.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/components/tags/tags.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/apps/subjects/components/hero-video/hero-video.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/components/widgets/widget-button/widget-button.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/components/widgets/fixed-widget/fixed-widget.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/components/widgets/dynamic-widget/dynamic-widget.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/components/widgets/items/video-widget-item/video-widget-item.scss","file://C:/ClickView Projects/clickview/packages/projects/online/src/apps/subjects/views/classification/classification.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/apps/subjects/components/preferences/nav/preferences-nav.scss","file://C:/ClickView Projects/clickview/packages/projects/online/src/apps/subjects/views/preferences/preferences.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/apps/subjects/components/preferences/footer/preference-footer.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/apps/subjects/components/preferences/preference-item/preference-item.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/apps/subjects/components/preferences/subject-preference-grid/subject-preference-grid.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/apps/subjects/components/preferences/subject-preference-item/partial-loading/partial-subject-preferences.scss","file://C:/ClickView Projects/clickview/packages/projects/online/src/apps/subjects/views/preferences/level-preferences/level-preferences.scss","file://C:/ClickView Projects/clickview/packages/projects/online/src/apps/subjects/views/preferences/summary/preferences-summary.scss","file://C:/ClickView Projects/clickview/packages/projects/online/src/apps/subjects/views/preferences/subject-presentation/subject-presentation-selector.scss","file://C:/ClickView Projects/clickview/packages/projects/online/src/apps/subjects/views/preferences/curriculum-presentation/curriculum-presentation-selector.scss","file://C:/ClickView Projects/clickview/packages/projects/online/src/apps/subjects/views/preferences/welcome/preferences-welcome.scss","file://C:/ClickView Projects/clickview/packages/projects/online/src/apps/subjects/views/classification-playlist/components/partial-playlist-header.scss","file://C:/ClickView Projects/clickview/packages/projects/online/src/apps/content-updates/views/content-updates/partial-loading/partial-content-updates.scss","file://C:/ClickView Projects/clickview/packages/libs/shared/src/components/widgets/items/user-channels-widget-item/user-channels-widget-item.scss","file://C:/ClickView Projects/clickview/packages/projects/online/src/apps/dashboard/components/hero-widget/carousel.scss","file://C:/ClickView Projects/clickview/packages/projects/online/src/apps/dashboard/components/onboarding-nag-item/onboarding-nag-item.scss","file://C:/ClickView Projects/clickview/packages/projects/online/src/apps/dashboard/components/onboarding-progress/onboarding-progress.scss","file://C:/ClickView Projects/clickview/packages/projects/online/src/apps/dashboard/components/onboarding-nag/onboarding-nag.scss","file://C:/ClickView Projects/clickview/packages/projects/online/src/apps/libraries/components/library-item/library-tile.scss","file://C:/ClickView Projects/clickview/packages/projects/online/src/apps/libraries/components/libraries-list/partial-loading/partial-libraries-list.scss","file://C:/ClickView Projects/clickview/packages/projects/online/src/apps/exchange/components/exchange-sub-nav/exchange-sub-nav.scss"],"names":[],"mappings":"AAAA;AACA,qBAAqB;AACrB;AACA;AACA;AACA;AACA,0BAA0B;;ACN1B;AACA,4BAA4B;;AAE5B;AACA,gBAAgB;;ACJhB;AACA;AACA;AACA,qBAAqB;;AAErB;AACA;AACA,qBAAqB;AACrB;AACA,uBAAuB;AACvB;AACA;AACA;AACA,2BAA2B;AAC3B;AACA,0BAA0B;AAC1B;AACA,kBAAkB;AAClB;AACA;AACA;AACA,4CAA4C;;ACrB5C;AACA;AACA;AACA,iBAAiB;;ACHjB;AACA;AACA,gBAAgB;AAChB;AACA;AACA,cAAc;;AAEd;AACA;AACA;AACA,cAAc;;AAEd;AACA;AACA;AACA,wBAAwB;;AAExB;AACA;AACA,eAAe;;AAEf;AACA,mBAAmB;;AAEnB;AACA,aAAa;AACb;AACA,mBAAmB;;AAEnB;AACA;AACA,aAAa;;AAEb;AACA;AACA;AACA;AACA,oBAAoB;;ACrCpB;AACA;AACA,eAAe;;ACFf;AACA;AACA;AACA,eAAe;AACf;AACA;AACA;AACA;AACA;AACA,aAAa;;AAEb;AACA,yBAAyB;;AAEzB;AACA,6BAA6B;;AAE7B;AACA,uBAAuB;;AAEvB;AACA,uBAAuB;;ACrBvB;AACA;AACA;AACA,eAAe;;AAEf;AACA,4BAA4B;;AAE5B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU;;AAEV;AACA;AACA,kBAAkB;;AAElB;AACA,cAAc;;AAEd;AACA;AACA;AACA;AACA;AACA;AACA,wCAAwC;;AAExC;AACA;AACA;AACA;AACA;AACA;AACA,eAAe;;ACxCf;AACA,0BAA0B;;ACD1B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kCAAkC;;ACRlC;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;;ACbhB;AACA,uBAAuB;;AAEvB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6MAA6M;;AAE7M;AACA;AACA;AACA;AACA;AACA,aAAa;;AAEb;AACA;AACA,eAAe;;AAEf;AACA;AACA;AACA;AACA;AACA;AACA,eAAe;;AC7Bf;AACA;AACA,uBAAuB;AACvB;AACA;AACA;AACA,cAAc;;AAEd;AACA,eAAe;;AAEf;AACA;AACA,wBAAwB;;AAExB;AACA;AACA;AACA;AACA,kCAAkC;;AAElC;AACA,oBAAoB;;AAEpB;AACA;AACA,eAAe;;AAEf;AACA;AACA,wBAAwB;AACxB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0CAA0C;;AAE1C;AACA,aAAa;AACb;AACA,iBAAiB;;AAEjB;AACA;AACA;AACA;AACA,oBAAoB;;ACnDpB;AACA,uBAAuB;;AAEvB;AACA,eAAe;AACf;AACA,mBAAmB;;AAEnB;AACA;AACA;AACA;AACA,iBAAiB;;ACZjB;AACA;AACA,qBAAqB;AACrB;AACA,mBAAmB;AACnB;AACA;AACA,cAAc;;AAEd;AACA,4BAA4B;;AAE5B;AACA,4BAA4B;;AAE5B;AACA,4BAA4B;;AAE5B;AACA,4BAA4B;;AAE5B;AACA,4BAA4B;;AAE5B;AACA,4BAA4B;;AAE5B;AACA,4BAA4B;;AAE5B;AACA,4BAA4B;;AC/B5B;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;;AAEd;AACA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB;;AAEjB;AACA;AACA;AACA;AACA;AACA,wBAAwB;;AC3BxB;AACA;AACA;AACA,sBAAsB;;AAEtB;AACA;AACA,qBAAqB;;AAErB;AACA,oBAAoB;;AAEpB;AACA;AACA;AACA,cAAc;AACd;AACA,kBAAkB;AAClB;AACA,mBAAmB;;AAEnB;AACA;AACA;AACA;AACA,iBAAiB;;AAEjB;AACA,iBAAiB;;AC5BjB;AACA,gCAAgC;;ACDhC;AACA;AACA;AACA,iDAAiD;AACjD;AACA;AACA;AACA,wBAAwB;;AAExB;AACA,gBAAgB;AAChB;AACA,eAAe;AACf;AACA;AACA,sCAAsC;AACtC;AACA,eAAe;AACf;AACA;AACA,sCAAsC;;AAEtC;AACA;AACA,qBAAqB;;AAErB;AACA,mBAAmB;AACnB;AACA;AACA,qBAAqB;;AC9BrB;AACA,4BAA4B;;AAE5B;AACA,4BAA4B;;ACJ5B;AACA,0CAA0C;;AAE1C;AACA,4CAA4C;;AAE5C;AACA,4BAA4B;;AAE5B;AACA;AACA,yBAAyB;;AAEzB;AACA,iBAAiB;;ACdjB;AACA;AACA,eAAe;;AAEf;AACA;AACA;AACA,qBAAqB;;AAErB;AACA;AACA;AACA;AACA,iCAAiC;;AAEjC;AACA;AACA;AACA,kBAAkB;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mJAAmJ;;AAEnJ;AACA;AACA;AACA;AACA;AACA,UAAU;;AAEV;AACA,aAAa;;AAEb;AACA;AACA,qBAAqB,EAAE;;AAEvB;AACA;AACA,eAAe,EAAE;;AAEjB;AACA;AACA,gBAAgB,EAAE;;ACjDlB;AACA,aAAa;AACb;AACA,gBAAgB;AAChB;AACA;AACA,iBAAiB,EAAE;AACnB;AACA;AACA,uBAAuB,EAAE;AACzB;AACA;AACA,iBAAiB,EAAE;;ACZnB;AACA;AACA,eAAe;AACf;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8BAA8B;;AAE9B;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB;;ACnBjB;AACA,wBAAwB;AACxB;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB;AACnB;AACA;AACA;AACA;AACA;AACA,wCAAwC;AACxC;AACA;AACA,iBAAiB;AACjB;AACA,mBAAmB;AACnB;AACA,mBAAmB;AACnB;AACA,yBAAyB;;AAEzB;AACA;AACA;AACA;AACA,6BAA6B;;AC7B7B;AACA,mBAAmB;AACnB;AACA,gBAAgB;;ACHhB;AACA;AACA;AACA,uBAAuB;AACvB;AACA,+BAA+B;;ACL/B;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;;AAEd;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kCAAkC;AAClC;AACA,+CAA+C;;AAE/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA;AACA;AACA,2BAA2B;;AAE3B;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6MAA6M;;AAE7M;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kBAAkB;;ACnDlB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wCAAwC;;AAExC;AACA;AACA,kBAAkB;;AAElB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wCAAwC;;AAExC;AACA,eAAe;;AAEf;AACA,aAAa;;AC5Bb;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB;;AAEjB;AACA;AACA,mBAAmB;;AAEnB;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;;AAEd;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA,+CAA+C;;AAE/C;AACA;AACA;AACA,mBAAmB;;AAEnB;AACA;AACA;AACA;AACA;AACA,kBAAkB;;AAElB;AACA,oBAAoB;;AAEpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6MAA6M;;ACrD7M;AACA;AACA,kBAAkB;;AAElB;AACA,yBAAyB;;ACLzB;AACA;AACA;AACA;AACA,gBAAgB;;AAEhB;AACA;AACA,eAAe;;AAEf;AACA;AACA,eAAe;;AAEf;AACA;AACA,eAAe;;AAEf;AACA;AACA,eAAe;;AAEf;AACA;AACA,iBAAiB;;ACxBjB;AACA,cAAc;AACd;AACA,mCAAmC;;AAEnC;AACA,eAAe;AACf;AACA,kCAAkC;;AAElC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB;AACjB;AACA;AACA;AACA;AACA,qCAAqC;AACrC;AACA,mBAAmB;AACnB;AACA,qBAAqB;;AAErB;AACA;AACA;AACA;AACA;AACA;AACA,8BAA8B;;AAE9B;AACA;AACA,sFAAsF;;AAEtF;AACA;AACA,uFAAuF;;AAEvF;AACA;AACA;AACA,WAAW;;AAEX;AACA;AACA,UAAU;;AAEV;AACA,4BAA4B;;AAE5B;AACA,WAAW;;AC3DX;AACA;AACA;AACA;AACA;AACA;AACA,8BAA8B;;AAE9B;AACA;AACA;AACA,sFAAsF;;AAEtF;AACA;AACA;AACA,uFAAuF;;AAEvF;AACA;AACA,eAAe;;AAEf;AACA;AACA,eAAe;;AAEf;AACA;AACA;AACA,cAAc;;AAEd;AACA;AACA;AACA,cAAc;;AClCd;AACA,yBAAyB;;ACDzB;AACA,aAAa;;AAEb;AACA,mBAAmB;;AAEnB;AACA;AACA;AACA;AACA,qBAAqB;;AAErB;AACA,iCAAiC;;AAEjC;AACA;AACA,qBAAqB,EAAE;;AAEvB;AACA;AACA,eAAe,EAAE;;AAEjB;AACA;AACA,gBAAgB,EAAE;;ACzBlB;AACA,uBAAuB;;AAEvB;AACA,mBAAmB;;ACJnB;AACA,aAAa;;AAEb;AACA;AACA,kBAAkB;;ACLlB;AACA,mBAAmB;;AAEnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe;;AAEf;AACA;AACA,qBAAqB,EAAE;;AChBvB;AACA;AACA;AACA;AACA,8BAA8B;;ACJ9B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;;AAEd;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB;AACA,kBAAkB;AAClB;AACA,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kBAAkB;AAClB;AACA,uBAAuB;AACvB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe;AACf;AACA;AACA,mBAAmB;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe;AACf;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB;AACA,uBAAuB;AACvB;AACA;AACA;AACA;AACA,uBAAuB;AACvB;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB;AACxB;AACA,8BAA8B;AAC9B;AACA;AACA;AACA,8BAA8B;;ACrF9B;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB;AACjB;AACA,oBAAoB;;AAEpB;AACA,mBAAmB;;AAEnB;AACA;AACA,iBAAiB,EAAE;;AAEnB;AACA;AACA,mBAAmB,EAAE;;AAErB;AACA;AACA,iBAAiB,EAAE;;ACvBnB;AACA;AACA;AACA;AACA,mBAAmB;;AAEnB;AACA;AACA;AACA;AACA,YAAY;;ACVZ;AACA,aAAa;;AAEb;AACA;AACA,eAAe,EAAE;;ACLjB;AACA,iBAAiB;;AAEjB;AACA;AACA,oBAAoB,EAAE;;ACLtB;AACA;AACA,0BAA0B;AAC1B;AACA,oBAAoB;;AAEpB;AACA;AACA,gBAAgB;AAChB;AACA,oBAAoB;;ACVpB;AACA;AACA,0BAA0B;AAC1B;AACA,oBAAoB;;AAEpB;AACA;AACA,gBAAgB;AAChB;AACA,oBAAoB;;ACVpB;AACA,eAAe;;ACDf;AACA;AACA,qBAAqB;;AAErB;AACA;AACA;AACA,iBAAiB;;AAEjB;AACA;AACA;AACA;AACA;AACA,gBAAgB;;AAEhB;AACA;AACA,aAAa;;AAEb;AACA;AACA;AACA;AACA,wBAAwB;;ACxBxB;AACA;AACA;AACA,sBAAsB;;AAEtB;AACA;AACA;AACA,sBAAsB;;AAEtB;AACA;AACA;AACA,wBAAwB;;AAExB;AACA,eAAe;;AChBf;AACA;AACA;AACA;AACA,gCAAgC;AAChC;AACA;AACA,uBAAuB;;AAEvB;AACA;AACA;AACA;AACA;AACA;AACA,sBAAsB;;AAEtB;AACA;AACA;AACA,YAAY;AACZ;AACA;AACA;AACA,0BAA0B;AAC1B;AACA;AACA,0BAA0B,EAAE;;AC3B5B;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B;;AAE3B;AACA;AACA;AACA;AACA,kBAAkB;;AAElB;AACA,sBAAsB;;AAEtB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,oBAAoB;;AAEpB;AACA,mBAAmB;;AC7BnB;AACA,cAAc;;AAEd;AACA;AACA;AACA;AACA;AACA,sBAAsB;;AAEtB;AACA;AACA;AACA,cAAc;;ACbd;AACA,eAAe;;AAEf;AACA;AACA;AACA;AACA;AACA,gEAAgE;;ACRhE;AACA;AACA;AACA,mBAAmB;;AAEnB;AACA;AACA,uBAAuB;AACvB;AACA;AACA,iBAAiB,EAAE;AACnB;AACA;AACA,iBAAiB,EAAE;AACnB;AACA;AACA;AACA;AACA;AACA;AACA,8BAA8B,EAAE;;AAEhC;AACA;AACA;AACA;AACA;AACA,uBAAuB;AACvB;AACA;AACA;AACA;AACA;AACA,gBAAgB,EAAE;AAClB;AACA;AACA;AACA,gCAAgC,EAAE;;AAElC;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA,yBAAyB,EAAE;;AAE3B;AACA;AACA,uBAAuB,EAAE;;AAEzB;AACA;AACA,kBAAkB,EAAE;;AAEpB;AACA,aAAa;AACb;AACA;AACA,iBAAiB,EAAE;;AAEnB;AACA,qBAAqB;AACrB;AACA;AACA,2BAA2B,EAAE;AAC7B;AACA;AACA,oBAAoB,EAAE;;ACxEtB;AACA,wBAAwB;;AAExB;AACA,eAAe;;AAEf;AACA;AACA;AACA;AACA;AACA,cAAc;;ACXd;AACA,gBAAgB;;ACDhB;AACA,YAAY;AACZ;AACA,gBAAgB;AAChB;AACA;AACA,0BAA0B;;AAE1B;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4BAA4B;AAC5B;AACA,0BAA0B;;AAE1B;AACA,yBAAyB","file":"online-app.css","sourcesContent":[".cv--onlineLayout--_Sfw5 .alert-region {\n position: relative; }\n .cv--onlineLayout--_Sfw5 .alert-region ul {\n bottom: 0;\n right: 1.25rem;\n position: fixed;\n list-style-type: none; }\n",".cv--buttonList--2v9CT :first-child {\n margin-left: 0 !important; }\n\n.cv--dropdownToggle--AYBvQ:after {\n content: none; }\n",".cv--svg--3OUhC {\n width: 1.5rem;\n height: 1.5rem;\n position: absolute; }\n\n.cv--iconButton--3t3VL {\n vertical-align: top;\n position: relative; }\n .cv--iconButton--3t3VL.cv--iconWithText--2KLHo {\n padding-left: 36px; }\n .cv--iconButton--3t3VL.cv--iconWithText--2KLHo .cv--svg--3OUhC {\n left: 0.375rem;\n top: 50%;\n margin-top: -0.75rem; }\n .cv--iconButton--3t3VL.cv--iconWithText--2KLHo svg {\n vertical-align: top; }\n .cv--iconButton--3t3VL.cv--iconOnly--2rQWb {\n padding: 1rem; }\n .cv--iconButton--3t3VL.cv--iconOnly--2rQWb .cv--svg--3OUhC {\n top: 50%;\n left: 50%;\n transform: translate3D(-50%, -50%, 0); }\n",".cv--actionsContainer--286KF {\n position: absolute;\n bottom: 1.25rem;\n right: 1.25rem; }\n",".cv--playlistHeader--4eCbo {\n position: relative;\n padding: 2rem; }\n .cv--playlistHeader--4eCbo h1 {\n font-size: 2.4rem;\n margin: 0; }\n\n.cv--actionsContainer--2WBLn {\n position: absolute;\n top: 2rem;\n right: 2rem; }\n\n.cv--bannerWrapper--3YWHl .btn, .cv--actionsContainer--2WBLn .btn {\n margin-left: 1rem;\n padding-left: 2.7rem;\n padding-right: 1.2rem; }\n\n.cv--bannerWrapper--3YWHl .dropdown-toggle, .cv--actionsContainer--2WBLn .dropdown-toggle {\n padding: 0;\n height: 100%; }\n\n.cv--metadata--3HWMX, .cv--description--3xry5 {\n margin-top: 1rem; }\n\n.cv--partialHeader--2_mFA {\n width: 25%; }\n .cv--partialHeader--2_mFA h1 {\n height: 2.4rem; }\n\n.cv--partialMetadata--1C-uu {\n height: 1.4rem;\n width: 30%; }\n\n.cv--partialAction--3fZ4_ {\n display: inline-block;\n height: 3rem;\n width: 9rem;\n margin-left: 1rem; }\n",".cv--image--1YW-E {\n width: 100%;\n height: 100%; }\n",".cv--thumbnail--3lfBf {\n position: relative;\n width: 100%;\n height: 100%; }\n .cv--thumbnail--3lfBf img {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0; }\n\n.cv--sixteenByNine--2LqZ8 {\n padding-bottom: 56.25%; }\n\n.cv--nineBySixteen--136ry {\n padding-bottom: 177.77778%; }\n\n.cv--oneByOne--2wYLa {\n padding-bottom: 100%; }\n\n.cv--twoByThree--1eC6Q {\n padding-bottom: 150%; }\n",".cv--baseFallbackContainer--1wRjB, .cv--svgFallbackContainer--2t1jq {\n position: absolute;\n width: 100%;\n height: 100%; }\n\n.cv--svgFallbackContainer--2t1jq {\n background-color: #f8f8f8; }\n\n.cv--subjectFallbackContainer--12D74 {\n background-color: rgba(0, 0, 0, 5e-07);\n width: 5rem;\n height: 100%;\n border-top-left-radius: 0.5rem;\n border-bottom-left-radius: 0.5rem;\n border-right: 1px solid #eaeaea;\n position: absolute;\n top: 0;\n left: 0; }\n\n.cv--videoFallback--6BPy- {\n width: 3.75rem;\n height: 3.75rem; }\n\n.cv--subjectFallback--2Srdd {\n z-index: -1; }\n\n.cv--videoFallback--6BPy-, .cv--playlistFallback--1slQX, .cv--posterFallback--i0o8n, .cv--subjectFallback--2Srdd {\n position: absolute;\n top: 50%;\n left: 50%;\n color: #D7D7D7;\n transform: translate3D(-50%, -50%, 0);\n transition: opacity 100ms ease-in-out; }\n\n.cv--fallbackThumbnailImage--2L_tV {\n padding: 0.3125rem;\n background-size: cover;\n background-position: center;\n background-repeat: no-repeat;\n width: 100%;\n height: 100%; }\n",".cv--audienceLabelListItem--2YGVO:not(:last-child) {\n margin-right: 0.3125rem; }\n",".cv--avatar--1XSQR {\n border-radius: 50%;\n background-color: #51ADA3;\n width: 100%;\n height: 100%;\n text-align: center;\n line-height: 100%;\n background-size: cover;\n background-position: top center; }\n",".cv--avatar--1IfFN {\n position: relative;\n border-radius: 50%;\n background-color: #FFFFFF;\n width: 100%;\n height: 100%;\n text-align: center; }\n .cv--avatar--1IfFN svg {\n position: absolute;\n top: 50%;\n left: 54%;\n transform: translate(-50%, -50%);\n width: 60%;\n height: 60%; }\n",".cv--playlistItem--6o0Z2 {\n padding-bottom: 100%; }\n\n.cv--playlistItemGradient--2JLPt::after {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.02) 60%, rgba(0, 0, 0, 0) 80%); }\n\n.cv--playlistMetadata--3MCKL {\n position: absolute;\n left: 0.625rem;\n right: 0.625rem;\n bottom: 0.625rem;\n z-index: 1; }\n\n.cv--partialHeading--13tO6 {\n height: 2rem;\n width: 17rem; }\n\n.cv--ownerAvatarContainer--CwjTl {\n position: absolute;\n right: 0.625rem;\n top: 0.625rem;\n z-index: 1;\n width: 3rem;\n height: 3rem; }\n",".cv--playlistListHeader--xaJc0 {\n position: relative;\n padding-bottom: 1rem; }\n .cv--playlistListHeader--xaJc0 h1 {\n font-size: 1.6rem;\n line-height: 3rem;\n margin: 0; }\n\n.cv--actionsContainer--BHhcf {\n float: right; }\n\n.cv--actionBtn--D9jjK {\n padding-left: 2.7rem !important;\n padding-right: 1.2rem; }\n\n.cv--newPlaylistBtnLink--1catI {\n font-size: 1.3rem !important;\n font-weight: 600;\n padding-right: 0;\n padding-left: 2.5rem !important; }\n\n.cv--actionBtn--D9jjK, .cv--actionsDropdown--2Ldf8, .cv--sortContainer--2VJVr {\n margin-left: 1rem; }\n\n.cv--actionsDropdown--2Ldf8 {\n padding: 0;\n height: 3rem; }\n\n.cv--sortContainer--2VJVr .dropdown-toggle {\n padding-left: 1.2rem;\n padding-right: 1.2rem; }\n .cv--sortContainer--2VJVr .dropdown-toggle::after {\n display: inline-block;\n content: '';\n width: 0;\n height: 0;\n margin-left: 0.5rem;\n vertical-align: 0.2rem;\n border-top: 0.4rem solid;\n border-right: 0.4rem solid transparent;\n border-left: 0.4rem solid transparent; }\n\n.cv--partialHeader--2hy6F {\n width: 25%; }\n .cv--partialHeader--2hy6F h1 {\n height: 3rem; }\n\n.cv--partialAction--2DiYF {\n display: inline-block;\n height: 3rem;\n width: 9rem;\n margin-left: 1rem; }\n",".cv--listContainer--3_HvF {\n padding-top: 1.25rem; }\n\n.cv--actions--2WwOM {\n float: right; }\n .cv--actions--2WwOM .show {\n display: block; }\n\n.cv--actionsDropdown--1L-T5 {\n padding: 0;\n background-color: transparent !important;\n border: none !important;\n color: #979797; }\n",".cv--playlistItemContainer--1GNc4 {\n margin: 1.25rem 0;\n padding: 0 1.25rem; }\n .cv--playlistItemContainer--1GNc4 a {\n color: #FFFFFF; }\n .cv--playlistItemContainer--1GNc4 h5 {\n font-size: 2.1rem;\n margin: 0; }\n\n.cv--bg1--3EMA5 {\n background-color: #4E9ACE; }\n\n.cv--bg2--TwV9j {\n background-color: #6bbfca; }\n\n.cv--bg3--3Rfa2 {\n background-color: #FFCD52; }\n\n.cv--bg4--_YAdT {\n background-color: #F7847B; }\n\n.cv--bg5--8IqB3 {\n background-color: #51ADA3; }\n\n.cv--bg6--mjDAH {\n background-color: #605DB4; }\n\n.cv--bg7--2lw5O {\n background-color: #BB8EC7; }\n\n.cv--bg8--17Eh6 {\n background-color: #60B789; }\n",".cv--container--3PyFK {\n position: absolute;\n top: 50%;\n left: 1.25rem;\n transform: translateY(-50%);\n height: 100%;\n width: 3rem; }\n\n.cv--indicatorContainer--2qsr- {\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n height: 1rem;\n width: 1rem; }\n .cv--indicatorContainer--2qsr- svg {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n width: 100%;\n height: 100%; }\n\n.cv--followingIndicator--Egane {\n height: 100%;\n width: 100%;\n background-color: #7A76E8;\n border-radius: 50%;\n display: inline-block; }\n",".cv--navItem--3A1z7 {\n position: relative;\n padding: 0.5rem 1rem;\n line-height: 2.4rem; }\n\n.cv--appLink--1orYF {\n display: block;\n margin-right: 2rem; }\n\n.cv--appLinkWithOwnerIndicator--3EHT0 {\n margin-left: 2rem; }\n\n.cv--actions--1N9oK {\n position: absolute;\n top: 0.5rem;\n right: 1rem; }\n .cv--actions--1N9oK .dropdown {\n display: none; }\n .cv--actions--1N9oK .show {\n display: block; }\n\n.cv--actionsDropdown--E1Yrs {\n padding: 0;\n background-color: transparent !important;\n border: none !important;\n color: #979797; }\n\n.cv--navItem--3A1z7:hover .dropdown {\n display: block; }\n",".cv--heading--3p-bQ {\n padding: 0 1.25rem !important; }\n",".cv--alertItem--3ppPT {\n border-radius: 0.25rem;\n border: 1px solid #D7D7D7;\n box-shadow: 2px 3px 6px 1px rgba(0, 0, 0, 0.1); }\n .cv--alertItem--3ppPT .close {\n float: none;\n line-height: 0.8;\n vertical-align: top; }\n\n.cv--alertBox--2gPqV .cv--alertList--1_wrK {\n z-index: 1071; }\n .cv--alertBox--2gPqV .cv--alertList--1_wrK .alert-enter {\n opacity: 0; }\n .cv--alertBox--2gPqV .cv--alertList--1_wrK .alert-enter-active {\n opacity: 1;\n transition: opacity 200ms ease-in; }\n .cv--alertBox--2gPqV .cv--alertList--1_wrK .alert-exit {\n opacity: 1; }\n .cv--alertBox--2gPqV .cv--alertList--1_wrK .alert-exit-active {\n opacity: 0;\n transition: opacity 200ms ease-in; }\n\n.cv--icon--2gpnl {\n vertical-align: top;\n text-align: center; }\n\n.cv--alertContent--1akpi {\n width: 15.625rem; }\n .cv--alertContent--1akpi .cv--heading--3jnJY {\n line-height: 1.5;\n font-weight: 500; }\n",".cv--disabled--1KxF9 {\n background-color: #f8f8f8; }\n\n.cv--disabledHighlighted--pbuec {\n background-color: #8abcdf; }\n",".cv--duration--3XH_S {\n background-color: rgba(51, 51, 51, 0.8); }\n\n.cv--interactive--INxgX {\n background-color: rgba(248, 152, 29, 0.9); }\n\n.cv--productionYear--Bt6Bx {\n background-color: #B5B5B5; }\n\n.cv--duration--3XH_S, .cv--interactive--INxgX, .cv--rating--3bOtF, .cv--productionYear--Bt6Bx {\n color: #fff;\n margin-left: 0.3125rem; }\n\n.cv--badgeList--1BsVS .badge:first-child {\n margin-left: 0; }\n",".cv--partialLoadingHeading--1RLPq {\n width: 12rem;\n height: 2rem; }\n\n.cv--partialLoading--oArG4 {\n width: 100%;\n padding-bottom: 200%;\n position: relative; }\n\n.cv--labelContainer--QLCgm {\n z-index: 1;\n bottom: 0.625rem;\n left: 50%;\n transform: translate(-50%, 0%); }\n\n.cv--hoverActive--3Aleb {\n transform: translate3D(0, -1px, 0) scale(1.01);\n transition: all .1s ease;\n cursor: pointer; }\n .cv--hoverActive--3Aleb:after {\n content: '';\n position: absolute;\n top: 0;\n left: -0.3125rem;\n right: -0.3125rem;\n bottom: 0;\n margin: 0 0.3125rem;\n background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.75) 25%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0) 100%); }\n\n.cv--mask--2M2Zz {\n z-index: 2;\n position: absolute;\n bottom: 0.625rem;\n right: 0;\n left: 0; }\n\n.cv--width--TQg2K {\n width: 25%; }\n\n@media (max-width: 767px) {\n .cv--width--TQg2K {\n width: 33.33333%; } }\n\n@media (max-width: 575px) {\n .cv--width--TQg2K {\n width: 50%; } }\n\n@media (max-width: 0) {\n .cv--width--TQg2K {\n width: 100%; } }\n",".cv--seriesItem--1tgrv {\n width: 20%; }\n .cv--seriesItem--1tgrv > a {\n width: 100%; }\n @media (max-width: 1199px) {\n .cv--seriesItem--1tgrv {\n width: 25%; } }\n @media (max-width: 991px) {\n .cv--seriesItem--1tgrv {\n width: 33.33333%; } }\n @media (max-width: 767px) {\n .cv--seriesItem--1tgrv {\n width: 50%; } }\n",".cv--footerImageContainer--2lUo1 {\n width: 100%;\n height: 100%; }\n .cv--footerImageContainer--2lUo1 .cv--footerImage--Q_m9i {\n opacity: 0.5;\n width: 100%;\n height: 100%;\n background-position: right;\n background-size: 200%;\n background-repeat: no-repeat;\n padding-bottom: 26.22951%; }\n\n.cv--wave--2WUUq {\n fill: #fff;\n color: #fff;\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n display: block; }\n",".cv--widgetItem--1oyw1 {\n border-radius: 0.5rem; }\n .cv--widgetItem--1oyw1 .cv--imagePanel--1UOVG {\n position: relative;\n background-position: top;\n background-size: cover;\n width: 5rem;\n height: 5rem;\n flex-shrink: 0; }\n .cv--widgetItem--1oyw1 .cv--imagePanel--1UOVG .cv--image--1_BF4 {\n z-index: 2;\n width: 100%;\n height: 100%;\n border-top-left-radius: 0.5rem;\n border-bottom-left-radius: 0.5rem; }\n .cv--widgetItem--1oyw1 .cv--large--1EtWs {\n width: 8rem;\n height: 8rem; }\n .cv--widgetItem--1oyw1 .cv--comingSoonPanel--3js2e {\n line-height: 1; }\n .cv--widgetItem--1oyw1 .cv--name--3csgE {\n color: #313543; }\n .cv--widgetItem--1oyw1 .cv--name--3csgE.cv--clamped--1y2oG {\n max-height: 2.4rem; }\n\n.cv--editSubjectsItem--1yBMf {\n height: 5rem;\n border-radius: 0.5rem;\n color: #B5B5B5;\n border: 1px dashed #D7D7D7; }\n",".cv--classificationItem--2XXp2 {\n width: 33.33333%; }\n .cv--classificationItem--2XXp2 > a {\n width: 100%; }\n",".cv--appLink--1SFgo {\n color: inherit;\n display: block;\n font-size: 0.78571em; }\n .cv--appLink--1SFgo:hover .cv--seasonEpisodeContainer--1YAi8 {\n text-decoration: underline; }\n",".cv--overlayContainer--1MQy4 {\n position: absolute;\n width: 100%;\n height: 100%;\n z-index: 1;\n padding: 0.3125rem;\n color: #fff; }\n\n.cv--favouriteContainer--2obuZ {\n position: absolute;\n top: 0;\n right: 0;\n padding-top: 0.625rem;\n padding-right: 0.625rem;\n z-index: 5;\n transform: translate3d(0, 0, 0); }\n .cv--favouriteContainer--2obuZ .cv--favouriteButton--1UfdO {\n background-color: rgba(241, 241, 241, 0.5); }\n\n.cv--title--Q1km- {\n color: inherit;\n line-height: 1.2;\n position: absolute;\n bottom: 0;\n left: 0;\n padding: 0.625rem;\n padding-top: 0;\n width: 100%; }\n .cv--title--Q1km-.cv--downScale--2_7sb {\n transform: scale(0.9);\n margin-left: -1rem;\n margin-bottom: -0.2rem; }\n\n.cv--gradient--Of_Cn::after {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.02) 60%, rgba(0, 0, 0, 0) 80%); }\n\n.cv--playIcon--B9cJG {\n position: absolute;\n top: 50%;\n left: 50%;\n z-index: 4;\n color: #fff;\n transform: translate3D(-50%, -50%, 0);\n transition: opacity 100ms ease-in-out;\n width: 2.75rem;\n height: 2.75rem; }\n",".cv--mask--3nE2p {\n position: absolute;\n width: 100%;\n height: 100%;\n cursor: pointer;\n z-index: 2;\n background-color: #333333;\n opacity: 0;\n transition: opacity 100ms ease-in-out; }\n\n.cv--video--KdGwU {\n width: 3.75rem;\n height: 3.75rem; }\n\n.cv--video--KdGwU, .cv--playlist--1cBmC {\n position: absolute;\n top: 50%;\n left: 50%;\n z-index: 4;\n color: #fff;\n opacity: 0;\n transform: translate3D(-50%, -50%, 0);\n transition: opacity 100ms ease-in-out; }\n\n.cv--maskContainer--3si6K:hover .cv--mask--3nE2p {\n opacity: 0.5; }\n\n.cv--maskContainer--3si6K:hover .cv--playlist--1cBmC, .cv--maskContainer--3si6K:hover .cv--video--KdGwU {\n opacity: 1; }\n",".cv--titleOverlay--1JIh4 {\n color: inherit;\n line-height: 1.2;\n position: absolute;\n bottom: 0;\n left: 0;\n padding: 0.625rem;\n padding-top: 0; }\n\n.cv--titleBelow--1OKu_ {\n margin-top: 0.3125rem;\n line-height: 1.2; }\n\n.cv--overlayContainer--1BBKk {\n position: absolute;\n width: 100%;\n height: 100%;\n z-index: 1;\n padding: 0.3125rem;\n color: #fff; }\n\n.cv--favouriteContainer--23tXc {\n position: absolute;\n top: 0;\n right: 0;\n padding-top: 0.625rem;\n padding-right: 0.625rem;\n z-index: 5; }\n .cv--favouriteContainer--23tXc .cv--favouriteButton--2lJ57 {\n background-color: rgba(241, 241, 241, 0.5); }\n\n.cv--badgeContainer--28ZUf {\n position: absolute;\n bottom: 0.3125rem;\n right: 0.3125rem; }\n\n.cv--watchProgress--3YP9l {\n position: absolute;\n bottom: 0;\n left: 0;\n right: 0;\n height: 0.25rem; }\n\n.cv--watchProgress--3YP9l + .cv--badgeContainer--28ZUf {\n bottom: 0.5625rem; }\n\n.cv--gradient--1o4aT::after {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.02) 60%, rgba(0, 0, 0, 0) 80%); }\n",".cv--tagList--yvetE {\n display: flex;\n flex-wrap: wrap; }\n\n.cv--tagItem--1InnN {\n border-radius: 0.25rem; }\n",".cv--partialHeroThumbnail--mBd7D {\n position: relative;\n padding: 0.3125rem;\n width: 100%;\n height: 22rem; }\n\n.cv--partialSeriesText--2MXtV {\n width: 6.25rem;\n height: 1rem; }\n\n.cv--partialVideoTitleText--3AoSO {\n width: 16rem;\n height: 2rem; }\n\n.cv--partialBadge--33OjS {\n width: 4rem;\n height: 1rem; }\n\n.cv--partialDescription--2uRQA {\n width: 80%;\n height: 4rem; }\n\n.cv--partialSubject--3YJIE {\n width: 6.25rem;\n height: 1.5rem; }\n",".cv--left--789pr {\n left: -1rem; }\n .cv--left--789pr svg {\n transform: translateX(-0.1rem); }\n\n.cv--right--1P8qt {\n right: -1rem; }\n .cv--right--1P8qt svg {\n transform: translateX(0.1rem); }\n\n.cv--button--24q_F {\n position: absolute;\n background-color: #fff;\n border-radius: 50%;\n cursor: pointer;\n transform: translateY(-50%);\n z-index: 5;\n box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.3);\n width: 2.5rem;\n height: 2.5rem; }\n .cv--button--24q_F .cv--chevron--3M27X {\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%); }\n .cv--button--24q_F svg {\n color: #84868D; }\n .cv--button--24q_F svg:hover {\n color: #313543; }\n\n.cv--gradientLeft--3fkiw, .cv--gradientRight--2RDDy, .cv--extendedClickableAreaRight--13dgy, .cv--extendedClickableAreaLeft--37LtK {\n position: absolute;\n width: 3rem;\n height: 100%;\n z-index: 2;\n top: 50%;\n transform: translateY(-50%); }\n\n.cv--gradientLeft--3fkiw {\n left: 0;\n background-image: linear-gradient(to left, rgba(255, 255, 255, 0.005) 0%, #fff 70%); }\n\n.cv--gradientRight--2RDDy {\n right: 0;\n background-image: linear-gradient(to right, rgba(255, 255, 255, 0.005) 0%, #fff 70%); }\n\n.cv--extendedClickableAreaRight--13dgy {\n cursor: pointer;\n background-color: rgba(255, 255, 255, 0.005);\n right: 0; }\n\n.cv--extendedClickableAreaLeft--37LtK {\n cursor: pointer;\n left: 0; }\n\n.cv--videoTopPos--1XTRO {\n top: calc(50% - 0.875rem); }\n\n.cv--topPos--3_p_J {\n top: 50%; }\n",".cv--leftOverflowGradient--u_MPi, .cv--rightOverflowGradient--38ooL {\n position: absolute;\n width: 2.5rem;\n height: 100%;\n z-index: 2;\n top: 50%;\n transform: translateY(-50%); }\n\n.cv--leftOverflowGradient--u_MPi {\n left: 0;\n margin-left: -1.875rem;\n background-image: linear-gradient(to left, rgba(255, 255, 255, 0.005) 0%, #fff 70%); }\n\n.cv--rightOverflowGradient--38ooL {\n right: 0;\n margin-right: -1.875rem;\n background-image: linear-gradient(to right, rgba(255, 255, 255, 0.005) 0%, #fff 70%); }\n\n.cv--partialHeading--OVsdA {\n height: 2rem;\n width: 17rem; }\n\n.cv--partialDescription--1HtA2 {\n height: 1rem;\n width: 25rem; }\n\n.cv--partialItem--3G2hG {\n display: inline-block;\n height: 11rem;\n width: 100%; }\n\n.cv--largePartialItem--NnK8O {\n display: inline-block;\n height: 22rem;\n width: 100%; }\n",".cv--itemSpacing--10Pgb:not(:last-child) {\n margin-right: 0.625rem; }\n",".cv--rowWidth--8IgrO {\n width: 25%; }\n\n.cv--largeRowWidth--q46rm {\n width: 33.33333%; }\n\n.cv--hovering--IeeJA {\n transform: scale(1.15);\n z-index: 10;\n border-radius: 0.5rem;\n position: relative; }\n\n.cv--transition--1s6UK {\n transition: transform .2s ease; }\n\n@media (max-width: 767px) {\n .cv--rowWidth--8IgrO {\n width: 33.33333%; } }\n\n@media (max-width: 575px) {\n .cv--rowWidth--8IgrO, .cv--largeRowWidth--q46rm {\n width: 50%; } }\n\n@media (max-width: 0) {\n .cv--rowWidth--8IgrO, .cv--largeRowWidth--q46rm {\n width: 100%; } }\n",".cv--followBtn--2JDES {\n min-width: 6.5625rem; }\n\n.cv--classificationPane--3fhao {\n min-height: 70vh; }\n",".cv--progress--iKcwJ {\n z-index: 1; }\n\n.cv--progressItem--1SBXD {\n width: 0.75rem;\n height: 0.75rem; }\n",".cv--preferencesContainer--1sGnn {\n min-height: 80vh; }\n\n.cv--backgroundImage--F6J5v {\n position: absolute;\n top: 50%;\n left: 50%;\n width: 50%;\n height: 50%;\n background-size: cover;\n background-repeat: no repeat;\n transform: translate(-50%, -50%);\n opacity: 0.2; }\n\n@media (max-width: 991px) {\n .cv--preferencesContainer--1sGnn {\n min-height: 90vh; } }\n",".cv--preferenceFooter--P29kw {\n position: absolute;\n bottom: 1.25rem;\n left: 50%;\n transform: translateX(-50%); }\n",".cv--preferenceItem--1LDb6 .cv--expandCaret--3QEWB.cv--down--2y-iF, .cv--preferenceItem--1LDb6 .cv--expandCaret--3QEWB.cv--up--1kGNY {\n position: absolute;\n top: 50%;\n transform: translate(0.3125rem, -25%);\n width: 0;\n height: 0;\n border-left: 0.3125rem solid transparent;\n border-right: 0.3125rem solid transparent;\n border-top: 0.3125rem solid #333333;\n content: ''; }\n\n.cv--preferenceItem--1LDb6 {\n height: 10rem;\n width: 10rem;\n background-size: cover;\n background-position: center;\n list-style: none;\n cursor: pointer;\n display: inline-block;\n position: relative; }\n .cv--preferenceItem--1LDb6:focus {\n outline: none; }\n .cv--preferenceItem--1LDb6.cv--disabled--2w4FH {\n cursor: default; }\n .cv--preferenceItem--1LDb6.cv--disabled--2w4FH::after {\n background-color: #fff;\n opacity: 0.85;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n border: 4px solid rgba(255, 255, 255, 0.85);\n content: ''; }\n .cv--preferenceItem--1LDb6.cv--selected--1lSYv {\n position: relative; }\n .cv--preferenceItem--1LDb6.cv--selected--1lSYv.cv--disabled--2w4FH::after {\n content: '';\n position: absolute;\n border: 4px solid #b8dfca;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0; }\n .cv--preferenceItem--1LDb6.cv--selected--1lSYv.cv--noBorder--3Mxuo::after {\n content: '';\n border: none; }\n .cv--preferenceItem--1LDb6.cv--selected--1lSYv::after {\n content: '';\n position: absolute;\n border: 4px solid #60B789;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0; }\n .cv--preferenceItem--1LDb6 .cv--textBox--3HCeK {\n background-color: rgba(255, 255, 255, 0.8);\n display: flex;\n justify-content: space-between;\n align-items: center;\n font-weight: 500;\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\n min-height: 3rem; }\n .cv--preferenceItem--1LDb6 .cv--expandCaret--3QEWB {\n position: relative; }\n .cv--preferenceItem--1LDb6 .cv--expandCaret--3QEWB.cv--up--1kGNY {\n border-left: 0.3125rem solid transparent;\n border-right: 0.3125rem solid transparent;\n border-bottom: 0.3125rem solid #333333;\n border-top: none; }\n .cv--preferenceItem--1LDb6 .cv--itemStatus--2msq4 {\n border-radius: 50%;\n width: 1.75rem;\n height: 1.75rem;\n display: flex;\n justify-content: center;\n align-items: center; }\n .cv--preferenceItem--1LDb6 .cv--unchecked--2VQLv {\n border: 1px solid #333333; }\n .cv--preferenceItem--1LDb6 .cv--green--AHd64 {\n background-color: #60B789;\n color: #fff;\n border: 1px solid #60B789; }\n",".cv--grid--G_RXX {\n display: flex;\n flex-wrap: wrap;\n padding: 0;\n width: 57.5rem;\n box-sizing: border-box;\n margin: 0 auto; }\n .cv--grid--G_RXX > span {\n margin: 0.75rem; }\n\n.cv--subgrid--38ohZ {\n list-style: none; }\n\n@media (max-width: 1199px) {\n .cv--grid--G_RXX {\n width: 46rem; } }\n\n@media (max-width: 991px) {\n .cv--grid--G_RXX {\n width: 34.5rem; } }\n\n@media (max-width: 767px) {\n .cv--grid--G_RXX {\n width: 23rem; } }\n",".cv--partialSubject--1rrH2 {\n width: 10rem;\n height: 10rem;\n list-style: none;\n margin: 0.625rem; }\n\n.cv--partialSubjectList--15Qdz {\n display: flex;\n flex-wrap: wrap;\n padding: 0;\n margin: 0; }\n",".cv--levelList--3ClyO {\n width: 75%; }\n\n@media (max-width: 576px) {\n .cv--levelList--3ClyO {\n width: 90%; } }\n",".cv--container--VG65e {\n max-width: 90%; }\n\n@media (max-width: 1499px) {\n .cv--container--VG65e {\n max-width: 100%; } }\n",".cv--optionsContainer--w4CvU {\n display: flex;\n justify-content: center; }\n .cv--optionsContainer--w4CvU > li {\n margin: 0.75rem; }\n\n.cv--preferenceItem--3Xsao {\n width: 15rem;\n height: 15rem; }\n .cv--preferenceItem--3Xsao p {\n font-size: 1rem; }\n",".cv--optionsContainer--1Ul2M {\n display: flex;\n justify-content: center; }\n .cv--optionsContainer--1Ul2M > li {\n margin: 0.75rem; }\n\n.cv--preferenceItem--3CD60 {\n width: 15rem;\n height: 15rem; }\n .cv--preferenceItem--3CD60 p {\n font-size: 1rem; }\n",".cv--logoContainer--95RES {\n width: 12rem; }\n",".cv--playlistHeader--V8i9e {\n padding: 1.25rem;\n position: relative; }\n\n.cv--actionsContainer--1HPtF {\n position: absolute;\n bottom: 1.25rem;\n right: 1.25rem; }\n\n.cv--partialHeader--1tEqa {\n width: 25%;\n height: 3.3rem;\n position: absolute;\n bottom: 1.25rem;\n left: 1.25rem; }\n\n.cv--partialMetadata--1e5Lw {\n height: 1.4rem;\n width: 30%; }\n\n.cv--partialAction--3tau7 {\n display: inline-block;\n height: 3rem;\n width: 9rem;\n margin-left: 0.625rem; }\n",".cv--partialDashboardBreadcrumb--3X1Cy {\n height: 2.25rem;\n width: 4rem;\n padding-right: 1rem; }\n\n.cv--partialWhatsNewBreadcrumb--2ptUi {\n height: 2.25rem;\n width: 9.1875rem;\n padding-right: 2rem; }\n\n.cv--partialOldLookBreadcrumb--_xR5L {\n height: 2.25rem;\n width: 9.625rem;\n display: inline-block; }\n\n.cv--partialBanner--1Aoj8 {\n height: 6rem; }\n",".cv--textBoxContainer--yq9UD {\n border-bottom-left-radius: 0.5rem;\n border-bottom-right-radius: 0.5rem;\n border: 2px solid #f1f1f1;\n border-top: 1px solid #f1f1f1; }\n .cv--textBoxContainer--yq9UD .cv--textBox--2qv3A {\n max-height: 2.4rem;\n min-height: 2.4rem; }\n\n.cv--itemContainer--hVZjz {\n overflow: hidden;\n padding-bottom: 100%;\n border-top-left-radius: 0.5rem;\n border-top-right-radius: 0.5rem;\n border: 2px solid #f1f1f1;\n border-bottom: none; }\n\n.cv--image--TKEXX {\n position: absolute;\n top: 0;\n bottom: 0; }\n .cv--image--TKEXX img {\n height: 100%;\n width: auto;\n margin-left: -21.875%; }\n @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .cv--image--TKEXX img {\n margin-left: -10%; } }\n",".cv--bannerImage--1_J-g {\n position: relative;\n width: 100%;\n height: 25.75rem;\n background-size: cover;\n background-repeat: no-repeat;\n background-position: top; }\n\n.cv--metadataContainer--2lGAa {\n width: 40%;\n position: absolute;\n left: 3.75rem;\n bottom: 4.25rem; }\n\n.cv--series--l9z_z {\n font-size: 1.125rem; }\n\n.cv--indicatorContainer--1WkeY {\n width: 35%;\n right: auto;\n margin: 0 0 1.875rem 0;\n justify-content: flex-start;\n left: 3.75rem; }\n .cv--indicatorContainer--1WkeY .cv--indicator--ERQVF {\n border-radius: 50%;\n height: 0.625rem;\n width: 0.625rem; }\n\n.cv--partial--2kV9l {\n height: 25.75rem; }\n",".cv--itemContainer--u0IPv {\n width: 6rem; }\n\n.cv--circle--2OjUz {\n width: 4rem;\n height: 4rem;\n display: flex;\n justify-content: center;\n align-items: center; }\n\n.cv--complete--1vUhp {\n background-color: #60B789;\n border: 5px solid #fff;\n color: #fff; }\n",".cv--progressBar--4hF1C {\n height: 1rem; }\n\n.cv--totalProgress--3nPRd {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n background-image: linear-gradient(to right, #4dd782, #6bbfca); }\n",".cv--container--2LrDT {\n background-color: #f8f8f8;\n border-radius: 0.5rem;\n padding: 1.25rem; }\n\n.cv--leftPanel--34z_v {\n width: 50%;\n padding: 0 0.3125rem; }\n @media (max-width: 992px) {\n .cv--leftPanel--34z_v {\n width: 70%; } }\n @media (max-width: 800px) {\n .cv--leftPanel--34z_v {\n width: 60%; } }\n @media (max-width: 576px) {\n .cv--leftPanel--34z_v {\n width: 100%;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center; } }\n\n.cv--rightPanel--2sJ9h {\n display: flex;\n align-items: flex-start;\n width: 50%;\n margin-top: 1.25rem;\n padding: 0 0.3125rem; }\n @media (max-width: 992px) {\n .cv--rightPanel--2sJ9h {\n width: 30%;\n justify-content: center;\n align-items: center;\n margin: 0; } }\n @media (max-width: 800px) {\n .cv--rightPanel--2sJ9h {\n width: 40%;\n justify-content: flex-end; } }\n\n.cv--heading--opjqI {\n font-weight: 700;\n font-size: 1.25rem; }\n @media (max-width: 800px) {\n .cv--heading--opjqI {\n font-size: 1.125rem;\n font-weight: 500; } }\n @media (max-width: 576px) {\n .cv--heading--opjqI {\n text-align: center;\n font-size: 1.25rem; } }\n\n@media (max-width: 576px) {\n .cv--progressText--2-gez {\n text-align: center; } }\n\n@media (max-width: 649px) {\n .cv--tooltip--rh96M {\n display: none; } }\n\n.cv--progressContainer--3vDa6 {\n width: 50%; }\n @media (max-width: 576px) {\n .cv--progressContainer--3vDa6 {\n width: 90%; } }\n\n.cv--itemWrapper--26mBM {\n padding: 0 1.25rem; }\n @media (max-width: 1200px) {\n .cv--itemWrapper--26mBM {\n padding: 0 0.3125rem; } }\n @media (max-width: 992px) {\n .cv--itemWrapper--26mBM {\n display: none; } }\n",".cv--tile--HD1yl {\n padding-bottom: 10rem; }\n\n.cv--logo--1avTz {\n height: 1rem; }\n\n.cv--libraryInner--33THd {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n width: 100%; }\n",".cv--partialLibraryTile--1X-lC {\n height: 10rem; }\n",".cv--nav--2il2i {\n margin: 0; }\n .cv--nav--2il2i a {\n color: #777; }\n .cv--nav--2il2i a:hover {\n color: #F8981D;\n text-decoration: none; }\n\n.cv--contributeBtn--3oPrw {\n display: inline-block;\n width: 13.125rem;\n padding: 0.4375rem 1.25rem;\n line-height: 0.875rem;\n border-radius: 0.125rem;\n background-color: #F8981D;\n border: 1px solid #F8981D; }\n .cv--contributeBtn--3oPrw a:hover {\n text-decoration: none; }\n\n.cv--padLeft--3zAfP {\n margin-left: 14.375rem; }\n"],"sourceRoot":""}
|
|
1
|
+
{"version":3,"sources":["file://C:/ClickView Projects/@clickview/packages/projects/online/src/shared/layouts/online-layout.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/components/actions/actions.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/components/icon-button/icon-button.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/components/banner-header/banner-header.scss","file://C:/ClickView Projects/@clickview/packages/projects/online/src/apps/playlists/components/playlist-header/playlist-header.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/components/alert/alert.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/apps/subjects/components/audience-item/audience-item.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/components/lazy-image/lazy-image.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/components/thumbnails/base/thumbnail.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/components/thumbnails/base/thumbnail-fallback.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/components/audience-label/audience-label.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/components/badges/badge.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/components/widgets/items/series-widget-item/series-widget-item.scss","file://C:/ClickView Projects/@clickview/packages/projects/online/src/apps/subjects/views/classification-series-list-view/classification-series-list.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/apps/playlists/components/playlist-list/playlist.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/apps/subjects/components/coming-soon/coming-soon.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/components/widgets/items/subject-widget-item/subject-widget-item.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/apps/subjects/components/classification-list/classification-list.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/components/series-link/series-link.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/components/thumbnails/video/expandable/expandable-video-thumbnail.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/components/mask/mask.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/components/thumbnails/video/static/static-video-thumbnail.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/components/tags/tags.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/apps/subjects/components/hero-video/hero-video.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/components/widgets/widget-button/widget-button.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/components/widgets/fixed-widget/fixed-widget.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/components/widgets/dynamic-widget/dynamic-widget.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/components/widgets/items/video-widget-item/video-widget-item.scss","file://C:/ClickView Projects/@clickview/packages/projects/online/src/apps/subjects/views/classification/classification.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/apps/subjects/components/preferences/progress/preference-progress.scss","file://C:/ClickView Projects/@clickview/packages/projects/online/src/apps/subjects/views/preferences/preferences.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/apps/subjects/components/preferences/footer/preference-footer.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/apps/subjects/components/preferences/preference-item/preference-item.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/apps/subjects/components/preferences/subject-preference-grid/subject-preference-grid.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/apps/subjects/components/preferences/subject-preference-item/partial-loading/partial-subject-preferences.scss","file://C:/ClickView Projects/@clickview/packages/projects/online/src/apps/subjects/views/preferences/level-preferences/level-preferences.scss","file://C:/ClickView Projects/@clickview/packages/projects/online/src/apps/subjects/views/preferences/summary/preferences-summary.scss","file://C:/ClickView Projects/@clickview/packages/projects/online/src/apps/subjects/views/preferences/subject-presentation/subject-presentation-selector.scss","file://C:/ClickView Projects/@clickview/packages/projects/online/src/apps/subjects/views/preferences/curriculum-presentation/curriculum-presentation-selector.scss","file://C:/ClickView Projects/@clickview/packages/projects/online/src/apps/subjects/views/preferences/welcome/preferences-welcome.scss","file://C:/ClickView Projects/@clickview/packages/projects/online/src/apps/subjects/views/classification-playlist/components/partial-playlist-header.scss","file://C:/ClickView Projects/@clickview/packages/projects/online/src/apps/content-updates/views/content-updates/partial-loading/partial-content-updates.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/components/widgets/items/user-channels-widget-item/user-channels-widget-item.scss","file://C:/ClickView Projects/@clickview/packages/projects/online/src/apps/dashboard/components/hero-widget/carousel.scss","file://C:/ClickView Projects/@clickview/packages/projects/online/src/apps/dashboard/components/onboarding-nag-item/onboarding-nag-item.scss","file://C:/ClickView Projects/@clickview/packages/projects/online/src/apps/dashboard/components/onboarding-progress/onboarding-progress.scss","file://C:/ClickView Projects/@clickview/packages/projects/online/src/apps/dashboard/components/onboarding-nag/onboarding-nag.scss","file://C:/ClickView Projects/@clickview/packages/projects/online/src/apps/libraries/components/library-item/library-tile.scss","file://C:/ClickView Projects/@clickview/packages/projects/online/src/apps/libraries/components/libraries-list/partial-loading/partial-libraries-list.scss","file://C:/ClickView Projects/@clickview/packages/projects/online/src/apps/exchange/components/exchange-sub-nav/exchange-sub-nav.scss"],"names":[],"mappings":"AAAA;AACA,qBAAqB;AACrB;AACA;AACA;AACA;AACA,0BAA0B;;ACN1B;AACA,4BAA4B;;AAE5B;AACA,gBAAgB;;ACJhB;AACA;AACA;AACA,qBAAqB;;AAErB;AACA;AACA,qBAAqB;AACrB;AACA,uBAAuB;AACvB;AACA;AACA;AACA,2BAA2B;AAC3B;AACA,0BAA0B;AAC1B;AACA,kBAAkB;AAClB;AACA;AACA;AACA,4CAA4C;;ACrB5C;AACA;AACA;AACA,iBAAiB;;ACHjB;AACA;AACA,mBAAmB;AACnB;AACA,sBAAsB;;AAEtB;AACA;AACA;AACA,iBAAiB;;AAEjB;AACA,gBAAgB;;AAEhB;AACA,wBAAwB;;AAExB;AACA;AACA,eAAe;;AAEf;AACA,uBAAuB;;AAEvB;AACA,aAAa;AACb;AACA,mBAAmB;;AAEnB;AACA;AACA,aAAa;;AAEb;AACA;AACA;AACA;AACA,wBAAwB;;ACrCxB;AACA;AACA;AACA,iDAAiD;AACjD;AACA;AACA;AACA,wBAAwB;;AAExB;AACA,gBAAgB;AAChB;AACA,eAAe;AACf;AACA;AACA,sCAAsC;AACtC;AACA,eAAe;AACf;AACA;AACA,sCAAsC;;AAEtC;AACA;AACA,qBAAqB;;AAErB;AACA,mBAAmB;AACnB;AACA;AACA,qBAAqB;;AC9BrB;AACA,4BAA4B;;AAE5B;AACA,4BAA4B;;ACJ5B;AACA;AACA,eAAe;;ACFf;AACA;AACA;AACA,eAAe;AACf;AACA;AACA;AACA;AACA;AACA,aAAa;;AAEb;AACA,yBAAyB;;AAEzB;AACA,6BAA6B;;AAE7B;AACA,uBAAuB;;AAEvB;AACA,uBAAuB;;ACrBvB;AACA;AACA;AACA,eAAe;;AAEf;AACA,4BAA4B;;AAE5B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU;;AAEV;AACA;AACA,kBAAkB;;AAElB;AACA,cAAc;;AAEd;AACA;AACA;AACA;AACA;AACA;AACA,wCAAwC;;AAExC;AACA;AACA;AACA;AACA;AACA;AACA,eAAe;;ACxCf;AACA,0BAA0B;;ACD1B;AACA,0CAA0C;;AAE1C;AACA,4CAA4C;;AAE5C;AACA,4BAA4B;;AAE5B;AACA;AACA,yBAAyB;;AAEzB;AACA,iBAAiB;;ACdjB;AACA;AACA,eAAe;;AAEf;AACA;AACA;AACA,qBAAqB;;AAErB;AACA;AACA;AACA;AACA,iCAAiC;;AAEjC;AACA;AACA;AACA,kBAAkB;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mJAAmJ;;AAEnJ;AACA;AACA;AACA;AACA;AACA,UAAU;;AAEV;AACA,aAAa;;AAEb;AACA;AACA,qBAAqB,EAAE;;AAEvB;AACA;AACA,eAAe,EAAE;;AAEjB;AACA;AACA,gBAAgB,EAAE;;ACjDlB;AACA,aAAa;AACb;AACA,gBAAgB;AAChB;AACA;AACA,iBAAiB,EAAE;AACnB;AACA;AACA,uBAAuB,EAAE;AACzB;AACA;AACA,iBAAiB,EAAE;;ACZnB;AACA,uBAAuB;;AAEvB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6MAA6M;;AAE7M;AACA;AACA;AACA;AACA;AACA,aAAa;;AAEb;AACA;AACA,eAAe;;ACrBf;AACA;AACA,eAAe;AACf;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8BAA8B;;AAE9B;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB;;ACnBjB;AACA,wBAAwB;AACxB;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB;AACnB;AACA;AACA;AACA;AACA;AACA,wCAAwC;AACxC;AACA;AACA,iBAAiB;AACjB;AACA,mBAAmB;AACnB;AACA,mBAAmB;AACnB;AACA,yBAAyB;;AAEzB;AACA;AACA;AACA;AACA,6BAA6B;;AC7B7B;AACA,mBAAmB;AACnB;AACA,gBAAgB;;ACHhB;AACA;AACA;AACA,uBAAuB;AACvB;AACA,+BAA+B;;ACL/B;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;;AAEd;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kCAAkC;AAClC;AACA,+CAA+C;;AAE/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA;AACA;AACA,2BAA2B;;AAE3B;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6MAA6M;;AAE7M;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kBAAkB;;ACnDlB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wCAAwC;;AAExC;AACA;AACA,kBAAkB;;AAElB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wCAAwC;;AAExC;AACA,eAAe;;AAEf;AACA,aAAa;;AC5Bb;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB;;AAEjB;AACA;AACA,mBAAmB;;AAEnB;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;;AAEd;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA,+CAA+C;;AAE/C;AACA;AACA;AACA,mBAAmB;;AAEnB;AACA;AACA;AACA;AACA;AACA,kBAAkB;;AAElB;AACA,oBAAoB;;AAEpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6MAA6M;;ACrD7M;AACA;AACA,kBAAkB;;AAElB;AACA,yBAAyB;;ACLzB;AACA;AACA;AACA;AACA,gBAAgB;;AAEhB;AACA;AACA,eAAe;;AAEf;AACA;AACA,eAAe;;AAEf;AACA;AACA,eAAe;;AAEf;AACA;AACA,eAAe;;AAEf;AACA;AACA,iBAAiB;;ACxBjB;AACA,cAAc;AACd;AACA,mCAAmC;;AAEnC;AACA,eAAe;AACf;AACA,kCAAkC;;AAElC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB;AACjB;AACA;AACA;AACA;AACA,qCAAqC;AACrC;AACA,mBAAmB;AACnB;AACA,qBAAqB;;AAErB;AACA;AACA;AACA;AACA;AACA;AACA,8BAA8B;;AAE9B;AACA;AACA,sFAAsF;;AAEtF;AACA;AACA,uFAAuF;;AAEvF;AACA;AACA;AACA,WAAW;;AAEX;AACA;AACA,UAAU;;AAEV;AACA,4BAA4B;;AAE5B;AACA,WAAW;;AC3DX;AACA;AACA;AACA;AACA;AACA;AACA,8BAA8B;;AAE9B;AACA;AACA;AACA,sFAAsF;;AAEtF;AACA;AACA;AACA,uFAAuF;;AAEvF;AACA;AACA,eAAe;;AAEf;AACA;AACA,eAAe;;AAEf;AACA;AACA;AACA,cAAc;;AAEd;AACA;AACA;AACA,cAAc;;AClCd;AACA,yBAAyB;;ACDzB;AACA,aAAa;;AAEb;AACA,mBAAmB;;AAEnB;AACA;AACA;AACA;AACA,qBAAqB;;AAErB;AACA,iCAAiC;;AAEjC;AACA;AACA,qBAAqB,EAAE;;AAEvB;AACA;AACA,eAAe,EAAE;;AAEjB;AACA;AACA,gBAAgB,EAAE;;ACzBlB;AACA,uBAAuB;;AAEvB;AACA,mBAAmB;;ACJnB;AACA;AACA,kBAAkB;;ACFlB;AACA,mBAAmB;;AAEnB;AACA;AACA,qBAAqB,EAAE;;ACLvB;AACA;AACA;AACA;AACA,8BAA8B;;ACJ9B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;;AAEd;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB;AACA,kBAAkB;AAClB;AACA,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kBAAkB;AAClB;AACA,uBAAuB;AACvB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe;AACf;AACA;AACA,mBAAmB;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe;AACf;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB;AACA,uBAAuB;AACvB;AACA;AACA;AACA;AACA,uBAAuB;AACvB;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB;AACxB;AACA,8BAA8B;AAC9B;AACA;AACA;AACA,8BAA8B;;ACrF9B;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB;AACjB;AACA,oBAAoB;;AAEpB;AACA,mBAAmB;;AAEnB;AACA;AACA,iBAAiB,EAAE;;AAEnB;AACA;AACA,mBAAmB,EAAE;;AAErB;AACA;AACA,iBAAiB,EAAE;;ACvBnB;AACA;AACA;AACA;AACA,mBAAmB;;AAEnB;AACA;AACA;AACA;AACA,YAAY;;ACVZ;AACA,aAAa;;AAEb;AACA;AACA,eAAe,EAAE;;ACLjB;AACA,iBAAiB;;AAEjB;AACA;AACA,oBAAoB,EAAE;;ACLtB;AACA;AACA,0BAA0B;AAC1B;AACA,oBAAoB;;AAEpB;AACA;AACA,gBAAgB;AAChB;AACA,oBAAoB;;ACVpB;AACA;AACA,0BAA0B;AAC1B;AACA,oBAAoB;;AAEpB;AACA;AACA,gBAAgB;AAChB;AACA,oBAAoB;;ACVpB;AACA,eAAe;;ACDf;AACA;AACA,qBAAqB;;AAErB;AACA;AACA;AACA,iBAAiB;;AAEjB;AACA;AACA;AACA;AACA;AACA,gBAAgB;;AAEhB;AACA;AACA,aAAa;;AAEb;AACA;AACA;AACA;AACA,wBAAwB;;ACxBxB;AACA;AACA;AACA,sBAAsB;;AAEtB;AACA;AACA;AACA,sBAAsB;;AAEtB;AACA;AACA;AACA,wBAAwB;;AAExB;AACA,eAAe;;AChBf;AACA;AACA;AACA;AACA,gCAAgC;AAChC;AACA;AACA,uBAAuB;;AAEvB;AACA;AACA;AACA;AACA;AACA;AACA,sBAAsB;;AAEtB;AACA;AACA;AACA,YAAY;AACZ;AACA;AACA;AACA,0BAA0B;AAC1B;AACA;AACA,0BAA0B,EAAE;;AC3B5B;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B;;AAE3B;AACA;AACA;AACA;AACA,kBAAkB;;AAElB;AACA,sBAAsB;;AAEtB;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,oBAAoB;;AAEpB;AACA,mBAAmB;;AC7BnB;AACA,cAAc;;AAEd;AACA;AACA;AACA;AACA;AACA,sBAAsB;;AAEtB;AACA;AACA;AACA,cAAc;;ACbd;AACA,eAAe;;AAEf;AACA;AACA;AACA;AACA;AACA,gEAAgE;;ACRhE;AACA;AACA;AACA,mBAAmB;;AAEnB;AACA;AACA,uBAAuB;AACvB;AACA;AACA,iBAAiB,EAAE;AACnB;AACA;AACA,iBAAiB,EAAE;AACnB;AACA;AACA;AACA;AACA;AACA;AACA,8BAA8B,EAAE;;AAEhC;AACA;AACA;AACA;AACA;AACA,uBAAuB;AACvB;AACA;AACA;AACA;AACA;AACA,gBAAgB,EAAE;AAClB;AACA;AACA;AACA,gCAAgC,EAAE;;AAElC;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA,uBAAuB,EAAE;AACzB;AACA;AACA;AACA,yBAAyB,EAAE;;AAE3B;AACA;AACA,uBAAuB,EAAE;;AAEzB;AACA;AACA,kBAAkB,EAAE;;AAEpB;AACA,aAAa;AACb;AACA;AACA,iBAAiB,EAAE;;AAEnB;AACA,qBAAqB;AACrB;AACA;AACA,2BAA2B,EAAE;AAC7B;AACA;AACA,oBAAoB,EAAE;;ACxEtB;AACA,wBAAwB;;AAExB;AACA,eAAe;;AAEf;AACA;AACA;AACA;AACA;AACA,cAAc;;ACXd;AACA,gBAAgB;;ACDhB;AACA,YAAY;AACZ;AACA,gBAAgB;AAChB;AACA;AACA,0BAA0B;;AAE1B;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4BAA4B;AAC5B;AACA,0BAA0B;;AAE1B;AACA,yBAAyB","file":"online-app.css","sourcesContent":[".cv--onlineLayout--_Sfw5 .alert-region {\n position: relative; }\n .cv--onlineLayout--_Sfw5 .alert-region ul {\n bottom: 0;\n right: 1.25rem;\n position: fixed;\n list-style-type: none; }\n",".cv--buttonList--2v9CT :first-child {\n margin-left: 0 !important; }\n\n.cv--dropdownToggle--AYBvQ:after {\n content: none; }\n",".cv--svg--3OUhC {\n width: 1.5rem;\n height: 1.5rem;\n position: absolute; }\n\n.cv--iconButton--3t3VL {\n vertical-align: top;\n position: relative; }\n .cv--iconButton--3t3VL.cv--iconWithText--2KLHo {\n padding-left: 36px; }\n .cv--iconButton--3t3VL.cv--iconWithText--2KLHo .cv--svg--3OUhC {\n left: 0.375rem;\n top: 50%;\n margin-top: -0.75rem; }\n .cv--iconButton--3t3VL.cv--iconWithText--2KLHo svg {\n vertical-align: top; }\n .cv--iconButton--3t3VL.cv--iconOnly--2rQWb {\n padding: 1rem; }\n .cv--iconButton--3t3VL.cv--iconOnly--2rQWb .cv--svg--3OUhC {\n top: 50%;\n left: 50%;\n transform: translate3D(-50%, -50%, 0); }\n",".cv--actionsContainer--286KF {\n position: absolute;\n bottom: 1.25rem;\n right: 1.25rem; }\n",".cv--playlistHeader--4eCbo {\n position: relative;\n padding: 1.25rem; }\n .cv--playlistHeader--4eCbo h1 {\n font-size: 2.4rem; }\n\n.cv--actionsContainer--2WBLn {\n position: absolute;\n top: 2.85rem;\n right: 1.25rem; }\n\n.cv--actions--2W38E {\n display: flex; }\n\n.cv--bannerWrapper--3YWHl .btn, .cv--actions--2W38E .btn {\n margin-left: 0.625rem; }\n\n.cv--bannerWrapper--3YWHl .dropdown-toggle, .cv--actions--2W38E .dropdown-toggle {\n padding: 0;\n height: 100%; }\n\n.cv--description--3xry5 {\n padding-top: 1.25rem; }\n\n.cv--partialHeader--2_mFA {\n width: 25%; }\n .cv--partialHeader--2_mFA h1 {\n height: 2.7rem; }\n\n.cv--partialMetadata--1C-uu {\n height: 1.4rem;\n width: 30%; }\n\n.cv--partialAction--3fZ4_ {\n display: inline-block;\n height: 3rem;\n width: 9rem;\n margin-left: 0.625rem; }\n",".cv--alertItem--3ppPT {\n border-radius: 0.25rem;\n border: 1px solid #D7D7D7;\n box-shadow: 2px 3px 6px 1px rgba(0, 0, 0, 0.1); }\n .cv--alertItem--3ppPT .close {\n float: none;\n line-height: 0.8;\n vertical-align: top; }\n\n.cv--alertBox--2gPqV .cv--alertList--1_wrK {\n z-index: 1071; }\n .cv--alertBox--2gPqV .cv--alertList--1_wrK .alert-enter {\n opacity: 0; }\n .cv--alertBox--2gPqV .cv--alertList--1_wrK .alert-enter-active {\n opacity: 1;\n transition: opacity 200ms ease-in; }\n .cv--alertBox--2gPqV .cv--alertList--1_wrK .alert-exit {\n opacity: 1; }\n .cv--alertBox--2gPqV .cv--alertList--1_wrK .alert-exit-active {\n opacity: 0;\n transition: opacity 200ms ease-in; }\n\n.cv--icon--2gpnl {\n vertical-align: top;\n text-align: center; }\n\n.cv--alertContent--1akpi {\n width: 15.625rem; }\n .cv--alertContent--1akpi .cv--heading--3jnJY {\n line-height: 1.5;\n font-weight: 500; }\n",".cv--disabled--1KxF9 {\n background-color: #f8f8f8; }\n\n.cv--disabledHighlighted--pbuec {\n background-color: #8abcdf; }\n",".cv--image--1YW-E {\n width: 100%;\n height: 100%; }\n",".cv--thumbnail--3lfBf {\n position: relative;\n width: 100%;\n height: 100%; }\n .cv--thumbnail--3lfBf img {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0; }\n\n.cv--sixteenByNine--2LqZ8 {\n padding-bottom: 56.25%; }\n\n.cv--nineBySixteen--136ry {\n padding-bottom: 177.77778%; }\n\n.cv--oneByOne--2wYLa {\n padding-bottom: 100%; }\n\n.cv--twoByThree--1eC6Q {\n padding-bottom: 150%; }\n",".cv--baseFallbackContainer--1wRjB, .cv--svgFallbackContainer--2t1jq {\n position: absolute;\n width: 100%;\n height: 100%; }\n\n.cv--svgFallbackContainer--2t1jq {\n background-color: #f8f8f8; }\n\n.cv--subjectFallbackContainer--12D74 {\n background-color: rgba(0, 0, 0, 5e-07);\n width: 5rem;\n height: 100%;\n border-top-left-radius: 0.5rem;\n border-bottom-left-radius: 0.5rem;\n border-right: 1px solid #eaeaea;\n position: absolute;\n top: 0;\n left: 0; }\n\n.cv--videoFallback--6BPy- {\n width: 3.75rem;\n height: 3.75rem; }\n\n.cv--subjectFallback--2Srdd {\n z-index: -1; }\n\n.cv--videoFallback--6BPy-, .cv--playlistFallback--1slQX, .cv--posterFallback--i0o8n, .cv--subjectFallback--2Srdd {\n position: absolute;\n top: 50%;\n left: 50%;\n color: #D7D7D7;\n transform: translate3D(-50%, -50%, 0);\n transition: opacity 100ms ease-in-out; }\n\n.cv--fallbackThumbnailImage--2L_tV {\n padding: 0.3125rem;\n background-size: cover;\n background-position: center;\n background-repeat: no-repeat;\n width: 100%;\n height: 100%; }\n",".cv--audienceLabelListItem--2YGVO:not(:last-child) {\n margin-right: 0.3125rem; }\n",".cv--duration--3XH_S {\n background-color: rgba(51, 51, 51, 0.8); }\n\n.cv--interactive--INxgX {\n background-color: rgba(248, 152, 29, 0.9); }\n\n.cv--productionYear--Bt6Bx {\n background-color: #B5B5B5; }\n\n.cv--duration--3XH_S, .cv--interactive--INxgX, .cv--rating--3bOtF, .cv--productionYear--Bt6Bx {\n color: #fff;\n margin-left: 0.3125rem; }\n\n.cv--badgeList--1BsVS .badge:first-child {\n margin-left: 0; }\n",".cv--partialLoadingHeading--1RLPq {\n width: 12rem;\n height: 2rem; }\n\n.cv--partialLoading--oArG4 {\n width: 100%;\n padding-bottom: 200%;\n position: relative; }\n\n.cv--labelContainer--QLCgm {\n z-index: 1;\n bottom: 0.625rem;\n left: 50%;\n transform: translate(-50%, 0%); }\n\n.cv--hoverActive--3Aleb {\n transform: translate3D(0, -1px, 0) scale(1.01);\n transition: all .1s ease;\n cursor: pointer; }\n .cv--hoverActive--3Aleb:after {\n content: '';\n position: absolute;\n top: 0;\n left: -0.3125rem;\n right: -0.3125rem;\n bottom: 0;\n margin: 0 0.3125rem;\n background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.75) 25%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0) 100%); }\n\n.cv--mask--2M2Zz {\n z-index: 2;\n position: absolute;\n bottom: 0.625rem;\n right: 0;\n left: 0; }\n\n.cv--width--TQg2K {\n width: 25%; }\n\n@media (max-width: 767px) {\n .cv--width--TQg2K {\n width: 33.33333%; } }\n\n@media (max-width: 575px) {\n .cv--width--TQg2K {\n width: 50%; } }\n\n@media (max-width: 0) {\n .cv--width--TQg2K {\n width: 100%; } }\n",".cv--seriesItem--1tgrv {\n width: 20%; }\n .cv--seriesItem--1tgrv > a {\n width: 100%; }\n @media (max-width: 1199px) {\n .cv--seriesItem--1tgrv {\n width: 25%; } }\n @media (max-width: 991px) {\n .cv--seriesItem--1tgrv {\n width: 33.33333%; } }\n @media (max-width: 767px) {\n .cv--seriesItem--1tgrv {\n width: 50%; } }\n",".cv--basePlaylistItem--2nvrp, .cv--playlistItem--6o0Z2 {\n padding-bottom: 100%; }\n\n.cv--playlistItem--6o0Z2::after {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.02) 60%, rgba(0, 0, 0, 0) 80%); }\n\n.cv--playlistMetadata--3MCKL {\n position: absolute;\n left: 0.625rem;\n right: 0.625rem;\n bottom: 0.625rem;\n z-index: 1; }\n\n.cv--partialHeading--13tO6 {\n height: 2rem;\n width: 17rem; }\n",".cv--footerImageContainer--2lUo1 {\n width: 100%;\n height: 100%; }\n .cv--footerImageContainer--2lUo1 .cv--footerImage--Q_m9i {\n opacity: 0.5;\n width: 100%;\n height: 100%;\n background-position: right;\n background-size: 200%;\n background-repeat: no-repeat;\n padding-bottom: 26.22951%; }\n\n.cv--wave--2WUUq {\n fill: #fff;\n color: #fff;\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n display: block; }\n",".cv--widgetItem--1oyw1 {\n border-radius: 0.5rem; }\n .cv--widgetItem--1oyw1 .cv--imagePanel--1UOVG {\n position: relative;\n background-position: top;\n background-size: cover;\n width: 5rem;\n height: 5rem;\n flex-shrink: 0; }\n .cv--widgetItem--1oyw1 .cv--imagePanel--1UOVG .cv--image--1_BF4 {\n z-index: 2;\n width: 100%;\n height: 100%;\n border-top-left-radius: 0.5rem;\n border-bottom-left-radius: 0.5rem; }\n .cv--widgetItem--1oyw1 .cv--large--1EtWs {\n width: 8rem;\n height: 8rem; }\n .cv--widgetItem--1oyw1 .cv--comingSoonPanel--3js2e {\n line-height: 1; }\n .cv--widgetItem--1oyw1 .cv--name--3csgE {\n color: #313543; }\n .cv--widgetItem--1oyw1 .cv--name--3csgE.cv--clamped--1y2oG {\n max-height: 2.4rem; }\n\n.cv--editSubjectsItem--1yBMf {\n height: 5rem;\n border-radius: 0.5rem;\n color: #B5B5B5;\n border: 1px dashed #D7D7D7; }\n",".cv--classificationItem--2XXp2 {\n width: 33.33333%; }\n .cv--classificationItem--2XXp2 > a {\n width: 100%; }\n",".cv--appLink--1SFgo {\n color: inherit;\n display: block;\n font-size: 0.78571em; }\n .cv--appLink--1SFgo:hover .cv--seasonEpisodeContainer--1YAi8 {\n text-decoration: underline; }\n",".cv--overlayContainer--1MQy4 {\n position: absolute;\n width: 100%;\n height: 100%;\n z-index: 1;\n padding: 0.3125rem;\n color: #fff; }\n\n.cv--favouriteContainer--2obuZ {\n position: absolute;\n top: 0;\n right: 0;\n padding-top: 0.625rem;\n padding-right: 0.625rem;\n z-index: 5;\n transform: translate3d(0, 0, 0); }\n .cv--favouriteContainer--2obuZ .cv--favouriteButton--1UfdO {\n background-color: rgba(241, 241, 241, 0.5); }\n\n.cv--title--Q1km- {\n color: inherit;\n line-height: 1.2;\n position: absolute;\n bottom: 0;\n left: 0;\n padding: 0.625rem;\n padding-top: 0;\n width: 100%; }\n .cv--title--Q1km-.cv--downScale--2_7sb {\n transform: scale(0.9);\n margin-left: -1rem;\n margin-bottom: -0.2rem; }\n\n.cv--gradient--Of_Cn::after {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.02) 60%, rgba(0, 0, 0, 0) 80%); }\n\n.cv--playIcon--B9cJG {\n position: absolute;\n top: 50%;\n left: 50%;\n z-index: 4;\n color: #fff;\n transform: translate3D(-50%, -50%, 0);\n transition: opacity 100ms ease-in-out;\n width: 2.75rem;\n height: 2.75rem; }\n",".cv--mask--3nE2p {\n position: absolute;\n width: 100%;\n height: 100%;\n cursor: pointer;\n z-index: 2;\n background-color: #333333;\n opacity: 0;\n transition: opacity 100ms ease-in-out; }\n\n.cv--video--KdGwU {\n width: 3.75rem;\n height: 3.75rem; }\n\n.cv--video--KdGwU, .cv--playlist--1cBmC {\n position: absolute;\n top: 50%;\n left: 50%;\n z-index: 4;\n color: #fff;\n opacity: 0;\n transform: translate3D(-50%, -50%, 0);\n transition: opacity 100ms ease-in-out; }\n\n.cv--maskContainer--3si6K:hover .cv--mask--3nE2p {\n opacity: 0.5; }\n\n.cv--maskContainer--3si6K:hover .cv--playlist--1cBmC, .cv--maskContainer--3si6K:hover .cv--video--KdGwU {\n opacity: 1; }\n",".cv--titleOverlay--1JIh4 {\n color: inherit;\n line-height: 1.2;\n position: absolute;\n bottom: 0;\n left: 0;\n padding: 0.625rem;\n padding-top: 0; }\n\n.cv--titleBelow--1OKu_ {\n margin-top: 0.3125rem;\n line-height: 1.2; }\n\n.cv--overlayContainer--1BBKk {\n position: absolute;\n width: 100%;\n height: 100%;\n z-index: 1;\n padding: 0.3125rem;\n color: #fff; }\n\n.cv--favouriteContainer--23tXc {\n position: absolute;\n top: 0;\n right: 0;\n padding-top: 0.625rem;\n padding-right: 0.625rem;\n z-index: 5; }\n .cv--favouriteContainer--23tXc .cv--favouriteButton--2lJ57 {\n background-color: rgba(241, 241, 241, 0.5); }\n\n.cv--badgeContainer--28ZUf {\n position: absolute;\n bottom: 0.3125rem;\n right: 0.3125rem; }\n\n.cv--watchProgress--3YP9l {\n position: absolute;\n bottom: 0;\n left: 0;\n right: 0;\n height: 0.25rem; }\n\n.cv--watchProgress--3YP9l + .cv--badgeContainer--28ZUf {\n bottom: 0.5625rem; }\n\n.cv--gradient--1o4aT::after {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.02) 60%, rgba(0, 0, 0, 0) 80%); }\n",".cv--tagList--yvetE {\n display: flex;\n flex-wrap: wrap; }\n\n.cv--tagItem--1InnN {\n border-radius: 0.25rem; }\n",".cv--partialHeroThumbnail--mBd7D {\n position: relative;\n padding: 0.3125rem;\n width: 100%;\n height: 22rem; }\n\n.cv--partialSeriesText--2MXtV {\n width: 6.25rem;\n height: 1rem; }\n\n.cv--partialVideoTitleText--3AoSO {\n width: 16rem;\n height: 2rem; }\n\n.cv--partialBadge--33OjS {\n width: 4rem;\n height: 1rem; }\n\n.cv--partialDescription--2uRQA {\n width: 80%;\n height: 4rem; }\n\n.cv--partialSubject--3YJIE {\n width: 6.25rem;\n height: 1.5rem; }\n",".cv--left--789pr {\n left: -1rem; }\n .cv--left--789pr svg {\n transform: translateX(-0.1rem); }\n\n.cv--right--1P8qt {\n right: -1rem; }\n .cv--right--1P8qt svg {\n transform: translateX(0.1rem); }\n\n.cv--button--24q_F {\n position: absolute;\n background-color: #fff;\n border-radius: 50%;\n cursor: pointer;\n transform: translateY(-50%);\n z-index: 5;\n box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.3);\n width: 2.5rem;\n height: 2.5rem; }\n .cv--button--24q_F .cv--chevron--3M27X {\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%); }\n .cv--button--24q_F svg {\n color: #84868D; }\n .cv--button--24q_F svg:hover {\n color: #313543; }\n\n.cv--gradientLeft--3fkiw, .cv--gradientRight--2RDDy, .cv--extendedClickableAreaRight--13dgy, .cv--extendedClickableAreaLeft--37LtK {\n position: absolute;\n width: 3rem;\n height: 100%;\n z-index: 2;\n top: 50%;\n transform: translateY(-50%); }\n\n.cv--gradientLeft--3fkiw {\n left: 0;\n background-image: linear-gradient(to left, rgba(255, 255, 255, 0.005) 0%, #fff 70%); }\n\n.cv--gradientRight--2RDDy {\n right: 0;\n background-image: linear-gradient(to right, rgba(255, 255, 255, 0.005) 0%, #fff 70%); }\n\n.cv--extendedClickableAreaRight--13dgy {\n cursor: pointer;\n background-color: rgba(255, 255, 255, 0.005);\n right: 0; }\n\n.cv--extendedClickableAreaLeft--37LtK {\n cursor: pointer;\n left: 0; }\n\n.cv--videoTopPos--1XTRO {\n top: calc(50% - 0.875rem); }\n\n.cv--topPos--3_p_J {\n top: 50%; }\n",".cv--leftOverflowGradient--u_MPi, .cv--rightOverflowGradient--38ooL {\n position: absolute;\n width: 2.5rem;\n height: 100%;\n z-index: 2;\n top: 50%;\n transform: translateY(-50%); }\n\n.cv--leftOverflowGradient--u_MPi {\n left: 0;\n margin-left: -1.875rem;\n background-image: linear-gradient(to left, rgba(255, 255, 255, 0.005) 0%, #fff 70%); }\n\n.cv--rightOverflowGradient--38ooL {\n right: 0;\n margin-right: -1.875rem;\n background-image: linear-gradient(to right, rgba(255, 255, 255, 0.005) 0%, #fff 70%); }\n\n.cv--partialHeading--OVsdA {\n height: 2rem;\n width: 17rem; }\n\n.cv--partialDescription--1HtA2 {\n height: 1rem;\n width: 25rem; }\n\n.cv--partialItem--3G2hG {\n display: inline-block;\n height: 11rem;\n width: 100%; }\n\n.cv--largePartialItem--NnK8O {\n display: inline-block;\n height: 22rem;\n width: 100%; }\n",".cv--itemSpacing--10Pgb:not(:last-child) {\n margin-right: 0.625rem; }\n",".cv--rowWidth--8IgrO {\n width: 25%; }\n\n.cv--largeRowWidth--q46rm {\n width: 33.33333%; }\n\n.cv--hovering--IeeJA {\n transform: scale(1.15);\n z-index: 10;\n border-radius: 0.5rem;\n position: relative; }\n\n.cv--transition--1s6UK {\n transition: transform .2s ease; }\n\n@media (max-width: 767px) {\n .cv--rowWidth--8IgrO {\n width: 33.33333%; } }\n\n@media (max-width: 575px) {\n .cv--rowWidth--8IgrO, .cv--largeRowWidth--q46rm {\n width: 50%; } }\n\n@media (max-width: 0) {\n .cv--rowWidth--8IgrO, .cv--largeRowWidth--q46rm {\n width: 100%; } }\n",".cv--followBtn--2JDES {\n min-width: 6.5625rem; }\n\n.cv--classificationPane--3fhao {\n min-height: 70vh; }\n",".cv--progressItem--1Znll {\n width: 0.75rem;\n height: 0.75rem; }\n",".cv--preferencesContainer--1sGnn {\n min-height: 80vh; }\n\n@media (max-width: 991px) {\n .cv--preferencesContainer--1sGnn {\n min-height: 90vh; } }\n",".cv--preferenceFooter--P29kw {\n position: absolute;\n bottom: 1.25rem;\n left: 50%;\n transform: translateX(-50%); }\n",".cv--preferenceItem--1LDb6 .cv--expandCaret--3QEWB.cv--down--2y-iF, .cv--preferenceItem--1LDb6 .cv--expandCaret--3QEWB.cv--up--1kGNY {\n position: absolute;\n top: 50%;\n transform: translate(0.3125rem, -25%);\n width: 0;\n height: 0;\n border-left: 0.3125rem solid transparent;\n border-right: 0.3125rem solid transparent;\n border-top: 0.3125rem solid #333333;\n content: ''; }\n\n.cv--preferenceItem--1LDb6 {\n height: 10rem;\n width: 10rem;\n background-size: cover;\n background-position: center;\n list-style: none;\n cursor: pointer;\n display: inline-block;\n position: relative; }\n .cv--preferenceItem--1LDb6:focus {\n outline: none; }\n .cv--preferenceItem--1LDb6.cv--disabled--2w4FH {\n cursor: default; }\n .cv--preferenceItem--1LDb6.cv--disabled--2w4FH::after {\n background-color: #fff;\n opacity: 0.85;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n border: 4px solid rgba(255, 255, 255, 0.85);\n content: ''; }\n .cv--preferenceItem--1LDb6.cv--selected--1lSYv {\n position: relative; }\n .cv--preferenceItem--1LDb6.cv--selected--1lSYv.cv--disabled--2w4FH::after {\n content: '';\n position: absolute;\n border: 4px solid #b8dfca;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0; }\n .cv--preferenceItem--1LDb6.cv--selected--1lSYv.cv--noBorder--3Mxuo::after {\n content: '';\n border: none; }\n .cv--preferenceItem--1LDb6.cv--selected--1lSYv::after {\n content: '';\n position: absolute;\n border: 4px solid #60B789;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0; }\n .cv--preferenceItem--1LDb6 .cv--textBox--3HCeK {\n background-color: rgba(255, 255, 255, 0.8);\n display: flex;\n justify-content: space-between;\n align-items: center;\n font-weight: 500;\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\n min-height: 3rem; }\n .cv--preferenceItem--1LDb6 .cv--expandCaret--3QEWB {\n position: relative; }\n .cv--preferenceItem--1LDb6 .cv--expandCaret--3QEWB.cv--up--1kGNY {\n border-left: 0.3125rem solid transparent;\n border-right: 0.3125rem solid transparent;\n border-bottom: 0.3125rem solid #333333;\n border-top: none; }\n .cv--preferenceItem--1LDb6 .cv--itemStatus--2msq4 {\n border-radius: 50%;\n width: 1.75rem;\n height: 1.75rem;\n display: flex;\n justify-content: center;\n align-items: center; }\n .cv--preferenceItem--1LDb6 .cv--unchecked--2VQLv {\n border: 1px solid #333333; }\n .cv--preferenceItem--1LDb6 .cv--green--AHd64 {\n background-color: #60B789;\n color: #fff;\n border: 1px solid #60B789; }\n",".cv--grid--G_RXX {\n display: flex;\n flex-wrap: wrap;\n padding: 0;\n width: 57.5rem;\n box-sizing: border-box;\n margin: 0 auto; }\n .cv--grid--G_RXX > span {\n margin: 0.75rem; }\n\n.cv--subgrid--38ohZ {\n list-style: none; }\n\n@media (max-width: 1199px) {\n .cv--grid--G_RXX {\n width: 46rem; } }\n\n@media (max-width: 991px) {\n .cv--grid--G_RXX {\n width: 34.5rem; } }\n\n@media (max-width: 767px) {\n .cv--grid--G_RXX {\n width: 23rem; } }\n",".cv--partialSubject--1rrH2 {\n width: 10rem;\n height: 10rem;\n list-style: none;\n margin: 0.625rem; }\n\n.cv--partialSubjectList--15Qdz {\n display: flex;\n flex-wrap: wrap;\n padding: 0;\n margin: 0; }\n",".cv--levelList--3ClyO {\n width: 75%; }\n\n@media (max-width: 576px) {\n .cv--levelList--3ClyO {\n width: 90%; } }\n",".cv--container--VG65e {\n max-width: 90%; }\n\n@media (max-width: 1499px) {\n .cv--container--VG65e {\n max-width: 100%; } }\n",".cv--optionsContainer--w4CvU {\n display: flex;\n justify-content: center; }\n .cv--optionsContainer--w4CvU > li {\n margin: 0.75rem; }\n\n.cv--preferenceItem--3Xsao {\n width: 15rem;\n height: 15rem; }\n .cv--preferenceItem--3Xsao p {\n font-size: 1rem; }\n",".cv--optionsContainer--1Ul2M {\n display: flex;\n justify-content: center; }\n .cv--optionsContainer--1Ul2M > li {\n margin: 0.75rem; }\n\n.cv--preferenceItem--3CD60 {\n width: 15rem;\n height: 15rem; }\n .cv--preferenceItem--3CD60 p {\n font-size: 1rem; }\n",".cv--logoContainer--95RES {\n width: 12rem; }\n",".cv--playlistHeader--V8i9e {\n padding: 1.25rem;\n position: relative; }\n\n.cv--actionsContainer--1HPtF {\n position: absolute;\n bottom: 1.25rem;\n right: 1.25rem; }\n\n.cv--partialHeader--1tEqa {\n width: 25%;\n height: 3.3rem;\n position: absolute;\n bottom: 1.25rem;\n left: 1.25rem; }\n\n.cv--partialMetadata--1e5Lw {\n height: 1.4rem;\n width: 30%; }\n\n.cv--partialAction--3tau7 {\n display: inline-block;\n height: 3rem;\n width: 9rem;\n margin-left: 0.625rem; }\n",".cv--partialDashboardBreadcrumb--3X1Cy {\n height: 2.25rem;\n width: 4rem;\n padding-right: 1rem; }\n\n.cv--partialWhatsNewBreadcrumb--2ptUi {\n height: 2.25rem;\n width: 9.1875rem;\n padding-right: 2rem; }\n\n.cv--partialOldLookBreadcrumb--_xR5L {\n height: 2.25rem;\n width: 9.625rem;\n display: inline-block; }\n\n.cv--partialBanner--1Aoj8 {\n height: 6rem; }\n",".cv--textBoxContainer--yq9UD {\n border-bottom-left-radius: 0.5rem;\n border-bottom-right-radius: 0.5rem;\n border: 2px solid #f1f1f1;\n border-top: 1px solid #f1f1f1; }\n .cv--textBoxContainer--yq9UD .cv--textBox--2qv3A {\n max-height: 2.4rem;\n min-height: 2.4rem; }\n\n.cv--itemContainer--hVZjz {\n overflow: hidden;\n padding-bottom: 100%;\n border-top-left-radius: 0.5rem;\n border-top-right-radius: 0.5rem;\n border: 2px solid #f1f1f1;\n border-bottom: none; }\n\n.cv--image--TKEXX {\n position: absolute;\n top: 0;\n bottom: 0; }\n .cv--image--TKEXX img {\n height: 100%;\n width: auto;\n margin-left: -21.875%; }\n @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .cv--image--TKEXX img {\n margin-left: -10%; } }\n",".cv--bannerImage--1_J-g {\n position: relative;\n width: 100%;\n height: 25.75rem;\n background-size: cover;\n background-repeat: no-repeat;\n background-position: top; }\n\n.cv--metadataContainer--2lGAa {\n width: 40%;\n position: absolute;\n left: 3.75rem;\n bottom: 4.25rem; }\n\n.cv--series--l9z_z {\n font-size: 1.125rem; }\n\n.cv--indicatorContainer--1WkeY {\n width: 35%;\n right: auto;\n margin: 0 0 1.875rem 0;\n justify-content: flex-start;\n left: 3.75rem; }\n .cv--indicatorContainer--1WkeY .cv--indicator--ERQVF {\n border-radius: 50%;\n height: 0.625rem;\n width: 0.625rem; }\n\n.cv--partial--2kV9l {\n height: 25.75rem; }\n",".cv--itemContainer--u0IPv {\n width: 6rem; }\n\n.cv--circle--2OjUz {\n width: 4rem;\n height: 4rem;\n display: flex;\n justify-content: center;\n align-items: center; }\n\n.cv--complete--1vUhp {\n background-color: #60B789;\n border: 5px solid #fff;\n color: #fff; }\n",".cv--progressBar--4hF1C {\n height: 1rem; }\n\n.cv--totalProgress--3nPRd {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n background-image: linear-gradient(to right, #4dd782, #6bbfca); }\n",".cv--container--2LrDT {\n background-color: #f8f8f8;\n border-radius: 0.5rem;\n padding: 1.25rem; }\n\n.cv--leftPanel--34z_v {\n width: 50%;\n padding: 0 0.3125rem; }\n @media (max-width: 992px) {\n .cv--leftPanel--34z_v {\n width: 70%; } }\n @media (max-width: 800px) {\n .cv--leftPanel--34z_v {\n width: 60%; } }\n @media (max-width: 576px) {\n .cv--leftPanel--34z_v {\n width: 100%;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center; } }\n\n.cv--rightPanel--2sJ9h {\n display: flex;\n align-items: flex-start;\n width: 50%;\n margin-top: 1.25rem;\n padding: 0 0.3125rem; }\n @media (max-width: 992px) {\n .cv--rightPanel--2sJ9h {\n width: 30%;\n justify-content: center;\n align-items: center;\n margin: 0; } }\n @media (max-width: 800px) {\n .cv--rightPanel--2sJ9h {\n width: 40%;\n justify-content: flex-end; } }\n\n.cv--heading--opjqI {\n font-weight: 700;\n font-size: 1.25rem; }\n @media (max-width: 800px) {\n .cv--heading--opjqI {\n font-size: 1.125rem;\n font-weight: 500; } }\n @media (max-width: 576px) {\n .cv--heading--opjqI {\n text-align: center;\n font-size: 1.25rem; } }\n\n@media (max-width: 576px) {\n .cv--progressText--2-gez {\n text-align: center; } }\n\n@media (max-width: 649px) {\n .cv--tooltip--rh96M {\n display: none; } }\n\n.cv--progressContainer--3vDa6 {\n width: 50%; }\n @media (max-width: 576px) {\n .cv--progressContainer--3vDa6 {\n width: 90%; } }\n\n.cv--itemWrapper--26mBM {\n padding: 0 1.25rem; }\n @media (max-width: 1200px) {\n .cv--itemWrapper--26mBM {\n padding: 0 0.3125rem; } }\n @media (max-width: 992px) {\n .cv--itemWrapper--26mBM {\n display: none; } }\n",".cv--tile--HD1yl {\n padding-bottom: 10rem; }\n\n.cv--logo--1avTz {\n height: 1rem; }\n\n.cv--libraryInner--33THd {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n width: 100%; }\n",".cv--partialLibraryTile--1X-lC {\n height: 10rem; }\n",".cv--nav--2il2i {\n margin: 0; }\n .cv--nav--2il2i a {\n color: #777; }\n .cv--nav--2il2i a:hover {\n color: #F8981D;\n text-decoration: none; }\n\n.cv--contributeBtn--3oPrw {\n display: inline-block;\n width: 13.125rem;\n padding: 0.4375rem 1.25rem;\n line-height: 0.875rem;\n border-radius: 0.125rem;\n background-color: #F8981D;\n border: 1px solid #F8981D; }\n .cv--contributeBtn--3oPrw a:hover {\n text-decoration: none; }\n\n.cv--padLeft--3zAfP {\n margin-left: 14.375rem; }\n"],"sourceRoot":""}
|