/*
Theme Name: StreamVid Child
Theme URI: https://jwsuperthemes.com/
Description: Child theme for StreamVid
Author: JWSuperthemes
Author URI: https://jwsuperthemes.com/
Template: streamvid
Version: 1.0.0
*/
:root {
    --main: #7b61ff;
    --secondary: #a3714e;
    --light: #ffffff;
    --dark: #000000;
    --heading: #ffffff;
    --body: #cccdd2;
    --body2: #a1a0a1;
    --bodybg: #00031c;
    --btn-bgcolor: #9e61ff;
    --btn-color: #ffffff;
    --btn-bgcolor2: #619bff;
    --btn-color2: #ffffff;
    --btn-bgcolor3: #6c52ee;
    --font-size-sm: 14px;
    --line-height-sm: 19.6px;
    --input-background: #191c33;
    --input-background2: #31344b;
    --background-item: #191c33;
    --background-body: #00031c;
    --border-color: #292c41;
    --border-color2: #80818d;
    --full-fd: 70px;
}

@media (max-width: 767px) {
    :root {
        --font-size-sm: 12px;
        --line-height-sm: 16px;
    }
}

.btn-theme {
    background: var(--main);
    color: #ffffff;
    height: 50px;
    padding: 0 40px;
    text-align: center;
    line-height: 50px;
}

button.btn-theme {
    border: 0;
}

.materials-list,
.links-list {
    margin-top: 0px;
}

.post-inner.hover-video .video-cat {
    display: block;
}

#ajax-player-popup {
    max-width: 1140px;
    margin: 0 auto;
}


.jws-blog-element .jws_blog_layout6 .post-inner .videos-content {
    position: relative;
    padding-top: 21px;
    padding-bottom: 20px;
    padding-left: 17px;
    padding-right: 17px;

}

