﻿.schedule-component {
    padding: 4.8em 0;
}

    .schedule-component:not(.mobile-view) {
        padding-left: 0;
    }

    .schedule-component .container {
        overflow: visible;
    }

        .schedule-component .container.header {
            display: flex;
            margin-bottom: 3em;
        }

            .schedule-component .container.header h2 {
                font-style: normal;
                font-weight: 700;
                font-size: 32px;
                line-height: 36px;
                color: rgba(0, 0, 0, .87);
                margin: .14em 1em 0 0;
            }

    .schedule-component h2 {
        color: #154a4b;
    }

.search-input {
    padding: 16px;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.navigation__expanded-wrapper {
    flex-direction: column;
}

.search-input .algolia-search-results {
    background-color: #fff;
}

.schedule-component .search-input {
    margin: 0;
    border: 1.2px solid #e9e9e9;
    padding: 0;
    background: none;
    overflow: hidden;
    align-items: center;
    border-radius: 2px;
    color: #154a4b;
}

schedule-component .search-input:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    width: 6em;
    height: 6em;
    background: rgba(59, 23, 89, .1);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}

.schedule-component .search-input {
    border-radius: 2px;
    color: #154a4b;
    display: flex;
    max-width: 100%;
    justify-content: center;
    height: 44px;
}

    .schedule-component .search-input:before {
        background: rgba(21, 74, 75, .1);
    }

.search-input label {
    display: inline-flex;
}

.schedule-component .search-input label {
    padding: 0 0 0 1em;
    position: static;
}

.schedule-component .search-input svg.ico-search {
    margin-top: 0;
    position: relative;
}

.search-input svg {
    flex-basis: 16px;
    flex-grow: 0;
    flex-shrink: 0;
}

.schedule-component .search-input svg {
    fill: #154a4b;
}

.MuiAutocomplete-fullWidth {
    width: 100%;
}

.schedule-component .search-input .MuiFormControl-root,
.schedule-component .search-input .MuiFormControl-root > div {
    display: inline-flex !important;
}

.schedule-component .search-input input {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    padding: 1em 0 0.5em .4em;
    width: 112px;
    transition: width 1s ease-in-out;
    font-family: BBC Reith Sans, Helvetica, Arial, sans-serif;
    height: 44px;
    box-sizing: border-box;
    color: #154a4b !important;
}

.MuiAutocomplete-fullWidth input:focus {
    width: 224px;
    transition: 0.5s;
}

::placeholder {
    color: #154a4b;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #154a4b;
}

.schedule-component .container.header .view-toggle {
    margin: 0 0 0 auto;
    display: flex;
    position: absolute;
}

.MuiFormControl-root {
    border: 0;
    margin: 0;
    display: inline-flex;
    padding: 0;
    position: relative;
    min-width: 0;
    flex-direction: column;
    vertical-align: top;
}

    .MuiFormControl-root button,
    input,
    optgroup,
    select,
    textarea {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        border: 0px solid;
    }

    .MuiFormControl-root button,
    input,
    optgroup,
    select,
    textarea {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        border: 0px solid;
    }

.schedule-component .viewtoggle {
    display: flex;
    align-items: center;
}

.schedule-component .container.header .viewtoggle {
    margin: 0 0 0 auto;
}

.schedule-component .container.header .button-group.links {
    margin-right: 40px;
    display: flex;
}

.button--disabled {
    opacity: .5;
    cursor: not-allowed;
}

.schedule-component .container.header .button-group .button--disabled {
    font-size: 15px;
    line-height: 20px;
    height: 44px;
    padding: 0.75em 1.3em;
    text-align: center;
    border: 1.2px solid #e0e0e0;
    border-radius: 0;
    color: #e0e0e0;
    opacity: 1;
    background-color: transparent !important;
    /*color: rgba(0, 0, 0, .38) !important;*/
    text-decoration: none;
    font-weight: 700;
    display: flex;
}

