﻿
.channel-lock-icon svg,
.channel-listing-container li img {
    max-width: 80%;
}

.channel-listing .osn-color-white {
    color: #fff !important;
}

.filter-container {
    background: rgba(22, 15, 25, 0.8);
    position: relative;
}

.uk-sticky-bottom {
    position: absolute;
    bottom: 160px;
}

.uk-sticky-bottom-title {
    position: absolute;
    bottom: 212px;
}

.LTR .pack-tab {
    margin-left: 0 !important;
}

.RTL .pack-tab {
    margin-right: 0 !important;
}

.pack-tab li a,
.nav-filter li a {
    color: rgba(161, 170, 179, 0.9) !important;
}
.pack-tab li {
    padding: 0;
    padding-top: 4px;
}

    .pack-tab li a {
        color: #fff;
        border-bottom: 0 !important;
        text-decoration: none;
        text-align: center;
        padding: 15px 50px !important;
        text-transform: uppercase;
        display: block !important;
    }

        .pack-tab li a span {
            font-weight: 300;
            font-size: 0.667rem;
        }

        .pack-tab li a:hover {
            background: rgba(25, 28, 45, 0.6);
            color: #fff;
            padding-top: 4px;
        }

    .pack-tab li.uk-active {
        background: var(--button-border-gradient);
        padding-top: 4px;
    }

        .pack-tab li.uk-active a {
            color: rgba(255, 255, 255, 0.9) !important;
            background: #181436;
            text-transform: uppercase;
            font-weight: 600;
        }

.nav-filter-container {
    background: #16131B;
    position: relative;
}

.list-div {
    display: none;
}

    .list-div.active {
        display: block;
    }

a.join-button-new,
a.join-button-new:hover {
    color: #FFFFFF;
    background: url(/osn/media/OSNMedia/Images/2019/home-page/button_bg.jpg) no-repeat 100% 100% #ff0000;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 400;
    display: inline-block;
}

/*a.osn-learn-more,
a.osn-learn-more:hover {
    color: #848484;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}*/

/*a.packtab-learn-more,
a.packtab-learn-more:hover,
a.packs-button-new,
a.packs-button-new:hover {
    color: #FFFFFF;
    background: url(/osn/media/OSNMedia/Images/2019/home-page/button_bg.jpg) no-repeat 100% 100% #ff0000;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 400;
    position: absolute;
    top: 20px;
}*/

a.packtab-learn-more,
a.packtab-learn-more:hover,
a.packs-button-new,
a.packs-button-new:hover {
    position: absolute;
    top: 20px;
}

.LTR a.packtab-learn-more,
.LTR a.packtab-learn-more:hover,
.LTR a.packs-button-new,
.LTR a.packs-button-new:hover {
    right: 20px;
}

.RTL a.packtab-learn-more,
.RTL a.packtab-learn-more:hover,
.RTL a.packs-button-new,
.RTL a.packs-button-new:hover {
    left: 20px;
}

/*a.packtab-learn-more,
a.packtab-learn-more:hover {
    color: #848484;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    top: 20px;
    right: 150px;
}*/
.nav-filter.uk-sticky-fixed {
    padding: 20px 0px;
    background: #181818;
    width: calc(100% - 20px);
}

.nav-filter {
    padding: 20px;
}

    .nav-filter li {
        padding: 0;
        padding-bottom: 2px;
    }

        .nav-filter li:after {
            content: '';
            background: url(/osn/media/OSNMedia/osntv/images/common/divider.svg) no-repeat 0 50%;
            width: 1px;
            height: 34px;
            top: 0;
            position: absolute;
        }

.LTR .nav-filter li:after {
    right: -11px;
}

.RTL .nav-filter li:after {
    left: -11px;
}

.nav-filter li:last-child:after {
    display: none;
}

.LTR .nav-filter li {
    margin-left: 20px;
}

.RTL .nav-filter li {
    margin-right: 20px;
}

.nav-filter li.uk-active {
    background: var(--button-border-gradient);
}