.jws-blog-element .jws_blog_layout6 .post-inner .author-avatar {
    border: 4px solid var(--background-item);
    background: var(--light);
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: -24px;
    max-width: 48px;
    height: 48px;
    width: 48px;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

.jws-blog-element .jws_blog_layout6 .post-inner {
    background: var(--background-item);
    border-radius: 10px;
    overflow: hidden;
}

.jws-blog-element .jws_blog_layout6 .post-inner .videos-meta .time:before {
    content: '';
    width: 2px;
    height: 2px;
    background: #ffffff;
    opacity: 0.5;
    border-radius: 100%;
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle;
}

.jws-blog-element .jws_blog_layout6 {
    .post-inner .video-cat {
        font-size: var(--font-size-sm);
        line-height: var(--line-height-sm);
        margin-bottom: 7px;
    }
}

.jws-tabs .nav-tabs {
    justify-content: center;
}

.jws-movies_advanced-element .layout2 .post-inner .video-description {
    max-height: 62px;
}

.sources-list {
    text-align: left;
}

.tabs-content>div:not(.active) {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.tabs-content>div.active {
    display: block;
    opacity: 1;
    pointer-events: auto;
    position: relative;
}

.single-episodes .sources-list {
    margin-top: 0px;
}

.tabs-content .layout-grid .post-inner {
    max-width: 100%;
}

.movies_advanced_content .post-media .time {
    background: rgba(0, 3, 28, 0.4);
    border-radius: 20px;
    color: #ffffff;
    position: absolute;
    bottom: 14px;
    left: 9px;
    padding: 2px 5px;
    font-size: 14px;
    z-index: 1;
}

.jws-tv-show-tags-all {
    a {
        display: inline-block;
        background: var(--background-item);
        border-radius: 25px;
        padding: 3px 13px;
        margin-inline-end: 10px;
        margin-bottom: 10px;
        font-size: 14px;

        &.active {
            background: var(--main);
            color: var(--light);

        }
    }
}

.jws-tv-show-tags-grid {
    .tag-item {
        background: var(--background-item);
        border-radius: 25px;
        padding: 20px;
        text-align: center;
        transition: 0.3s all;
        min-height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-bottom: 20px;

        a {
            position: absolute;
            top: 0;
            left: 0%;
            inset: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        &:hover {
            background: var(--main);
            color: var(--light);
        }
    }
}


.sidebar-list .episodes-content.layout4 .time {
    position: unset;
    background: transparent;
    padding: 0;
}

.buy-coffee {
    text-align: center;
}

.toast-close {
    font-size: 0;

    &:before {
        font-size: 16px;
    }
}

#share-videos {
    .post-share-inner {
        text-align: center;

        a {
            display: inline-block;
            vertical-align: middle;
            width: 45px;
            height: 45px;
            background-color: #929292;
            line-height: 45px;
            border-radius: 100%;
            color: #ffffff;
            font-size: 20px;

            &.s-whatsapp {
                background: #56b156;
            }

            &.s-email {
                background: #db4437;
            }
        }
    }

    .form-head {
        text-align: center;
    }
}

.jws_playlist_trailer_element .video-background .view-video i {
    font-size: 50px;
}

.jws_playlist_trailer_element .video-background .view-video {
    margin: 0;
    transform: translate(-50%, -50%);
}

#reviews {
    display: none !important;
}

.jws-movies_advanced-element .layout4 .jws-post-item {
    transform: none !important;
}

.jws-movies_advanced-element .layout4 .content-hover {
    width: calc(200% + 20px);
    height: 102%;
}

.profile-history .post-media img {
    position: unset;
}

.profile-history .post-media:before {
    display: none;
}

.profile-main.editor .post-media,
.profile-main.editor .videos-content {
    pointer-events: none;
}

.profile-history .post-media {
    overflow: unset;
}

.profile-main .favorites-page .movies_advanced_content .post-inner {
    width: 100%;
}

.video-content-holder .video-cat a {
    pointer-events: none;
}

@media (max-width: 767px) {
    .jws-movies_advanced-element .layout4 .content-hover {
        width: 100%;
    }

    .jws-tabs>.row>.col-xl-3 {
        order: 12;
    }
}


div.mycred-video-wrapper div.mycred-video-update-box {
    z-index: 999;
    position: relative !important;
    color: #f7f7f7 !important;

}

.jws-history-element,
.jws-my-list-element {
    margin-bottom: 40px;
}



.podcast-audio-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.podcast-audio-list li {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 12px 0;
    /* border-bottom: 1px solid #ececec; */
    background-color: var(--background-item);
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
}

.podcast-audio-list li:last-child {
    border-bottom: none;
}

.podcast-audio-list strong {
    color: var(--heading);
}

.podcast-audio-list audio {
    flex: 1;
}

.podcast-audio-list audio {
    width: 100%;
    border-radius: 12px;
    background: #23243a;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    outline: none;
    margin: 0 10px;
    transition: box-shadow 0.2s;
    border: 1px solid #393a4c;
    padding: 2px;
    display: block;
}

.podcast-audio-list li:hover audio {
    box-shadow: 0 4px 24px rgba(123, 97, 255, 0.18);
    border-color: var(--main);
}

audio::-webkit-media-controls-panel {
    background-color: #23243a !important;
    border-radius: 12px;
}

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display,
audio::-webkit-media-controls-timeline,
audio::-webkit-media-controls-volume-slider {
    filter: invert(1);
}

audio::-webkit-media-controls-mute-button {
    filter: invert(1);
}

audio::-webkit-media-controls-more-button {
    filter: invert(1);
    background-color: transparent !important;
}

audio::-webkit-media-controls-more-button {
    filter: invert(1) brightness(2);
}

audio::-webkit-media-controls-enclosure {
    border-radius: 12px;
    background: #23243a !important;
}

.podcast-audio-list strong {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.tool-mobile {
    display: none;
    justify-content: center;
    margin-bottom: 20px;

    .jws-tool {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .jws-tabs .nav-tabs li:not(:last-child) {
        margin-bottom: 5px;
    }

    .tool-mobile {
        display: flex;
    }

    .jws-tabs {
        .jws-tool {
            display: none;
        }
    }
}