.schedule-component .container.header .button-group {
    margin: 0;
    display: flex;
}

.schedule-component .view-toggle .btn-on-now {
    margin-left: 30px;
    font-size: 15px;
    line-height: 20px;
    height: 44px;
    padding: 0.75em 1.1em;
    text-align: center;
    border: 1.2px solid #154a4b;
    border-radius: 0;
    color: #154a4b;
    opacity: 1;
    background-color: transparent !important;
    /*color: rgba(0, 0, 0, .38) !important;*/
    text-decoration: none;
    font-weight: 700;
    vertical-align: top;
}

.schedule-component .container.header .button-group .button--disabled svg {
    fill: rgba(0, 0, 0, .38);
    margin-left: 10px;
    margin-top: 2px;
}

.schedule-component .container.header .button-group .button--active svg {
    fill: #154a4b;
    margin-left: 10px;
    margin-top: 2px;
}

.button-group {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}

.schedule-component .day-tabs {
    display: flex;
    margin-bottom: 2.9em;
    box-shadow: inset 0 -1px 0 #f2f2f2;
}

    .schedule-component .day-tabs a {
        text-align: center;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        color: rgba(0, 0, 0, .6);
        flex-grow: 1;
        padding-bottom: 1.2em;
        text-decoration: none;
    }

        .schedule-component .day-tabs a.active {
            box-shadow: inset 0 -2px 0 #50d5b9;
        }

        .schedule-component .day-tabs a span {
            font-weight: 700;
            font-size: 18px;
            line-height: 22px;
            color: #154a4b;
            display: block;
            margin-bottom: .3em;
        }


.rc-slider {
    position: relative;
    height: 14px;
    padding: 5px 0;
    width: 100%;
    border-radius: 6px;
    touch-action: none;
}

    .rc-slider,
    .rc-slider * {
        box-sizing: border-box;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

.rc-slider-rail {
    width: 100%;
    background-color: #bcbcbc;
}

.schedule-component .rc-slider {
    margin-bottom: 2.7em;
}

.rc-slider-rail,
.rc-slider-track {
    position: absolute;
    height: 4px;
    border-radius: 6px;
}

.rc-slider-track {
    left: 0;
    background-color: #e0e0e0;
}

.rc-slider-handle {
    position: absolute;
    margin-top: -21px;
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: grab;
    touch-action: pan-x;
    width: 59px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: center;
    color: #3b1759;
    overflow: hidden;
}

    .rc-slider-handle:before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 50%;
        left: 50%;
        width: 6em;
        height: 6em;
        background-color: rgba(59, 23, 89, .1);
        border-radius: 100%;
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-duration: .3s;
        transition-timing-function: ease-out;
    }

.is-on-now .rc-slider-handle,
.is-on-now .rc-slider-handle:active,
.is-on-now .rc-slider-handle:focus {
    border: 1px solid #3b1759;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.schedule-component .rc-slider-handle {
    border-color: #154a4b !important;
}

.rc-slider-step {
    position: absolute;
    width: 100%;
    height: 4px;
    background: transparent;
}

