@import url("../fonts.css");
body {
    background-color: #000000;
    margin: 0;
	overflow: auto;
}
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    border: 4px solid rgba(255,255,255,0.25);
    border-top: 4px solid rgba(255,255,255,1.0);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.reload {
	display: none;
}
#notification {
	width: auto;
	height: auto;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 5000;
	background-color: rgba(0,0,0,0.90);
}
#notification .alert {
	width: 268px;
	height: 140px;
	top: 250px;
	left: 61px;
	display: block;
	position: absolute;
	background-color: rgba(30,30,30,0.75);
	border-radius: 14px;
}
.alert .title {
	width: 236px;
	height: 22px;
	display: block;
	position: absolute;
	top: 19px;
	left: 16px;
    font-family: 'sf_ui_textsemibold';
	font-size: 17px;
	text-align: center;
	color: #FFFFFF;
	line-height: 22px;
}
.alert .description {
	width: 236px;
	height: 36px;
	display: block;
	position: absolute;
	top: 43px;
	left: 16px;
    font-family: 'sf_ui_textregular';
	font-size: 13px;
	text-align: center;
	color: #FFFFFF;
}
.alert .description a {
    font-family: 'sf_ui_textregular';
	font-size: 13px;
	color: #0A84FF;
}
.alert .button {
	width: 268px;
	height: 44px;
	display: block;
	position: absolute;
	top: 96px;
    font-family: 'sf_ui_textregular';
	font-size: 17px;
	text-align: center;
	color: #0A84FF;
	border-top: 0.5px solid rgba(84,84,88,0.65);
	text-decoration: none;
	line-height: 44px;
}
.noLandscape {
    display: none;
}
.NavigationBar {
    display: none;
}
.ScrollEdgeEffect {
    display: none;
}
#popover {
    width: 100%;
	height: 100%;
	display: flex;
	position: fixed;
	top: 100%;
	z-index: 9999;
	background-color: rgba(0,0,0,1.0);
	transition: all 300ms ease-in-out;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	justify-content: center;
	align-items: center;
	opacity: 0;
}
#popover .window {
	width: 700px;
	height: 750px;
	display: block;
	position: relative;
}
#popover .window .navigation-bar {
    width: 700px;
    height: 98px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: rgba(28,28,30,0.0);
}
#popover .window .navigation-bar .controls-left,
#popover .window .navigation-bar .controls-right {
    width: 64px;
    height: 54px;
}
#popover .window .navigation-bar .title {
    font-family: 'sf_ui_textsemibold';
	font-size: 17px;
	color: #FFFFFF;
}
#popover .window .navigation-bar .controls-left .done-button {
	width: 34px;
	height: 34px;
	display: block;
	position: relative;
	background-image: url("chevron.down.circle.fill.svg");
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: center center;
    background-color: rgba(18,18,28,0.75);
	border-radius: 50%;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
#popover .window .navigation-bar .controls-right .reload-button {
	width: 34px;
	height: 34px;
	display: block;
	position: relative;
	background-image: url("arrow.clockwise.circle.fill.svg");
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: center center;
    background-color: rgba(18,18,28,0.75);
	border-radius: 50%;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
