body{
    background: #000!important;
}
body .vjs-modal-content {
    position: relative;
    width: 50%;
    height: 100%;
    background-color: transparent;
    border-radius: 10px;
}
.css-1bvc4cc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.css-1pbnptd{
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
}
.css-1pbnptd img{
    border-radius: 1.5rem;
}
.custom-controls{
    z-index: 999999990;
    position: absolute;
    left:50%;
    width:200px;
    transform: translate(-50%);
}
.custom-button.plus{
    font-size: 0px;
    width: 30px;
    height: 30px;
    float: right;
    background: url(/storage/general/skip10.webp) no-repeat;
    background-size: contain;
    background-position: center;
    border: 0px;
}
.custom-button.min{
    border: 0px;
    font-size: 0px;
    width: 30px;
    height: 30px;
    float: left;
    background: url(/storage/general/min10.webp) no-repeat;
    background-size: contain;
    background-position: center;
}
.css-1pbnptd:hover img{
    /*transform: scale(1.2);*/
}
.th-btn:hover{
    opacity: 1;
}
.th-btn{
    /* opacity: 0; */
    border: 0px;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease; /* Transition for smooth opacity change */
}
.css-1av6noy {
    width: 20%;
    height: 10%;
    fill: none;
}
@keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

/* Apply the animation to an element */
.video-navigation{
    height: 100%;
}
.video-navigation .btn {
    position: absolute;
    top: 50%;
    font-size: 0px;
    width: 32px;
    height: 64px;
    transform: translateY(-50%);
}
.video-navigation .btn.prev {
    left: 0;

    background: url(/storage/general/arraow-left.webp) no-repeat;
    background-size: contain;
    background-position: center;
}
.video-navigation .btn.next {
    right: 0;
    background: url(/storage/general/arraow.webp) no-repeat;
    background-size: contain;
    background-position: center;
}
.video-navigation .btn:hover {
    background-color: transparent!important;
}