.rc-slider-handle svg {
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
}

    .rc-slider-handle svg.prev {
        left: .5em;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .rc-slider-handle svg.drag {
        width: 16px;
        height: 15px;
        vertical-align: middle;
        margin-top: -7.5px;
    }

    .rc-slider-handle svg.next {
        right: .5em;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

.rc-slider-mark {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    font-size: 12px;
}

.schedule-component .scrollbox {
    position: relative;
}

.schedule-component .scroll-window {
    overflow: auto;
}

.schedule-component .container.display-grid .scroll-window:before {
    position: absolute;
    height: 100%;
    right: 100%;
    width: 100vw;
    top: 0;
    background: #fff;
    z-index: 1;
    content: "";
}

.channel-select {
    position: absolute;
    height: 96px;
    left: 0;
    z-index: 1;
}

.width-holder {
    width: 7944px
}

.schedule-component .time-bar .button {
    padding: .65em 1.1em;
    font-size: 14px;
    text-align: center;
    font-family: inherit;
    background-color: #154a4b !important;
    border-color: #154a4b !important;
    line-height: 20px;
    height: 44px;
    color: #fff;
    position: relative;
    margin: 0;
    width: 100%;
    backface-visibility: hidden;
    border-radius: 2px;
    opacity: 80%;
}

    .schedule-component .time-bar .button svg {
        vertical-align: baseline;
        margin-left: .5em;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease;
    }

.schedule-component .time-bar .hour-button {
    border: 1.2px solid #e9e9e9;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, .87);
    background: #fff;
    height: 44px;
    flex-shrink: 0;
    padding: 5px;
    vertical-align: top;
    width: 301px;
}

.schedule-component .container.display-grid .channel-block,
.schedule-component .container.display-grid .time-bar {
    display: flex;
    /*padding-left: 144px;*/
    margin-bottom: 10px;
}

.schedule-component .time-bar {
    display: flex;
    padding-left: 140px;
    margin-bottom: .65em;
}

.schedule-component .container.display-grid .time-bar {
    display: flex;
    padding-left: 140px;
    margin-bottom: 10px;
}

.schedule-component .container.display-grid .time-bar {
    z-index: 11;
}

.schedule-component .time-bar .channelselect {
    width: 137px;
    position: absolute;
    height: 44px;
    left: 0;
    top: 0;
    z-index: 10;
    background: #fff;
}


.dropdown-menu.show {
    display: block;
    margin-bottom: 0;
    transform: translate3d(0, 45.9259px, 0px) !important;
}


.form-check {
    padding-left: 2.5em;
}

.form-check-input:checked {
    background-color: #154a4b;
    border-color: #154a4b;
}

.form-check-label {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #154a4b;
    position: relative;
}

.hour-button {
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, .87);
    background: #fff;
    height: 44px;
    flex-shrink: 0;
    padding: 5px;
    vertical-align: top;
    width: 301px;
    margin-right: 5px;
    border: 1.2px solid #e0e0e0 !important;
}


.schedule-component .container.display-grid .channel-block {
    height: 96px;
    transition: height 1s ease-in-out;
    flex-direction: column;
    left: 0px;
    display: flex;
    margin-bottom: 10px;
    /*position: absolute;*/
}


.channel-patch {
    padding-top: 0;
    width: 137px;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 96px;
    /*text-indent: -9999px;*/
}

.schedule-component .container.display-grid .channel-block .channel-patch,
.schedule-component .container.display-grid .time-bar .channel-patch {
    position: absolute;
    height: 96px;
    left: 0;
    z-index: 1;
}

.schedule-component .container.display-grid .width-holder .channel-block .channel-patch.bbc-nordic {
    background-color: #75efe2;
    z-index: 2;
}

.schedule-component .container.display-grid .channel-block .channel-patch:after,
.schedule-component .container.display-grid .time-bar .channel-patch:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 100%;
    left: 100%;
}

.Page.region-nordic .schedule-component.schedule-component .channel-patch.bbc-nordic:after,
body[data-site="bbcnordic.com"] .schedule-component.schedule-component .channel-patch.bbc-nordic:after {
    background-color: transparent;
}

.schedule-component .channel-container {
    display: flex;
}