#popover .window #content {
    width: 700px;
    height: 750px;
    z-index: 500;
    display: table;
    position: absolute;
    border-radius: 16px;
    overflow-y: scroll;
	overflow-x: hidden;
	scroll-behavior: smooth;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.50);
}
.main {
	display: block;
}
.main .SectionIndex {
    width: 30px;
    height: 100%;
    display: table;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 800;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
.main .SectionIndex .letters {
    width: 34px;
    height: 34px;
    display: table-row;
    font-family: 'sf_ui_textsemibold';
    text-decoration: none;
    line-height: 20px;
    color: #00CC00;
    font-size: 22px;
}
.main .SectionIndex .spacer {
    width: 34px;
    display: table-row;
}
.main .SectionHeader {
    width: 100%;
    height: 20px;
	display: block;
	position: relative;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
}
.main .SectionHeader .Letter {
	width: 20px;
    height: 20px;
    font-family: 'sf_ui_textsemibold';
    font-size: 13px;
	line-height: 20px;
    background-color: rgba(235,235,245,0.60);
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.main .TableViewLine {
    height: 6px;
	display: block;
}
.main .TableViewCell {
	width: auto;
    height: 102px;
    display: flex;
	margin-left: 16px;
	margin-right: 16px;
    position: relative;
    text-decoration: none;
    border-radius: 26px;
	background-color: rgba(28,28,30,1.00);
}
.main .TableViewCell:hover {
	background-color: rgba(28,28,30,0.90);
}
.main .TableViewCell .SeriesIcon {
    width: 70px;
    height: 102px;
    display: block;
    position: absolute;
    border-bottom-left-radius: 26px;
    border-top-left-radius: 26px;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
}
.main .TableViewCell .Title {
	height: 102px;
	display: flex;
    font-size: 17px;
    font-family: 'sf_ui_displayregular';
    color: #FFFFFF;
    float: none;
    text-decoration: none;
	text-indent: 90px;
	flex-direction: column;
    align-items: flex-start;
	justify-content: center;
}
.main .TableViewCell .Title .Status {
    font-size: 17px;
    font-family: 'sf_ui_displayregular';
    color: rgba(235,235,245,0.60);
}
.main .TableViewCell .TitleLong {
    width: auto;
    height: 34px;
    display: block;
    position: relative;
    top: 15px;
    right: 15px;
    left: 120px;
    font-size: 30px;
    font-family: 'sf_ui_textbold';
    color: #FFFFFF;
    float: none;
    text-decoration: none;
}
.main .footer{display: none;}
@media screen and (device-width:402px) and (device-height:874px) and (orientation:portrait){
body {
    margin: 0;
	width: 402px;
	height: 874px;
    background-color: #000000;
	overflow-x: hidden;
}
body::-webkit-scrollbar {
  display: none;
}
.reload {
	width: 44px;
	height: 44px;
	display: block;
	position: fixed;
	top: 55px;
	right: 25px;
	background-image: url("reload.svg");
	background-repeat: no-repeat;
	background-size: 18px 22px;
	background-position: center center;
	border-radius: 22px;
	z-index: 900;
}
.NavigationBar {
    width: 100%;
    height: 98px;
    display: block;
    position: fixed;
    top: 0px;
	padding-top: 49px;
    left: 0px;
    z-index: 200;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'sf_ui_textsemibold';
	font-size: 17px;
	color: #FFFFFF;
	line-height: 49px;
	text-align: center;
}
.ScrollEdgeEffect {
    width: 402px;
    height: 188px;
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
	background-image: url("ScrollEdgeEffect.png");
	background-size: contain;
	background-repeat: no-repeat;
	
}
.main {
	overflow-y: scroll;
	overflow-x: hidden;
	width: 402px;
	height: 874px;
	padding-top: 152px;;
	position: fixed;
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #000; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.main .SectionIndex {
    width: 25px;
	padding-top: 126px
}
.main .SectionIndex .letters {
    width: 14px;
    height: 14px;
    line-height: 10px;
    font-size: 11px;
}
.main .SectionIndex .spacer {
    width: 17px;
}
.main .TableViewCell {
    height: 102px;
	border-radius: 13px;
}
.main .TableViewCell .SeriesIcon {
    width: 70px;
    height: 102px;
	border-radius: 13px 0px 0px 13px;
}
.main .TableViewCell .Title {
    font-size: 17px;
}
.main .TableViewCell .Title .Status {
    font-size: 17px;
}
#popover .window {width: 402px; height: 874px}
#popover .window .navigation-bar {
    width: 402px;
    height: 98px;
    display: block;
    position: absolute;
	padding-top: 49px;
    z-index: 1000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top-left-radius: 49px;
    border-top-right-radius: 49px;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
	background: rgba(0,0,0,0.0);
}
#popover .window .navigation-bar .controls-left,
#popover .window .navigation-bar .controls-right {
    width: 64px;
    height: 54px;
}
#popover .window .navigation-bar .title {
    font-family: 'sf_ui_textsemibold';
	font-size: 17px;
	color: rgba(0,0,0,0.00);
}
#popover .window #content {
    width: 402px;
    height: 874px;
    z-index: 500;
    display: block;
    position: absolute;
	padding-top: 0px;
    top: 0px;
    left: 0px;
	margin: 0;
    border-radius: 0px;
	overflow-y: scroll;
	overflow-x: hidden;
	scroll-behavior: smooth;
    border-top-left-radius: 49px;
    border-top-right-radius: 49px;
}
.main .TableViewCell:hover {
	background-color: rgba(28,28,30,1.00);
}
.main .footer{
	display: block;
	width: 100%;
	height: 200px;
}
}
@media screen and (device-width:402px) and (device-height:874px) and (orientation:landscape){
body {
    margin: 0;
	height: 402px;
	width: 874px;
    background-color: #000000;
	overflow: hidden;
}
.noLandscape {
    width: 100%;
    height: 100%;
    display: table;
    position: fixed;
    z-index: 1001;
    background-color: #222222;
}
.noLandscape .spacer {
    width: 100%;
    display: table-row;
}
.noLandscape .content {
    width: 100%;
    height: 30px;
    font-size: 24px;
    font-family: 'sf_ui_textbold';
    display: table-row;
    color: #FFFFFF;
    text-align: center;
}
}
@media screen and (device-width:834px) and (device-height:1194px){
body {
    margin: 0;
	padding-top: 98px;
	padding-bottom: 18px;
	overflow-x: hidden;
}
.NavigationBar {
    width: 100%;
    height: 74px;
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
	padding-top: 30px;
    z-index: 200;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background: rgba(0,0,0,0.94);
    font-family: 'sf_ui_textsemibold';
	font-size: 17px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
}
.ScrollEdgeEffect {
    display: none;
}
.reload {
	width: 18px;
	height: 22px;
	display: block;
	position: fixed;
	top: 30px;
	right: 25px;
	background-image: url("reload.svg");
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 900;
}
.main .TableViewCell:hover {
    background-color: rgba(255,255,255,0.10);
}
}