.nav-filter li a,
.nav-filter li a:hover {
    text-decoration: none;
    background-color: transparent;
}

.nav-filter li.uk-active a {
    text-decoration: none;
    background-color: #18121e;
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight:600;
}

.channel-listing-container {
    margin: 0 !important;
}
    /*{
    border-top-color: #222 !important;
    border-bottom-color: #222 !important;
    border-right-color: #181818 !important;
    border-left-color: #181818 !important;
    border: 1px solid;
}
   */

    .channel-listing-container li {
        padding: 13px 0 !important;
        margin: 0 !important;
        position: relative;
        border-bottom: 1px solid #2624747F;
        
        margin-top: -1px !important;
        
    }
.LTR .channel-listing-container li {
    border-right: 1px solid #2624747F;
    margin-left: -1px !important;
}
.RTL .channel-listing-container li {
    border-left: 1px solid #2624747F;
    margin-right: -1px !important;
}
    
        .channel-listing-container li.active .channel-lock-icon {
            display: none;
        }

.channel-lock-icon,
.channel-lock-icon:hover {
    color: #BA172A;
    position: absolute;
    top: 10px;
    z-index: 9;
    cursor: auto;
}

.LTR .channel-lock-icon,
.LTR .channel-lock-icon:hover {
    right: 10px;
}

.RTL .channel-lock-icon,
.RTL .channel-lock-icon:hover {
    left: 10px;
}

.uk-tooltip {
    background: #BA172A;
}

    .uk-tooltip :after {
        top: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 0, 0, 0);
        border-width: 5px;
        margin-top: -5px;
    }

.LTR .uk-tooltip :after {
    left: 100%;
    border-left-color: #BA172A;
}

.RTL .uk-tooltip :after {
    right: 100%;
    border-right-color: #BA172A;
}

.channel-listing-container li > a {
    opacity: 0.2;
    display: flex;
    padding: 0 20px;
}

.channel-listing-container li.active > a {
    opacity: 1;
    /* pointer-events: none;*/
}

.channel-listing-container li a img {
    margin: 0 auto;
}

.uk-card-black {
    background: #000;
    color: #fff;
    border-radius: 6px;
}



.settings-icon,
.settings-icon:hover {
    position: fixed;
    top: 340px;
    left: 0;
    width: 40px;
    height: 40px;
    background: #f00;
    border-radius: 0 4px 4px 0;
    line-height: 40px;
    text-align: center;
    color: #fff;
    z-index: 9;
}

.uk-offcanvas-container .settings-icon {
    left: 40px;
    transition: left .3s ease-out;
}

#offcanvas-genre .uk-offcanvas-bar {
    padding: 0;
    width: 40px;
    height: auto;
    top: 340px;
    background: none;
}
/*Popup*/
.genre-item-title {
    margin-top: 25px;
}
    /*.LTR .genre-item-title h4 {
    font-family: 'FaricyNew-md' !important;
}*/

    .genre-item-title h4 {
        display: inline-block;
    }

        .genre-item-title h4 a {
            text-decoration: none;
        }

.genre-item-meta > span {
    display: inline-block;
    height: 28px;
    line-height: 30px;
    margin: 0 1px;
}

.genre-channels-logo {
    max-height:60px;
}
.genre-item-meta span span {
    color: #f69d24;
    font-size: 1.65em;
    padding-top: 8px;
    display: inline-block;
    line-height: 10px !important;
}

.LTR .genre-item-meta span span {
    float: left;
    margin-right: 5px;
}

.RTL .genre-item-meta span span {
    float: right;
    margin-left: 5px;
}

.genre-item-link {
    display: inline-block;
    color: inherit;
    text-decoration: underline;
    margin: 0 10px !important;
}

.genre-item-btn {
    height: 35px;
    line-height: 35px;
    width: 130px;
    border-radius: 4px;
    color: #fff !important;
    background: #ed2939;
    display: inline-block;
    margin: 0 10px !important;
    border: 1px solid #ed2939;
}

    .genre-item-btn:hover {
        color: #ed2939 !important;
        background: #fff;
    }