.schedule-component .event-block {
    position: relative;
    flex-shrink: 0;
    transition: opacity .4s ease;
    height: 96px;
    margin-right: 10px;
}

    .schedule-component .event-block.mode-grid .hover-wrapper:hover {
        background: #e9e9e9;
        box-shadow: 0 8px 10px rgba(0, 0, 0, .06), 0 3px 8px rgba(0, 0, 0, .12);
        border-radius: 2px;
        min-width: 300px;
        z-index: 1;
    }

    .schedule-component .event-block.on-now .hover-wrapper {
        background-color: #f6f6f6;
    }


    .schedule-component .event-block.mode-grid .hover-wrapper {
        border: 1.2px solid #e9e9e9;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        min-width: 100%;
        padding: 5px 19px;
        transition: background .5s ease, box-shadow .5s ease, min-width .5s ease;
        text-decoration: none;
    }

    .schedule-component .event-block time {
        font-size: 14px;
        line-height: 16px;
        color: rgba(0, 0, 0, .87);
        -webkit-line-clamp: 1;
    }

    .schedule-component .event-block h5 {
        font-size: 14px;
        line-height: 16px;
        margin: 5px 0;
        -webkit-line-clamp: 2;
        max-height: 1.2em;
        color: rgba(0, 0, 0, .6);
        font-weight: 400;
    }


    .schedule-component .event-block h4 {
        margin: 5px 0 4px;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        color: #154a4b;
    }

    .schedule-component .event-block h4,
    .schedule-component .event-block h5,
    .schedule-component .event-block time {
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        max-height: 2.6em;
        overflow: hidden;
    }

    .schedule-component .event-block .inspect {
        position: absolute;
        bottom: 10px;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        opacity: 0;
        fill: #3b1759;
    }

    .schedule-component .event-block.mode-grid .hover-wrapper:hover .inspect {
        opacity: 1;
    }

.schedule-component.schedule-component .on-now {
    color: #154a4b;
    background: rgba(21, 74, 75, .1);
    border: 1px solid #e0e0e0;
}

.schedule-component.schedule-component .progress-bar {
    background: rgba(21, 74, 75, .1);
}

.progress {
    height: 4px;
    background-color: #75efe2;
}

.schedule-component .progress-bar {
    background: rgba(21, 74, 75, .1);
    height: 4px;
    width: 100%;
    display: block;
    margin-top: 5px;
}

    .schedule-component .progress-bar .progress {
        display: block;
        background-color: #75efe2;
        height: 100%;
    }

.schedule-component .event-block.active {
    background: #e9e9e9;
    box-shadow: 0 8px 10px rgba(0, 0, 0, .06), 0 3px 8px rgba(0, 0, 0, .12);
    border-radius: 2px;
    position: relative;
}

    .schedule-component .event-block.active:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        border-color: #e9e9e9 transparent transparent;
        border-style: solid;
        border-width: 12px 8px 0;
    }

.schedule-component .container.display-grid .channel-block > .react-reveal-grid {
    width: 100%;
    /*margin-left: -144px;*/
}

    .schedule-component .container.display-grid .channel-block > .react-reveal-grid.fadeInUp {
        transition: opacity .5s ease-in-out .8s;
    }

/*List Start*/
.show-list {
}

.schedule-component .display-list .channel-tabs {
    display: flex;
    margin: 20px 0px;
    overflow: auto;
}

.schedule-component .display-list .btnactive {
    width: 100%;
    align-items: center;
    flex-direction: column;
    margin-bottom: 15px;
}


    .schedule-component .display-list .btnactive:hover {
        background-color: #e9e9e9;
    }

.schedule-component.mobile-view .container.header {
    flex-direction: column;
    margin-bottom: 3em;
}

.grid {
    display: grid !important;
}

.show_grid {
    display: block;
}

.show_list {
    display: none;
}

.schedule-component.mobile-view .mobile-nav {
    border-bottom: 4px solid #50d5b9;
    box-shadow: 0 1px 0 0 #f2f2f2;
    margin-bottom: 30px;
}

    .schedule-component.mobile-view .mobile-nav .button-group {
        display: flex;
        padding: 5px;
        margin: 0 0 -5px;
    }

        .schedule-component.mobile-view .mobile-nav .button-group button {
            border: 0;
            height: auto;
            padding-top: 6px;
        }

        .schedule-component.mobile-view .mobile-nav .button-group span.date {
            flex-grow: 1;
            text-align: center;
            font-weight: 700;
            font-size: 18px;
            line-height: 22px;
        }

            .schedule-component.mobile-view .mobile-nav .button-group span.date span {
                margin-left: .5em;
                font-weight: 400;
                font-size: 13px;
                line-height: 16px;
            }

                .schedule-component.mobile-view .mobile-nav .button-group span.date span svg {
                    width: 12px;
                    height: 9px;
                    margin-left: 6px;
                }

        .schedule-component.mobile-view .mobile-nav .button-group select {
            position: absolute;
            left: 4em;
            width: calc(100% - 8em);
            opacity: 0;
        }