body #videoPlayer {
    width: 100%;
    height: auto !important;
    border-radius: 10px;
    z-index: 9999999;
}
.element-to-animate {
    animation: fadeInOut 2s infinite; /* animation-name, duration, iteration count */
}
.vjs-modal-content .video-js {
    width: 80%;
    min-height: 480px;
    max-width: 300px;
    padding: 2rem 1.25rem;
    margin: auto;
    background: var(--bg);
    box-shadow: var(--color-shadow);
    border-radius: 15px;
    position: relative;
    border: 2px outset rgba(255, 255, 255, 0.3);
    box-shadow: 0px 1px 24px -1px rgba(0, 0, 0, 0.2), 0 1.5em 2em -1em rgba(0, 0, 0, 0.8), inset 0 0.0625em 0 white, inset 0 -0.125em 0.0625em rgba(0, 0, 0, 0.3);
    transform: scale(0.875);
    backdrop-filter: blur(20px);
    background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.15), transparent);
    background-color: rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
}
.video-js {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Playlist */
.vjs-mouse.vjs-playlist {
    font-size: 11px;
    line-height: 16pt;
    background-color: #f3f3f3;
    color: #dcdcdc;
    min-width: 289px;
    padding: 0;
}
.vjs-mouse.vjs-playlist .vjs-playlist-thumbnail {
    margin-right: 12px;
    font-size: 13px;
    width: 90px;
    overflow: hidden;
}
.vjs-mouse.vjs-playlist .vjs-playlist-thumbnail img {
    width: 121px;
    margin-left: -15px;
}
.vjs-mouse.vjs-playlist time {
    display: none;
}
.vjs-mouse.vjs-playlist li.vjs-playlist-item {
    padding-right: 12px;
    margin-bottom: 0;
    background: #eee;
    border-right: 1px #dcdcdc solid;
    border-bottom: 1px #dcdcdc solid;
    border-left: 1px #dcdcdc solid;
}
.vjs-mouse.vjs-playlist li.vjs-playlist-item:first-child {
    border-top: 1px #dcdcdc solid;
}
.vjs-mouse.vjs-playlist li.vjs-playlist-item.vjs-selected {
    background: white;
}
.vjs-mouse.vjs-playlist li.vjs-playlist-item.vjs-selected .vjs-playlist-thumbnail:before {
    content: "";
    left: 0;
    top: 0;
    background-color: transparent;
}
.vjs-mouse.vjs-playlist li.vjs-playlist-item.vjs-selected:hover .vjs-playlist-thumbnail:before {
    border: none;
}
.vjs-mouse.vjs-playlist li.vjs-playlist-item:hover .vjs-playlist-thumbnail:before {
    height: 2.5em;
    width: 2.5em;
    margin-left: -15px;
    color: rgba(255, 255, 255, 0.75);
    background-color: transparent;
    border: 0.19999em solid rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.vjs-mouse.vjs-playlist cite {
    display: inherit;
    height: initial;
    font-weight: bold;
    padding-top: 8px;
    color: #1e8ae7;
}
.vjs-mouse.vjs-playlist .vjs-playlist-description {
    margin: 0;
    height: 40px;
    color: #737373;
    line-height: 14pt;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.video-js.vjs-mouse {
    /* The base font size controls size of everything, not just text.
       All dimensions use em-based sizes to scale along w/ font size.*/
    font-size: 10px;
    /* main font color changes ICON COLORS as well as the text */
    color: #555759;
    /* The "Big Play Button" is the play button that shows before the video plays.*/
    /* The default color of control backgrounds is mostly black but with a little bit of blue so it can still be seen on all-black video frames, which are common. */
    /* Make a slightly lighter version of the main background
    // for the slider background.*/
    /* Slider - used for Volume bar and Progress bar */
    /* We need an increased hit area on hover */
    /* The slider bar color is used for the progress bar and the volume bar
       (the first two can be removed after a fix that's coming) */
    /* Progress Bars */
    /* The main progress bar also has a bar that shows how much has been loaded. */
    /* .vjs-big-play-button:focus,
    .vjs-big-play-button:hover,
    .vjs-progress-holder:focus:before {
        box-shadow: 0 0 15px 3px #FFF;
    } */
}
.video-js.vjs-mouse:hover .vjs-big-play-button, .video-js.vjs-mouse:hover .vjs-big-play-button:before {
    border-color: rgba(255, 255, 255, 0.85);
    color: rgba(255, 255, 255, 0.85);
    box-shadow: none;
}
.video-js.vjs-mouse .vjs-big-play-button {
    /* The font size is what makes the big play button...big.
    All width/height values use ems, which are a multiple of the font size.
    If the .video-js font-size is 10px, then 3em equals 30px.*/
    font-size: 5em;
    /* 3em;*/
    background-color: transparent;
    /* We're using SCSS vars here because the values are used in multiple places.
    W/ font size set, the following em values will be a multiple of the
    new font size. If font-size is 3em (30px), then setting any of
    the following values to 3em would equal 30px. 3 * font-size. */
    /* 3em; */
    /* 1.5em = 45px default */
    line-height: 1.3em;
    height: 1.5em;
    width: 1.5em;
    /* 0.06666em = 2px default */
    border: 0.09999em solid rgba(255, 255, 255, 0.75);
    /* 0.3em = 9px default */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    /* Align center */
    left: 50%;
    top: 50%;
    margin-left: -0.75em;
    margin-top: -0.75em;
}
.video-js.vjs-mouse .vjs-big-play-button:before {
    position: initial;
    color: rgba(255, 255, 255, 0.75);
    font-size: inherit;
    line-height: inherit;
    margin: 0.09999em auto;
    text-align: center;
    width: initial;
}
.video-js.vjs-mouse .vjs-control-bar,
.video-js.vjs-mouse .vjs-menu-button .vjs-menu-content {
    color: #555759;
    background-color: #eee;
}
.video-js.vjs-mouse .vjs-menu-button .vjs-menu-content {
    background-color: rgba(238, 238, 238, 0.5);
}
.video-js.vjs-mouse .vjs-slider {
    /*background-color: $slider-bg-color;
    background-color: rgba($slider-bg-color, 0.5);*/
    /* background-color: tranparent; */
}
.video-js.vjs-mouse .vjs-volume-level,
.video-js.vjs-mouse .vjs-slider-bar {
    background: #555759;
    min-width: 11.5%;
    height: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
.video-js.vjs-mouse .vjs-volume-bar {
    height: 3px;
    padding: 6px 0 6px;
    position: relative;
}
.video-js.vjs-mouse .vjs-progress-holder:before,
.video-js.vjs-mouse .vjs-volume-bar:before {
    height: 10px;
    box-shadow: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
.video-js.vjs-mouse .vjs-progress-holder:before {
    background-color: rgba(112, 109, 109, 0.3);
}
.video-js.vjs-mouse .vjs-volume-bar::before {
    background: #555759;
}
.video-js.vjs-mouse .vjs-load-progress {
    background: #555759;
}
.video-js.vjs-mouse .vjs-play-progress {
    background: #ee3134;
    /* stripes */
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
    /* animation */
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.video-js.vjs-mouse .vjs-volume-handle {
    background-color: #eee;
    width: 1em;
    height: 1em;
    margin-top: 6px;
    left: 88.5%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.video-js.vjs-mouse .vjs-slider-handle {
    position: absolute;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.video-js.vjs-mouse .vjs-seek-handle.vjs-slider-handle:before {
    content: "";
    font-size: 1em;
    background-color: #eee;
    border: 1px solid #555759;
    width: 1.25em;
    height: 1.25em;
    text-shadow: 0em 0em 1em #fff;
    position: absolute;
    top: 1.1em;
    left: -0.5em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.video-js.vjs-mouse .vjs-seek-handle.vjs-slider-handle:after {
    content: "";
    font-size: 1em;
    background-color: #eee;
    border: 1px solid #555759;
    width: 0.5em;
    height: 0.5em;
    text-shadow: 0em 0em 1em #fff;
    position: absolute;
    top: 1.5em;
    left: -0.13em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.video-js.vjs-mouse .vjs-progress-holder {
    padding: 13px 0 5px;
    height: 10px;
}
.video-js.vjs-mouse .vjs-load-progress,
.video-js.vjs-mouse .vjs-play-progress {
    height: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
.video-js.vjs-mouse .vjs-play-progress {
    margin-top: -10px;
}
body .btn-close:hover {
    color: rgba(250, 250, 250, 0.8) !important;
}
.btn-close{
    z-index: 9999;
    width: 2em!important;
    height: 2em!important;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@media screen and (min-width: 1366px) {
    .vjs-modal-content .video-js {
        width: 80%;
        min-height: 480px;
        max-width: auto;
    }
    body #videoPlayer{
        height: inherit !important;
        margin-top: 0vw;
    }
    .vjs-modal-content .video-js{
        max-width: inherit!important;
    }
}
@media screen and (max-width: 1366px) {
    body #videoPlayer{
        top: 50%;
        transform: translateY(-50%);
    }

}
@media screen and (min-width: 1200px) {
    .css-v278cl {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media screen and (max-width: 768px) {
    body .vjs-modal-content {
        position: relative;
        width: 80%;
    }
    .video-navigation {
        padding: 0 35px;
    }
    .video-navigation .btn.prev {
        left: -15px;
    }
    .video-navigation .btn.next {
        right: -15px;
    }
    .video-full{
        width: 86%;
        margin: 0 auto;
        margin-left: 7% !important;
    }
}
