body {
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    line-height: 1;
}

.content {
    margin: 0 auto;
    width: 100%;
    min-height: 100%;
    position: relative;
}

.ui.basic.modal {
    z-index: 1000;
    text-align: center;
}

.ui.basic.modal .actions {
    text-align: center;
}
.ui.modal .actions > .button {
    margin-left: 0px;
}

.channel-name {
    font-family: "Open Sans";
    font-size: 25px;
    color: #ffffff;
}
.channel-name p {
    margin-top: 20px;
    font-size: 11px;
    line-height: 1;
}

.channel-name > img {
    width: 200px;
}
.channel-name > div {
    margin: 10px;
}

video {
    z-index: 999;
    height: 100%;
    /* cursor: none; */
}

/* .video-wrap {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    min-height: 100%;
} */

.dimmer,
.loader {
    z-index: 1001;
}

.ui.dimmer {
    background-color: rgba(0, 0, 0, 1);
}

/* .ooglebox-wrapper {
    position: absolute;
    top: 12px;
    left: 15px;
    opacity: 0.2;
    z-index: 1000;
}

.ooglebox-wrapper > img {
    width: 100px;
} */

.icon-wrapper {
    height: 40px;
    width: 40px;
    border-radius: 4px;
    background-color: black;
    z-index: 1002;
    top: 6px;
    right: 4px;
    padding: 5px 7px;
    position: absolute;
    cursor: pointer;
}

.icon-wrapper.inactive {
    display: none;
}

/* .icon-wrapper.active {
    display: block;
} */

.list.alternate.icon {
    margin-top: 3.5px;
    margin-left: 0px;
    color: white;
    font-size: 22px;
    display: block;
}

#video:focus {
    outline: none;
}

.plyr--video {
    height: 100%;
}

.plyr audio,
.plyr iframe,
.plyr video {
    width: 100% !important;
}

.container-wrap {
    text-align: left;
    position: absolute;
    max-height: 100%;
    width: 100%;
    overflow: scroll;
    scroll-behavior: smooth;
    background: black;
    left: 0;
    z-index: 1001;
}

.container-wrap.collapsed {
    /* display: none; */
    left: -100%;
}

.container {
    display: flex;
    flex-direction: column;
    background-color: black;
    color: white;
    font-family: "Roboto", sans-serif;
    width: 5000px;
    font-size: 12px;
    position: absolute;
    padding-left: 150px;
}

.row {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    border: none;
    padding: 0;
    background-color: black;
}

.row:focus {
    outline: none;
}

/* .row:nth-child(even) {
    background-color: rgb(12, 12, 12);
} */

.program {
    display: flex;
    flex-direction: column;
    width: 200px;
    height: 65px;
}

.program > div {
    border-radius: 8px;
    padding: 10px;
    margin: 3px;
    background: linear-gradient(to right, rgb(26, 32, 44), rgb(26, 32, 44));
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 100%;
    display: block;
}

.program > div > div:nth-child(1) {
    color: rgb(209, 209, 209);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 15px;
}

.program > div > div:nth-child(2) {
    color: rgb(113, 128, 150);
    font-size: 12px;
}

.timeshift .program > div {
    background: rgb(26, 25, 25);
}

.program.current-program > div {
    background: linear-gradient(
        to right,
        rgb(5, 25, 55),
        rgb(0, 35, 96),
        rgb(17, 31, 75)
    );
}

.current-channel {
    position: absolute;
    top: 88%;
    color: white;
    /* background gradient opaque black to 0.2 black */
    background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.2));
    z-index: 9999999;

    min-width: 100%;
    font-weight: 100;
    text-align: left;
    padding: 10px;
}

.current-channel > .country {
    font-size: 20px;
    font-family: "Open Sans";
}

.current-channel > .channel {
    font-size: 26px;
    font-family: "Open Sans";
    margin-bottom: 5px;
}

.program > div:active {
    background: linear-gradient(
        to right,
        rgb(19, 36, 61),
        rgb(0, 35, 96),
        rgb(0, 46, 179)
    );
}

.current-program.program.now-playing > div {
    background: linear-gradient(
        to right,
        rgb(2, 36, 121),
        rgb(0, 35, 156),
        rgb(0, 46, 179)
    );
}

.logo {
    min-width: 150px;
    min-height: 65px;
    margin: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-color: #171923;
    width: 100%;
}

.channels {
    position: sticky;
    background-color: #171923;
    left: 0;
    float: left;
    width: 0px;
    z-index: 10;
    top: -10px;
}

.timeline {
    position: sticky;
    top: 0;
    width: 5000px;
    height: 0px;
    background-color: black;
    z-index: 11;
    overflow: hidden;
}

.time {
    display: inline-block;
    justify-content: center;
    align-items: center;
    color: rgb(113, 128, 150);
    font-size: 10px;
    border-right: 1px solid white;
    margin: 2px;
    height: 30px;
    position: relative;
    font-family: "Roboto", sans-serif;
}

.time > span {
    position: absolute;
    top: 0;
    left: -20px;
    background: black;
    padding: 3px;
}

.time:first-child {
    padding: 0;
    margin: 0;
}

.programOffset {
    display: inline-block;
}

.current-time {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    min-height: 100%;

    background: white;
    opacity: 0.5;
    z-index: 9;
}

.timeline {
    display: none;
}

.logo.active {
    background-color: rgb(190, 32, 32);
}

.highlighted {
    background: linear-gradient(
        to right,
        rgb(5, 25, 55),
        rgb(0, 35, 96),
        rgb(17, 31, 75)
    );
}

.program > div {
    border: 1px solid black;
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
    html {
        transform: rotate(-90deg);
        transform-origin: left top;
        width: 100vh;
        height: 100vw;
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }
}

button {
    text-align: left;
}

.video-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: contain;
}

/* .video-wrap video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.video-wrap.hide-cursor {
    cursor: none;
}

.plyr--captions-enabled [data-plyr="captions"] {
    display: none !important;
}

div[id^="plyr-settings-"][id$="-home"] > div > button:nth-child(1) {
    display: none;
}

div[id^="plyr-settings-"][id$="-home"] > div > button:nth-child(3) {
    display: none;
}

button.plyr__controls__item.plyr__control.plyr__control--pressed {
    display: none !important;
}

div.plyr__controls__item.plyr__progress__container {
    display: none !important;
}

div.plyr__controls__item.plyr__time--current.plyr__time {
    display: none !important;
}

#seconds {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    color: white;
    font-size: 20px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}