.schedule-component .display-list .channel-container {
    flex-wrap: wrap;
}

.schedule-component .display-list .event-block.mode-list {
    opacity: 1 !important;
    height: auto;
    margin-top: 23px;
    display: flex;
    justify-content: space-between;
}

.schedule-component .display-list .event-block {
    position: relative;
    flex-shrink: 0;
    transition: opacity .4s ease;
    height: 96px;
}

    .schedule-component .display-list .event-block.mode-list {
        border: 1px solid #e9e9e9;
        display: flex;
        transition: background .5s ease, box-shadow .5s ease, min-width .5s ease;
        padding: 15px 24px 17px;
        width: 100%;
        gap: 12px;
    }

        .schedule-component .display-list .event-block.mode-list div.time {
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            flex-basis: 30%;
            margin-right: 3.6%;
            display: flex;
        }

            .schedule-component .display-list .event-block.mode-list div.time time {
                font-size: 24px;
                line-height: 28px;
                flex-grow: 1;
                align-items: center;
                display: flex;
                color: rgba(0, 0, 0, .6);
            }

        .schedule-component .display-list .event-block.mode-list .hover-wrapper {
            flex-basis: 80%;
            padding-right: 16px;
            background-color: transparent;
            background: transparent;
            margin-top: 20px;
        }

        .schedule-component .display-list .event-block.mode-list h4 {
            font-weight: 700;
            font-size: 18px;
            line-height: 22px;
        }

.schedule-component .event-block.mode-list h4 {
    margin: 0 0 .5em;
}

.schedule-component .event-block.mode-highlight {
    background: #fafafa;
    width: calc(100% + 114px) !important;
    padding: 15px 77px 15px 24px;
}

    .schedule-component .event-block.mode-highlight .hover-wrapper,
    .schedule-component .event-block.mode-list .hover-wrapper {
        flex-basis: 100%;
        padding-right: 16px;
    }

    .schedule-component .event-block.mode-highlight p,
    .schedule-component .event-block.mode-list p {
        font-size: 16px;
        line-height: 20px;
        color: rgba(0, 0, 0, .87);
        margin: .6em 0 0;
    }

.schedule-component .container.display-grid .event-block.mode-highlight .hover-wrapper .channel-nav {
    position: absolute;
    right: 200px;
    top: 0;
}

.schedule-component .event-block.mode-highlight .hover-wrapper .channel-nav,
.schedule-component .event-block.mode-list .hover-wrapper .channel-nav {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 16px;
}

.schedule-component .event-block.mode-highlight .channel-nav,
.schedule-component .event-block.mode-list .channel-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.schedule-component .container.display-grid .event-block.mode-highlight .hover-wrapper .channel-nav .button-group .button {
    padding: .65em 1.1em;
    font-size: 14px;
    text-align: center;
    font-family: inherit;
    background-color: #154a4b !important;
    border-color: #154a4b !important;
    line-height: 20px;
    height: 44px;
    color: #fff;
    position: relative;
    margin: 0;
    width: 100%;
    backface-visibility: hidden;
    border-radius: 2px;
}

.schedule-component .event-block.mode-highlight button.close,
.schedule-component .event-block.mode-list button.close {
    position: absolute;
    top: 11px;
    right: 120px;
    background: none;
    border: 0;
    width: 32px;
    height: 32px;
}


