/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* -------------- important in all themes ------------------ */

.vjs-picture-in-picture-control {
    display: none !important;
}

.vjs-ds-block-imp .vjs-big-play-button {
    display: block !important;
}

.vjs-ds-block-imp .vjs-control-bar {
    display: none !important;
}

.vjs-ds-block-imp .vjs-poster {
    display: inline-block !important;
}

    .vjs-ds-block-imp .vjs-poster.vjs-hidden {
        display: inline-block !important;
    }

.video-js img {
    object-fit: cover;
}

.vjs-audio-fix-position-playing {
    position: fixed !important;
    display: block !important;
    bottom: 0px !important;
    border-radius: 0px !important;
    width: 100% !important;
    left: 0px !important;
    height: 54px !important;
    z-index: 9999999999999 !important;
}

.kbh-video-js-close-audio-btn-helper {
    background: #1e242c !important;
    border-radius: 20px !important;
    width: 25px !important;
    height: 25px !important;
    color: white !important;
    padding-top: 8px !important;
    padding-left: 0px !important;
    line-height: 7px !important;
    font-size: 20px !important;
    position: fixed !important;
    bottom: 56px !important;
    right: 2px !important;
    display: inline-block !important;
    z-index: 9999999999999 !important;
    cursor: pointer !important;
    direction: ltr !important;
    text-align: center !important;
}

.kbh-video-js-close-video-btn-helper {
    background: #1e242c !important;
    border-radius: 20px !important;
    width: 25px !important;
    height: 25px !important;
    color: white !important;
    padding-top: 8px !important;
    padding-left: 0px !important;
    line-height: 7px !important;
    font-size: 20px !important;
    position: fixed !important;
    top: 25px !important;
    right: 25px !important;
    display: inline-block !important;
    z-index: 9999999999999 !important;
    cursor: pointer !important;
    direction: ltr !important;
    text-align: center !important;
}

video {
    border-radius: 4px;
}

.kbh-vjs-audio {
    min-height: 54px;
    background-color: transparent;
    display: block;
    border-radius: 4px;
}

.kbh-vjs-video {
    min-height: 150px;
    max-width: 300px;
    background-color: transparent;
    display: block;
    margin: 0 auto;
    border: 1px solid #202cd2;
    border-radius: 4px;
    box-shadow: 0px 0px 15px 5px #002162;
    outline: 1px solid #ffffff;
    outline-offset: 0px;
    outline-width: 8px;
}

.video-js.vjs-theme-default {
    width: 100% !important;
    min-height: 150px;
    height: auto;
    aspect-ratio: 16 / 10;
}

.kbh-vjs-audio .video-js.vjs-theme-default {
    width: 100% !important;
    min-width: 280px;
    min-height: 0px;
    height: 54px;
    aspect-ratio: auto;
}

/* -------------- important in all themes ------------------ */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
.vjs-theme-default {
    --vjs-theme-default--primary: #4176bc;
    --vjs-theme-default--secondary: #fff;
    border-radius: 4px !important;
}

    .vjs-theme-default img {
        border-radius: 4px !important;
    }

    .vjs-theme-default .vjs-big-play-button {
        width: 90px;
        height: 70px;
        line-height: 70px;
        font-size: 55px;
        border: none;
        top: 50%;
        left: 50%;
        margin-top: -35px;
        margin-left: -40px;
        background: linear-gradient(90deg, #0a15a9 1.1%, #1380fc 100%);
        background-color: linear-gradient(90deg, #202cd3 1.1%, #0778f9 100%);
        color: #fff;
    }

        .vjs-theme-default.vjs-big-play-button:focus,
        .vjs-theme-default:hover .vjs-big-play-button {
            background-color: #000;
            color: #fff;
        }

    .vjs-theme-default .vjs-control-bar {
        height: 54px;
        border-radius: 4px !important;
    }

    .vjs-theme-default .vjs-button > .vjs-icon-placeholder:before,
    .vjs-theme-default .vjs-time-control {
        line-height: 54px;
    }

    .vjs-theme-default .vjs-play-control {
        font-size: 1.5em;
        position: relative;
    }

    .vjs-theme-default .vjs-volume-panel {
        order: 4;
    }

    .vjs-theme-default .vjs-volume-bar {
        margin-top: 2.5em;
    }

.vjs-theme-city
.vjs-volume-panel:hover
.vjs-volume-control.vjs-volume-horizontal {
    height: 100%;
}

.vjs-theme-default .vjs-progress-control .vjs-progress-holder,
.vjs-theme-default .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.5em;
}

.vjs-theme-default .vjs-play-control .vjs-icon-placeholder:before {
    height: 1.3em;
    width: 1.3em;
    margin-top: 0.2em;
    border-radius: 1em;
    border: 3px solid var(--vjs-theme-default--secondary);
    top: 2px;
    left: 9px;
    line-height: 1.1;
}

.vjs-theme-default .vjs-play-control:hover .vjs-icon-placeholder:before {
    border: 3px solid var(--vjs-theme-default--secondary);
}

.vjs-theme-default .vjs-play-progress,
.vjs-theme-default .vjs-play-progress:before {
    background-color: var(--vjs-theme-default--primary);
}

    .vjs-theme-default .vjs-play-progress:before {
        height: 0.8em;
        width: 0.8em;
        content: "";
        border: 4px solid var(--vjs-theme-default--secondary);
        border-radius: 0.8em;
        top: -0.25em;
    }

.vjs-theme-default .vjs-progress-control {
    font-size: 14px;
}

.vjs-theme-default .vjs-fullscreen-control {
    order: 6;
}

.vjs-theme-default .vjs-remaining-time {
    display: none;
}

.vjs-theme-default .vjs-menu-button-popup .vjs-menu {
    margin-bottom: 40px;
}

.vjs-theme-default .vjs-playback-rate .vjs-playback-rate-value {
    line-height: 54px;
}

.vjs-theme-default.kbh-vjs-audio {
    min-height: 54px;
}