/*.LTR .genre-item-link,
.LTR .genre-item-btn {
    font-family: 'FaricyNew-md' !important;
}
 */





.nav-filter {
    margin: 0;
    padding: 10px;
    margin-bottom: 5px;
}

.packtab-learn-more {
    padding: 0 !important;
}

.nav-filter a,
.nav-filter a:hover,
.nav-filter .uk-icon {
    color: #FFF;
}

.pack-tab,
.nav-filter {
    display: inherit;
    flex-wrap: wrap;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

    .pack-tab li {
        display: inline-block;
        animation: chapternav-slidein 350ms backwards;
    }

        .pack-tab li.uk-active {
        }

    .nav-filter li {
        display: inline-block;
        animation: chapternav-slidein 350ms backwards;
    }

.nav-filter-container {
    /*height: 120px;*/
}




.pack-tab li a {
    padding: 10px 35px 50px !important;
}

a.packtab-learn-more,
a.packtab-learn-more:hover,
a.packs-button-new,
a.packs-button-new:hover {
    position: absolute;
    top: 64px;
    right: initial !important;
    left: calc(50% - 50px) !important;
    margin: 0 auto;
    display: table;
    padding: 0px !important;
}

.pack-tab li a.packtab-learn-more {
    padding: 0 !important;
    text-transform: none;
    min-width: 100px !important;
    font-weight: normal;
}


    @media (min-width:768px) {
        .pack-tab li a {
            padding: 20px 55px !important;
        }

        .genre-item-cta a {
            margin: 0 5px;
        }

        a.packtab-learn-more,
        a.packtab-learn-more:hover {
            top: 22px;
            left: auto !important;
        }

        
        a.packs-button-new,
        a.packs-button-new:hover {
            top: -74px;
            left: auto !important;
        }

        .LTR a.packtab-learn-more,
        .LTR a.packtab-learn-more:hover,
        .LTR a.packs-button-new,
        .LTR a.packs-button-new:hover {
            right: 20px !important;
        }

        .RTL a.packtab-learn-more,
        .RTL a.packtab-learn-more:hover,
        .RTL a.packs-button-new,
        .RTL a.packs-button-new:hover {
            left: 20px !important;
        }
    }

   

@media (min-width:1200px) {
    .channel-lock-icon svg,
    .channel-listing-container li img {
        max-width: 100%;
    }
    .nav-filter {
        padding: 21px;
    }

    .LTR .nav-filter li {
        margin-left: 22px;
    }

    .RTL .nav-filter li {
        margin-right: 22px;
    }

    .nav-filter li {
        display: inline-block;
        text-align: center;
    }

        .nav-filter li:first-child {
            min-width: auto;
        }

        .nav-filter li a {
            padding: 5px 12px !important;
            display: block !important;
            text-transform: uppercase;
        }

    .channel-lock-icon,
    .channel-lock-icon:hover {
        top: 18px;
    }

    .LTR .channel-lock-icon,
    .LTR .channel-lock-icon:hover {
        right: 18px;
    }

    .RTL .channel-lock-icon,
    .RTL .channel-lock-icon:hover {
        left: 18px;
    }

    .nav-filter li:after {
        height: 36px;
    }

    .channel-listing-container li {
        padding: 19px 0 !important;
    }
        .channel-listing-container li:nth-child(4n) {
            border-left: 0;
        }
        .channel-listing-container li a img {
            margin: 0 auto;
            max-width: 240px;
        }
    .genre-channels-logo {
        max-height: 70px;
    }

}
@media (min-width:1600px) {
    .pack-tab li a {
        font-size: 0.833rem;
        min-width: 178px;
        min-height: 61px;
        padding: 30px 55px !important;
    }

    .nav-filter li {
        display: inline-block;
        min-width: 150px;
        text-align: center;
    }

    .genre-channels-logo {
        max-height: 80px;
    }
    .nav-filter li:after {
        height: 48px;
    }
}