.schedule-component .channel-tabs .channel-tab {
    margin: 9px;
}

.schedule-component .channel-tabs .channel-tab {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 9px), 58% calc(100% - 9px), 48% calc(100% - 9px), 38% calc(100% - 9px), 0 calc(100% - 9px));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 9px), 58% calc(100% - 9px), 48% calc(100% - 9px), 38% calc(100% - 9px), 0 calc(100% - 9px));
    cursor: pointer;
}

.schedule-component .channel-tabs .channel-tab.active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 9px), calc(50% - 9px) calc(100% - 9px), 50% 100%, calc(50% + 9px) calc(100% - 9px), 0 calc(100% - 9px));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 9px), calc(50% - 9px) calc(100% - 9px), 50% 100%, calc(50% + 9px) calc(100% - 9px), 0 calc(100% - 9px));
    -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
    border-radius: 2px;
}

@media (max-width: 1007px) {
    .schedule-component .channel-tabs .channel-tab {
        margin: 9px 4px;
    }
}


.view-all {
    padding: .56667em 1em .6em;
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #3b1759;
    border: 1px solid #e9e9e9;
    height: 44px;
    background-color: transparent;
}

    .view-all:hover {
        background-color: #e0e0e0;
    }

.schedule-component .channel-tabs .channel-tab .view-all:hover {
    background: #e9e9e9;
}

.schedule-component .event-block.mode-list .hover-wrapper .channel-nav {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 5px;
}

.schedule-component .event-block.mode-list .buttonGreen {
    display: flex;
    align-items: center;
    width: 150px;
    background: #154a4b !important;
    color: #fff !important;
}

.schedule-component.schedule-component .event-block .time-label {
    color: #154a4b;
}

.schedule-component .event-block.mode-list div.time {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-basis: 19.9%;
    margin-right: 3.6%;
    display: flex;
}

.schedule-component .event-block.mode-list div.time time {
    font-size: 24px;
    line-height: 28px;
    flex-grow: 1;
    align-items: center;
    display: flex;
    color: rgba(0, 0, 0, .6);
}

.button-green {
    padding: .65em 1.1em;
    font-size: 15px;
    text-align: center;
    font-family: inherit;
    background-color: #154a4b !important;
    border-color: #154a4b !important;
    line-height: 20px;
    height: 44px;
    color: #fff;
    font-weight: 700;
    position: relative;
    text-decoration: none;
    margin: 0;
    width: 100%;
    backface-visibility: hidden;
    border-radius: 2px;
}

.schedule-component .event-block.mode-list div.time .time-label {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px;
    display: inline-block;
    letter-spacing: .1em;
    color: #154a4b;
    border: 1px solid #e0e0e0;
    justify-self: flex-start;
    height: 32px;
    margin-bottom: 10px;
}


.schedule-component .event-block.mode-list.on-now .time-label {
    background: #fff;
}

.schedule-component .event-block.mode-list.on-now .progress {
    height: 4px;
    background-color: #75efe2;
    margin-top: 0;
}

.schedule-component .event-block.mode-list.on-now .progress-bar {
    background: rgba(21, 74, 75, .1);
    height: 4px;
    width: 100%;
    display: block;
}


/*Mobile CSS*/
@media (min-width: 769px) {
    .schedule-component .mobile-nav {
        margin-bottom: 20px;
        display: none;
    }
}

