html, body {
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    color: #fff;
}

a, .btn-link {
    /*color: #0366d6;*/
    /*color: #ff5860;*/
    color: rgba(255,255,255,0.5);
    /*-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(0deg, #ff55a5 0%, #ff5860 100%);*/
    /*opacity: 0.8;*/
    /*color: #ff55a5;*/
}

    a:hover, .btn-link:hover {
        color: #ff55a5;
        /*opacity: 1;*/
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/*app {
    position: relative;
    display: flex;
    flex-direction: column;
}*/

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a {
            margin-left: 1.5rem;
        }

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

/*.sidebar .top-row {
    background-color: rgba(0,0,0,0.4);
}

.sidebar .navbar-brand {
    font-size: 1.1rem;
}*/

/*.sidebar .oi {*/
/*.sidebar .svg-inline--fa {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}*/

/*.litem {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type {
    padding-top: 1rem;
}

.nav-item:last-of-type {
    padding-bottom: 1rem;
}

.nav-item a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}*/

/*.content {
    padding-top: 1.1rem;
}*/

/*.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}*/

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

@media (max-width: 767.98px) {
    .main .top-row {
        display: none;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    /*.sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }*/

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    /*.navbar-toggler {
        display: none;
    }*/

    /*.sidebar .collapse {*/
    /* Never collapse the sidebar for wide screens */
    /*display: block;
    }*/
}

/* Theme Overrides  */

.home--bg:before {
    background: url(/img/home-bg.jpg) no-repeat;
    background-size: 100% auto;
}

/* Search icon sizing */
.header__search-btn {
    font-size: 18px;
}

@media (min-width: 768px) {
    .header__search-btn {
        font-size: 22px;
    }
}

.section--bg.search--bg:after {
    background: url(/img/search-bg.jpg) no-repeat center center;
    background-size: 110%;
    opacity: 0.25;
    content: '';
    z-index: -100;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

.card {
    background-color: transparent;
    border: 0;
}

/* Sign-in icon */
.header__sign-in .svg-inline--fa {
    color: #fff;
    font-size: 22px;
}

@media (min-width: 768px) {
    .header__sign-in .svg-inline--fa {
        display: none;
    }
}

/* Rating */

.card__rate .svg-inline--fa {
    /*text-shadow: 0 0 6px rgba(255,88,96,0.5);
    -webkit-filter: drop-shadow(0 0 3px rgba(255,88,96,0.5));*/
    filter: drop-shadow(0 0 3px rgba(255,88,96,0.5));
    margin-right: 5px;
    font-size: 13px;
    color: #ff5860;
}

    .card__rate .svg-inline--fa:before {
        background-image: -webkit-linear-gradient(0deg, #ff55a5 0%, #ff5860 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: #ff5860;
    }

/* Card Description */
.card__description.cutoff {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

/* Card Play */
.card--big .card__play .svg-inline--fa {
    margin: 2px 0 0 5px;
}

.card__play .svg-inline--fa {
    margin: 2px 0 0 3px;
}

/* Modal Window */
@media (max-width: 575.96px) {
    .modal-window {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .modal-window {
        width: 80%;
    }
}

@media (min-width: 768px) {
    .modal-window {
        width: 65%;
    }
}

@media (min-width: 1200px) {
    .modal-window {
        width: 50%;
    }
}

/* Video Player */
video, .vjs-menu-title {
    outline: none;
}

.vjs-control {
    user-select: none;
}

.vjs-remaining-time {
    cursor: default;
}

/* Blazor Error UI */
#blazor-error-ui {
    background: #111;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Blazor Reconnect Modal */
#components-reconnect-modal {
    background-color: #000 !important;
}

/* Video.js Hide PiP */
.vjs-picture-in-picture-control {
    display: none !important;
}

ul.details__devices-list {
    flex-wrap: wrap;
    margin-top: 10px;
}

/* Content Tabs Theme/Bootstrap Compatibility Fix */
.content__tabs.nav-tabs {
    border-bottom: 0;
}

    .content__tabs.nav-tabs .nav-link {
        background: none;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        padding: 0;
    }

.content__tabs a.active {
    color: #fff !important;
}

.content__title {
    line-height: 1.5;
}

/* Horizontal Rule Theme/Bootstrap Compatibility Fix */
hr {
    border-color: inherit;
}

/* Mobile tabs Theme/Bootstrap Compatibility Fix */
.content__mobile-tabs .nav-tabs .nav-link, .content__mobile-tabs .nav-tabs {
    border: 0;
}

.content__mobile-tabs .nav {
    display: block;
}

.content__mobile-tabs .nav-link {
    padding: 0;
}

/* No scroll for Telerik Blazor Grid */
.no-scroll .k-grid-content {
    overflow-y: hidden;
}

.no-scroll .k-grid-header {
    padding-right: 0 !important;
}

.grid-first-column-padding-reduce .k-grid-content tr td:first-child {
    padding: 0.4em;
}

/* Links with icon and text */
a.icon-text-link .svg-inline--fa, .icon-text-links a .svg-inline--fa {
    color: #ff55a5;
    margin-right: 5px;
}

a.icon-text-link, .icon-text-links a {
    color: #fff;
}

    a.icon-text-link:hover, .icon-text-links a:hover {
        text-decoration: none;
    }

/* Space multiple links out on within a section */
.section__text.icon-text-links a:not(:first-child) {
    margin-left: 10px;
}

/* Section Text Override */
.section__text a {
    color: rgba(255,255,255,0.5);
}

    .section__text a:hover {
        text-decoration: none;
    }

/* Readmore Override */
.b-description_readmore_button:before {
    content: '...';
    font-family: inherit;
}

/* PhotoSwipe Override */
.pswp__button--close:before {
    content: '';
    font-family: inherit;
}

.pswp__button--fs:before {
    content: '';
    font-family: inherit;
}

.pswp__bg {
    background-color: rgba(43,43,49,0.8) !important;
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: transparent;
}

.pswp__button--arrow--left:before {
    left: 50%;
}

.pswp--fs .pswp__button--fs:before {
    content: '';
}

.pswp__caption__center {
    text-align: center;
}

/* Accordion Override */
.accordion {
    height: auto;
    max-height: none;
}

.accordion__card .card-header button:before {
    display: none;
}

.accordion__card .card-header button .toggle-icon .svg-inline--fa {
    background-image: -webkit-linear-gradient(0deg, #ff55a5 0%, #ff5860 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ff5860;
    font-size: 24px;
    right: 15px;
    top: 50%;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    transition: 0.4s ease;
}

.accordion__card .card-header button[aria-expanded="true"] .toggle-icon .svg-inline--fa {
    transform: rotate(180deg);
}

.accordion__card .card-header button[aria-expanded="true"] span:first-child a {
    color: #ff55a5;
}

/* Utilities */
.no-margin {
    margin: 0 !important;
}

.bottom-margin {
    margin-bottom: 50px;
}

/* Error flavor of 404 */
.page-404__wrap.error {
    min-height: unset;
    padding: 0;
}

@media (min-width: 768px) {
    .page-404__wrap.error .page-404__title {
        font-size: 60px;
    }
}

/* Card Classes */
.card-subtext {
    color: rgba(255,255,255,0.5);
    display: block;
    font-size: 0.8rem;
}

.card__content h3 + h3 a {
    color: rgba(255,255,255,0.5);
}

/* Section Header Breadcrumb / Overrides */
.breadcrumb {
    background: transparent;
}

    .breadcrumb li {
        margin-left: 14px;
    }

        .breadcrumb li:first-child {
            margin-left: 0;
        }

.breadcrumb__item:before {
    content: none;
    display: none;
}

.breadcrumb__item {
    cursor: default;
    margin: 0;
}

    .breadcrumb__item:hover {
        color: rgba(255,255,255,0.5);
    }

/* Card Genres */
.card__category a {
    cursor: default;
}

/* Home Carousel Nav */
.home__nav .svg-inline--fa {
    line-height: 24px;
    height: 24px;
    display: block;
}

/* Footer Social Override */
.footer__social {
    font-size: 24px;
}

    .footer__social li.youtube a {
        color: #fff;
    }

/* Visibility Transitions */
.m-fadeOut {
    visibility: hidden;
    opacity: 0;
    transition: visibility 300ms linear, opacity 300ms;
}

.m-fadeIn {
    visibility: visible;
    opacity: 1;
    transition: visibility 300ms linear, opacity 300ms;
}

/* Embed Code */
.embed-video input {
    background-color: #3b3b41;
    color: #fff;
    padding: 5px 10px;
    font-size: 0.8rem;
    border: 0;
    width: 70%;
    height: 35px;
    vertical-align: top;
}

.embed-video button {
    background-color: #3b3b41;
    color: #ff55a5;
    height: 35px;
    vertical-align: top;
    padding-right: 10px;
}

    .embed-video button:active {
        color: #cf3585;
    }

/* AdSense Units */
.program-sidebar-ad iframe {
    padding-bottom: 20px;
}

/* Program Page Ad Unit Separation */
#tab-overview .adsbygoogle[data-ad-status="filled"]::before {
    content: "Around the Web";
    font-size: 32px;
}

#tab-overview .adsbygoogle[data-ad-status="filled"] {
    text-decoration-line: none;
}

.big {
    font-size: 20px
}