.schedule-component .mobile-nav .button-group {
    display: flex;
    padding: 5px;
    margin: 0 0 -5px;
/*    border-bottom: 4px solid #50d5b9;*/
    box-shadow: 0 1px 0 0 #f2f2f2;
}

    .schedule-component .mobile-nav .button-group button {
        border: 0;
        height: auto;
        padding-top: 6px;
        padding: .75em 1.1em .65em;
        font-size: 15px;
        line-height: 20px;
        background-color: transparent !important;
        color: #154a4b !important;
        border-color: #e0e0e0 !important;
    }

        .schedule-component .mobile-nav .button-group button svg {
            vertical-align: top;
            width: 8px;
            height: 12px;
            fill: #154a4b;
        }

    .schedule-component .mobile-nav .button-group span.date {
        flex-grow: 1;
        text-align: center;
        font-weight: 700;
        font-size: 18px;
        line-height: 30px;
    }

        .schedule-component .mobile-nav .button-group span.date span {
            margin-left: .5em;
            font-weight: 400;
            font-size: 13px;
            line-height: 16px;
        }

    .schedule-component .mobile-nav .button-group select {
        position: absolute;
        left: 4em;
        width: calc(100% - 8em);
        opacity: 0;
    }

.schedule-component .mb-nav .channel-tabs {
    display: flex;
    margin: 0px 0px 10px 0px;
}

    .schedule-component .mb-nav .channel-tabs .channel-tab {
        flex-grow: 1;
        margin: 9px;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

.schedule-component .mb-nav .btnactive {
    width: 100%;
    align-items: center;
    flex-direction: column;
    margin-bottom: 15px;
}

.schedule-component .mb-nav .channel-container {
    flex-wrap: wrap;
}

.schedule-component .mb-nav .event-block {
    border: 1px solid #e9e9e9;
    flex-direction: column;
    transition: background .5s ease, box-shadow .5s ease, min-width .5s ease;
    padding: 15px;
    width: 100%;
    margin-bottom: 15px;
}

.schedule-component .on-now {
    color: #154a4b;
    background: rgba(21, 74, 75, .1);
    border: 1px solid #e0e0e0;
}

.schedule-component .mb-nav .event-block.on-now .hover-wrapper {
    background-color: transparent;
}

.schedule-component .mb-nav .event-block {
    height: auto;
}

    .schedule-component .mb-nav .event-block h4 {
        margin: 0 0 .5em;
    }

.schedule-component .event-block div.time {
    margin-bottom: .5em;
}

.bbc-nordic-plus.channel-finder p {
    margin: 16px 36px 16px 0px;
    color: #fff;
}

.bbc-nordic-plus.channel-finder span {
    color: #fff;
}

.btn-white {
    margin-top: 20px;
    align-items: center;
    display: flex;
    position: relative;
    flex-direction: row-reverse;
}

.schedule-component .event-block.mode-list {
    border: 1px solid #e9e9e9;
    display: flex;
    transition: background .5s ease, box-shadow .5s ease, min-width .5s ease;
    padding: 15px 24px 17px;
    width: 100%;
}

.schedule-component .event-block.mode-highlight,
.schedule-component .event-block.mode-list {
    opacity: 1 !important;
    height: auto;
    margin-top: 23px;
    display: flex;
    justify-content: space-between;
}

.fadeInUp .event-block {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

    .loading img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

@media screen and (min-width: 300px) and (max-width: 768px) {
    .show_grid {
        display: none;
    }

    .show_list {
        display: block;
    }

    .schedule-component mobile-view .container.button-group .links {
        display: flex !important;
    }

    .mb-nav {
        display: block;
    }

    .schedule-component .day-tabs {
        display: none;
    }

    .schedule-component .container.header .view-toggle {
        display: none;
    }

    .d-flex {
        display: block !important;
    }

    .schedule-component .navigation__search {
        margin: .9em 1em 0 0;
    }

    .schedule-component .viewtoggle {
        margin: .9em 1em 0 0 !important;
    }

    .schedule-component .container.header .button-group.links a {
        width: 150px;
    }

    .schedule-component .container.header .button-group {
        display: none;
    }

    .btnonnow {
        display: none;
    }
}


@media (max-width: 1007px) {
    .schedule-component {
        padding: 32px 0;
    }

        .schedule-component.mobile-view .container.header .d-flex {
            flex-direction: column;
            margin-bottom: 1em;
        }

        .schedule-component .container.guide-navigation .button-group.links {
            margin-right: 0;
        }

        .schedule-component .event-block.mode-highlight h4,
        .schedule-component .event-block.mode-list h4 {
            font-size: 16px;
            line-height: 20px;
        }

        .schedule-component .event-block div.time {
            margin-bottom: .5em;
        }
}


.channel-finder .gel-pica {
    font-size: 1em;
    line-height: 1.25em;
    color: #154a4b;
    font-weight: 700;
}

.channel-finder .gel-brevier {
    font-size: 15px;
    color: #333;
}

.chanel .carousel-bg {
    overflow: visible !important;
    padding-left: 0;
    padding-right: 0;
}

.channel-finder .select-channel {
    display: flex;
}


.channel-finder select {
    background-color: transparent !important;
    border: none;
    width: 25%;
    padding: 0;
    height: 20px;
    color: #333 !important;
    -webkit-user-select: none;
    -ms-user-select: none;
    appearance: auto;
    user-select: none;
    margin-right: 20px;
    font-weight: 700;
}

    .channel-finder select:focus {
        background-color: transparent !important;
        border: none;
        outline: 0;
        box-shadow: none;
    }


@media (max-width: 599px) {
    .channel-header {
        padding-top: 3rem;
    }

        .channel-header .header {
            flex-direction: column;
            align-items: flex-start;
            padding-bottom: 16px;
        }

        .channel-header .sub-title {
            flex-basis: 100%;
            margin-right: 0px;
        }

        .channel-header .header .button-group {
            flex-direction: column;
            align-items: flex-start;
        }

        .channel-header .sub-title .button-group .buttonGreen {
            width: 100%;
        }

        .channel-header .sub-title .button-group .btnactive {
            width: 100%;
            padding-left: 34%;
            padding-right: 34%;
        }

        .channel-header .header .button-group a {
            margin: 0 0 10px 0;
        }

        .channel-header .sub-title h2 {
            margin-bottom: 24px;
            font-size: 1.25em;
            font-weight: 400;
            line-height: 1.2em;
        }

        .channel-header .social ul {
            justify-content: flex-start;
        }

            .channel-header .social ul > li:first-child a {
                margin-left: 0;
            }

    .channel-finder select {
        background-color: #fff !important;
        border: none;
        width: 100%;
        padding: 10px;
        height: 50px;
        color: #333 !important;
        margin-bottom: 20px;
    }

    .channel-finder .select-channel {
        display: grid;
    }
}

@media (min-width: 1008px) {
    .channel-header .header {
        align-items: flex-end;
    }

    .channel-header .sub-title {
        margin-top: -5px;
    }
}

.search-label {
    padding: 10px;
    font-family: BBC Reith Sans, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #888888;
}

    .search-label:hover {
        color: #000;
        padding: 10px;
        background: #e9e9e9;
    }


.search-dropdown {
    position: absolute;
    height: 150px;
    width: 250px;
    overflow: scroll;
    z-index: 1;
    background: #fff;
    display: grid;
    border: 1.2px solid #e9e9e9;
    margin-top: 5px;
}

.schedule-component .channel-block h3.day-heading {
    margin-top: 48px;
}

.schedule-component .channel-block .day-heading {
    margin: 1.2em 0 0;
    font-size: 18px;
    line-height: 22px;
    color: rgba(0, 0, 0, .87);
    font-family: BBC Reith Sans, Helvetica, Arial, sans-serif;
    font-weight: 900;
}

.dropdown .buttonGreen {
    width: 100% !important;
}

.fadeInUp {
    opacity: 1;
    animation-duration: 1000ms;
    animation-delay: 0ms;
    animation-iteration-count: 1;
}

.schedule-component .channel-block > .react-reveal-grid.fadeInUp {
    transition: opacity .5s ease-in-out .8s;
}

.schedule-component .channel-block > .react-reveal-grid .event-block.mode-highlight {
    width: 99% !important;
    position: absolute;
    left: 0;
}
