:root {
    --red-bg: #8d0034;
    --white: #fff;
    --blue: #344c60;
}

.fixed-video.stuck{
    height: 160px !important;
    .btn-close{
    position: absolute;
        z-index: 9;
        right: 0;
        background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    }
}

.stickysidebar {
    position: sticky;
    inset-block-start: 110px;
}

.title {
    width: 100%;
    max-width: 854px;
    margin: 0 auto;
}

.caption {
    width: 100%;
    max-width: 854px;
    margin: 0 auto;
    padding: 20px 0;
}

.vid-main-wrapper {
    width: 100%;
    max-width: 1100px;
    /* min-width: 440px; */
    background: #fff;
    margin: 0 auto;
    position: relative;
}

/* VIDEO PLAYER CONTAINER ############################### */
.vid-container {
    position: relative;
    padding-inline-end: 52%;
    padding-inline-start: 30px;
    height: 0;
    width: 67%;
    float: left;
    transition: transform 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
    height: 501px !important;
}

html[dir=rtl] .vid-container {
    float: right;
    direction: rtl;
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

html[dir=rtl] .vid-container iframe,
.vid-container object,
.vid-container embed {
    /* right: 20px; */
    /* left: unset; */
}

/* VIDEOS PLAYLIST ############################### */
.vid-list-container {
    width: 0;
    height: 508px;
    float: right;
    position: relative;
}

html[dir=rtl] .vid-list-container {
    float: left;
    direction: rtl;
}

.vid-container video {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

html[dir=rtl] .vid-container video {
    right: 0px;
    left: 0px;
    margin-inline-start: 0px;
}

.vid-container video.stuck {
    position: fixed;
    inset-block-end: 20px;
    inset-inline-start: 20px;
    transform: translateY(100%);
    width: 260px;
    height: 145px;
    animation: fade-in-up 0.25s ease forwards;
    z-index: 999;
}

iframe.stuck {
    position: fixed;
    inset-block-end: 20px;
    inset-inline-start: 20px;
    transform: translateY(100%);
    width: 260px;
    height: 145px;
    animation: fade-in-up 0.25s ease forwards;
    z-index: 999;
    bottom: 20px;
    top: unset;
}

.yt video {
    display: none;
}

.vid iframe {
    display: none;
}

ol.vid-list {
    margin: 0;
    padding: 0;
    background: #222;
    position: absolute;
    inset-inline-start: 0;
}

ol.vid-list li {
    list-style: none;
    height: 110px;
}

ol.vid-list li a {
    text-decoration: none;
    background-color: #222;
    height: 110px;
    display: block;
    padding: 10px;
}

ol.vid-list li a:hover {
    background-color: #666;
}

.vid-container.hidden {
    width: 100%;
    position: relative;
}

.vid-main-wrapper {
    overflow: hidden;
}

.vid-list-container {
    width: 33%;
    transition: transform 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
}

.vid-list-container.hidden {
    width: 0;
    overflow: visible;
}

.vid-list-container.hidden .arrow-btn .bi-chevron-right::before {
    content: "\f478";
}

.vid-list-container .vid-list {
    overflow: auto;
    height: 501px;
}

.vid-thumb {
    float: left;
    margin-right: 8px;
}

.vid-thumb img {
    width: 90px;
    height: 90px;
}

.active-vid {
    background: #3a3a3a;
}

.vid-list .desc {
    padding: 8px;
    word-break: break-word;
    height: 100%;
    line-height: 1.2;
    position: relative;
}

.vid-list .desc h4 {
    margin: 2px 0 5px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    opacity: 0.6;
    color: #eee;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 25px;
}

.vid-list .desc p {
    margin: 0;
    font-size: 10px;
    color: #fff;
    overflow: hidden;
    height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vid-list .desc h5 {
    margin-top: 5px;
    font-size: 10px;
    font-weight: normal;
    opacity: 0.7;
    font-size: 10px;
    color: #eee;
}

@media (max-width: 624px) {
    body {
        margin: 15px;
    }

    .caption {
        margin-top: 40px;
    }

    .vid-list-container {
        padding-bottom: 20px;
    }
}

@media (max-width: 624px) {
    body {
        margin: 15px;
    }

    .caption {
        margin-top: 40px;
    }

    .vid-list-container {
        padding-bottom: 20px;
    }
}

.media-overlay .item {
    height: 300px;
}

.container-box {
    margin: 0 auto;
    -webkit-margin-before: 0px;
    margin-block-start: 0px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cover {
    background-color: #ddd;
    height: 500px;
    display: flex;
    color: #fff;
    overflow: hidden;
}

.video-box {
    background-color: blueviolet;
    display: flex;
    place-items: center;
    transition: 0.2s ease-out all;
    transition: width 0.2s ease-out;
    width: 60%;
}

.video-box.hidden {
    width: 100%;
}

.video-list {
    background: rgba(0, 0, 0, 0.5);
    width: 40%;
    color: #333;
    position: relative;
    transition: transform 0.3s ease, width 0.3s ease;
}

.video-list ul {
    padding: 0;
    margin-left: 50px;
}

.video-list ul li {
    list-style: none;
}

.video-list.hidden {
    width: auto;
}

.video-list.hidden .bi-chevron-right::before {
    content: "\F478";
}

.video-list.hidden ul,
.video-list.hidden .play-list {
    display: none;
}

html[dir=rtl].vid-list-container.hidden.vid-list {
    width: 0;
}

html[dir=rtl].vid-list-container .vid-list {
    width: 0;
}

.arrow-btn {
    cursor: pointer;
    padding: 3px 7px;
    position: absolute;
    right: auto;
    left: -38px;
    inset-block-start: 50px;
    background: #000;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    z-index: 3;
    width: auto;
}

html[dir=rtl] .arrow-btn {
    left: auto;
    right: -38px;
}

.overflow-inherit {
    overflow: inherit !important;
}

/** Start Global **/
.player-play-list .container {
    background-color: #393939;
    -webkit-box-shadow: 0 0 25px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 25px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    flex-direction: column;
    min-width: 768px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*.player-play-list .container > *,*/
.player-play-list .play-list ul li>* {
    float: left;
}

.player-play-list .play-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    order: 2;
}

.player-play-list .play-list .options {
    position: relative;
    flex: 1;
    max-height: 60px;
    color: #eee;
    background-color: #111;
    display: none;
}

.player-play-list .play-list .options .name-play-list {
    margin-left: 20px;
    float: left;
    cursor: default;
}

.player-play-list .play-list .options .option {
    float: right;
    margin-right: 40px;
    margin-top: 28px;
}

.player-play-list .play-list .options .option .btn-option {
    color: #555;
    font-size: 27px;
    margin: 0 10px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.player-play-list .play-list .options .option .btn-option.active {
    color: #03a9f4;
}

.player-play-list .play-list .options .option .order {
    font-size: 25px;
}

.player-play-list .play-list .options .option .btn-option .title {
    position: absolute;
    top: -27px;
    left: -110%;
    padding: 3px;
    border-radius: 3px;
    background-color: #000;
    color: #eee;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.player-play-list .play-list .options .option .btn-option:first-child .title {
    left: -40%;
}

.player-play-list .play-list .options .option .btn-option .title:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #444;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -6px;
}

.player-play-list .play-list .options .option .btn-option:hover .title {
    opacity: 1;
}

.player-play-list .play-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-overflow: auto;
    overflow: auto;
    flex: 1;
}

.player-play-list .play-list ul li {
    height: 80px;
    margin-block-end: 3px;
    color: #eee;
    cursor: pointer;
    border-radius: 3px;
    position: relative;
}

.player-play-list .play-list ul li:last-child {
    margin-block-end: 0;
}

.player-play-list .play-list ul li .video-list {
    width: 135px;
    height: 100%;
    border: 1px solid #ccc;
    background-color: rgba(0, 0, 0, 0.9);
    float: left;
}

.player-play-list .play-list ul li .desc {
    width: calc(100% - 140px);
    padding: 8px;
    word-break: break-word;
    height: 100%;
    line-height: 1.2;
    position: relative;
    overflow: hidden;
    float: right;
}

.player-play-list .play-list ul li .desc h4 {
    margin: 2px 0 5px;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.5px;
    opacity: 0.6;
}

.player-play-list .play-list ul li .desc p {
    margin: 0;
    font-size: 12px;
}

.player-play-list .play-list ul li .desc h5 {
    margin-top: 5px;
    font-size: 10px;
    font-weight: normal;
    opacity: 0.7;
}

.player-play-list .play-list ul li .count {
    text-align: center;
    line-height: 80px;
    min-width: 40px;
    display: none;
}

.player-play-list .play-list ul li .time {
    position: absolute;
    left: 40px;
    bottom: 3px;
    color: #fff;
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 1px 2px;
}

.player {
    background-color: #0f0e0e;
    position: relative;
    box-shadow: none;
    overflow: hidden;
    color: #fff;
    order: 1;
    margin-block-end: 0px;
    height: 415px;
}

.player .overlay-play {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
}

.player .overlay-play>span {
    background-color: #03a9f4;
    display: block;
    padding: 5px;
    padding-left: 12px;
    width: 120px;
    height: 80px;
    border-radius: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.player .overlay-load {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.player .overlay-load .loading span {
    display: block;
    float: left;
    height: 25px;
    width: 25px;
    margin: 0 2px;
    border-radius: 50%;
    background-color: #888;
    opacity: 0.5;
    -webkit-animation: snake 1.4s infinite ease-in-out;
    animation: snake 1.4s infinite ease-in-out;
}

.player .overlay-load .loading span:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.player .overlay-load .loading span:nth-child(3) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.player .overlay-load .loading span:nth-child(4) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.player .overlay-load .loading span:nth-child(5) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@-webkit-keyframes snake {
    0% {
        opacity: 0.2;
        -webkit-transform: translateY(0);
        -webkit-box-shadow: 0 0 5px #777;
    }

    50% {
        opacity: 1;
        -webkit-transform: translateY(-11px);
        background-color: #888;
        -webkit-box-shadow: 5px 15px 5px rgba(0, 0, 0, .10);
    }

    100% {
        opacity: 0.2;
        -webkit-transform: translateY(0);
        -webkit-box-shadow: 0 0 5px #777;
    }
}

@keyframes snake {
    0% {
        opacity: 0.2;
        transform: translateY(0);
        box-shadow: 0 0 5px #777;
    }

    50% {
        opacity: 1;
        transform: translateY(-11px);
        background-color: #888;
        box-shadow: 5px 15px 5px rgba(0, 0, 0, .10);
    }

    100% {
        opacity: 0.2;
        transform: translateY(0);
        box-shadow: 0 0 5px #777;
    }
}

.player .viewEventNow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ccc;
    line-height: 70px;
    text-align: center;
    font-size: 25px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.player .viewEventNow.toggle {
    opacity: 0.2;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    z-index: 99;
    -webkit-animation: fadeIn 0.5s ease-in-out;
    animation: fadeIn 0.5s ease-in-out;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0.1;
        -webkit-transform: scale(1.1, 1.1);
    }

    25% {
        opacity: 0.6;
        -webkit-transform: scale(1.25, 1.25);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.5, 1.5);
    }

    75% {
        opacity: 0.6;
        -webkit-transform: scale(1, 1);
    }

    100% {
        opacity: 0.2;
        -webkit-transform: scale(0.5, 0.5);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0.1;
        transform: scale(1.1, 1.1);
    }

    25% {
        opacity: 0.6;
        transform: scale(1.25, 1.25);
    }

    50% {
        opacity: 1;
        transform: scale(1.5, 1.5);
    }

    75% {
        opacity: 0.6;
        transform: scale(1, 1);
    }

    100% {
        opacity: 0.2;
        transform: scale(0.5, 0.5);
    }
}

.player .show-title-video {
    position: absolute;
    left: 0;
    top: -150px;
    width: 100%;
    padding: 20px 30px;
    font-size: 30px;
    color: #fff;
    z-index: 99;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.player .show-title-video:after {
    content: "";
    width: 100%;
    height: 100px;
    display: block;
    -webkit-box-shadow: 0px 50px 100px 100px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 50px 100px 100px rgba(0, 0, 0, 0.6);
    position: absolute;
    top: -150px;
    left: 0;
    z-index: -1;
}

body.full-screen .player .show-title-video.toggle {
    top: 0;
}

.player .player-video {
    width: auto;
    height: 100vh;
    z-index: 1;
}

.player .stuck {
    width: 300px;
    height: auto;
    z-index: 1;
}

body.full-screen .player {
    z-index: 99999999;
    width: 100%;
    height: 100%;
    margin-left: 0;
    position: fixed;
    top: 0;
    left: 0;
}

.player .player-controls {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 8px;
    width: 100%;
    z-index: 99999;
    -webkit-transform: translateY(100%) translateY(-4px);
    transform: translateY(100%) translateY(-4px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    flex-wrap: wrap;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    min-height: 40px;
    line-height: 40px;
}

.player:hover .player-controls {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.player .player-controls.toggle {
    -webkit-transform: translateY(100%) translateY(-3px);
    transform: translateY(100%) translateY(-3px);
}

body.full-screen .player:hover .player-controls {
    -webkit-transform: translateY(100%) translateY(-3px);
    transform: translateY(100%) translateY(-3px);
}

body.full-screen .player .player-controls.toggle:hover {
    -webkit-transform: translateY(100%) translateY(-3px);
    transform: translateY(100%) translateY(-3px);
}

body.full-screen .player .player-controls:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.player .player-controls>* {
    flex: 1;
}

.player .player-controls .progress {
    flex: 10;
    position: relative;
    display: flex;
    flex-basis: 100%;
    height: 5px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: rgba(238, 238, 238, 0.4);
    cursor: default;
    z-index: 0;
    cursor: pointer;
}

.player .player-controls .progress:hover {
    height: 10px;
}

.player .player-controls .progress:hover .progress-ball {
    opacity: 1;
    width: 20px;
    height: 20px;
}

.player .player-controls .progress-load {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(238, 238, 238, 0.7);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}

.player .player-controls .progress-filled {
    width: 50%;
    background-color: #f00;
    flex: 0;
    flex-basis: 0%;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.player .player-controls .progress-ball {
    width: 15px;
    height: 15px;
    background-color: #f00;
    border-radius: 50%;
    position: absolute;
    right: -3px;
    top: -6.5px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

/* Style Progress out Full screen */
.player .player-controls.toggle .progress-ball {
    background-color: #f00;
}

.player:hover .player-controls .progress-ball {
    opacity: 0;
    background-color: #03a9f4;
}

.player .player-controls:hover .progress-ball,
.player .player-controls:hover .progress-filled {
    background-color: #03a9f4;
}

.player:hover .player-controls.toggle .progress-ball,
.player:hover .player-controls.toggle .progress-filled {
    background-color: #f00;
}

.player .player-controls.toggle .progress-filled {
    background-color: #f00;
}

.player:hover .player-controls .progress-filled {
    background-color: #03a9f4;
}

/* Style Progress In Full screen */
body.full-screen .player:hover .player-controls .progress-ball {
    opacity: 1;
}

body.full-screen .player .player-controls.toggle .progress-ball {
    top: -5px;
    right: -5px;
}

body.full-screen .player .player-controls.toggle .progress-ball,
body.full-screen .player .player-controls.toggle .progress-filled,
body.full-screen .player:hover .player-controls .progress-ball,
body.full-screen .player:hover .player-controls .progress-filled {
    background-color: #f00;
}

body.full-screen .player .player-controls:hover .progress-ball,
body.full-screen .player .player-controls:hover .progress-filled {
    background-color: #03a9f4;
}

body.full-screen .player .player-controls.toggle:hover .progress-ball,
body.full-screen .player .player-controls.toggle:hover .progress-filled {
    background-color: #f00;
}

body.full-screen .player .player-controls:hover .progress-ball {
    opacity: 0;
}

body.full-screen .player .player-controls .progress:hover .progress-ball {
    opacity: 1;
}

.player .player-controls .screen-move {
    position: absolute;
    top: -105px;
    left: 0;
    margin-left: -73.5px;
    width: 167px;
    height: 95px;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 10px rgba(238, 238, 238, 0.3);
    box-shadow: 0 0 10px rgba(238, 238, 238, 0.3);
    border: 1px solid #111;
    text-align: center;
    border-radius: 1px;
    z-index: 99;
    display: none;
    justify-content: center;
}

.player .player-controls .screen-move .video-move {
    width: 100%;
    height: 100%;
}

.player .player-controls .screen-move .time-screen {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    z-index: 9999;
    padding: 5px 10px;
    text-align: center;
    line-height: 1;
    border-radius: 2px 2px 0 0;
}

.player .player-controls .player-button {
    border: 0;
    background: transparent;
    line-height: 1;
    text-align: center;
    outline: 0;
    padding: 0;
    cursor: pointer;
    max-width: 45px;
}

.player .player-controls .player-button.backward,
.player .player-controls .player-button.forward {
    max-width: 30px;
    margin-left: 10px;
}

.player .player-controls .player-button.forward {
    margin-right: 10px;
}

.player .player-controls .view-next-prev {
    position: absolute;
    top: -130px;
    left: 95px;
    background-color: #222;
    width: 500px;
    height: 120px;
    overflow: hidden;
    border-radius: 4px;
    display: none;
}

.player .player-controls .view-next-prev>* {
    float: left;
}

.player .player-controls .view-next-prev video {
    width: 212px;
    height: 100%;
    border-radius: 3px 0 0 3px;
}

.player .player-controls .view-next-prev .desc {
    height: 100%;
    width: calc(100% - 220px);
    padding: 5px;
    line-height: 1.15;
}

.player .player-controls .view-next-prev .desc h4 {
    margin: 2px 0 5px;
    font-size: 14px;
}

.player .player-controls .view-next-prev .desc p {
    margin: 0;
    color: #ccc;
    font-size: 13px;
}

.player .player-controls .view-next-prev .time {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 3px;
}

.player .player-controls .player-button.notActive {
    color: #aaa;
    cursor: not-allowed;
}

.player .player-controls .time {
    text-align: center;
    font-size: 13px;
    max-width: 120px;
    cursor: default;
    max-height: 40px;
}

.player .player-controls .volume {
    position: relative;
    display: flex;
    flex: 0.6;
    align-items: center;
    font-size: 18px;
    max-width: 110px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.player .player-controls .volume .icon {
    margin-right: 5px;
    display: flex;
    align-items: center;
    flex: 1;
}

.player .player-controls .volume i {
    flex: 1;
    cursor: pointer;
}

.player .player-controls .volume i.fa-close {
    font-size: 12px;
    display: none;
}

.player .player-controls .volume input {
    flex: 10;
}

.player .player-controls .volume.toggle {
    max-width: 20px;
}

.player .player-controls .volume.toggle .icon {
    margin-right: 15px;
}

.player .player-controls .hide-controls {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 5px;
    right: 70px;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    font-size: 12px;
    padding: 4px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 8px rgba(238, 238, 238, 0.3);
    box-shadow: 0 0 8px rgba(238, 238, 238, 0.3);
    border-radius: 4px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.player .player-controls .hide-controls:hover {
    background-color: rgba(0, 0, 0, 0.85);
    -webkit--webkit-box-shadow: 0 0 12px rgba(238, 238, 238, 0.4);
    box-shadow: 0 0 12px rgba(238, 238, 238, 0.4);
}

.player .player-controls .hide-controls.toggle {
    right: 10px;
    bottom: 105%;
}

.player .player-controls .button-full-screen {
    border: 3px dashed #ccc;
    padding: 3px 0;
    font-size: 18px;
    position: absolute;
    right: 20px;
    bottom: 5px;
    min-width: 45px;
    min-height: 30px;
}

/* Start Option Player */
.player .player-controls .player-controls.toggle .player-option {
    overflow: hidden;
}

.player .player-controls .player-option {
    position: absolute;
    text-align: center;
    max-width: 40px;
    right: 130px;
    bottom: 0;
}

.player .player-controls .player-option .button-option {
    font-size: 20px;
    padding: 3px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.player .player-controls .player-option .option-item {
    width: 230px;
    background-color: #222;
    position: absolute;
    bottom: calc(100% + 10px);
    right: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(238, 238, 238, 0.5);
    box-shadow: 0 0 10px rgba(238, 238, 238, 0.5);
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.player .player-controls .player-option.toggle .option-item {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.player .player-controls .player-option.toggle .button-option {
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}

.player .player-controls .player-option .row {
    height: 50px;
    line-height: 50px;
}

.player .player-controls .player-option .row>* {
    float: left;
    height: 100%;
}

.player .player-controls .player-option .row .title {
    width: 40%;
    cursor: default;
}

.player .player-controls .player-option .row .func {
    width: 60%;
}

.player .player-controls .player-option .autoplay .range-auto {
    width: 40px;
    height: 8px;
    background-color: #666;
    border-radius: 5px;
    margin-top: 23px;
    margin-left: 45px;
    cursor: pointer;
    position: relative;
}

.player .player-controls .player-option .autoplay .range-auto span {
    display: block;
    width: 18px;
    height: 18px;
    background-color: #888;
    border-radius: 50%;
    position: absolute;
    left: -1px;
    top: -5px;
}

.player .player-controls .player-option .autoplay .range-auto.active {
    background-color: #eee;
}

.player .player-controls .player-option .autoplay .range-auto.active span {
    left: 22px;
    background-color: #03a9f4;
}

.player .player-controls .player-option .speed .range-speed .cover-speed {
    width: 80%;
    margin: auto;
    position: relative;
}

.player .player-controls .player-option .speed .show-play-back {
    position: absolute;
    left: 50%;
    top: -15px;
    width: 50px;
    margin-left: -25px;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 10px rgba(238, 238, 238, 0.3);
    box-shadow: 0 0 10px rgba(238, 238, 238, 0.3);
    padding: 8px;
    text-align: center;
    line-height: 1;
    border-radius: 3px;
    display: none;
}

.player .player-controls .player-option .quality .range-quality {
    color: #888;
    font-weight: 900;
    width: 50%;
    float: left;
}

.player .player-controls .player-option .quality .range-quality span {
    cursor: pointer;
}

.player .player-controls .player-option .quality .range-quality.active span {
    color: #03a9f4;
}

.player .player-controls .player-option .quality .auto-quality {
    float: left;
    width: 50%;
}

.player .player-controls .player-option .quality .auto-quality .click-active {
    cursor: pointer;
    position: relative;
    top: -2px;
    font-weight: bold;
    color: #888;
}

.player .player-controls .player-option .quality .auto-quality .click-active span {
    position: absolute;
    right: -10px;
    bottom: -8px;
    color: #777;
    font-weight: 900;
    font-size: 11px;
    line-height: 1;
    display: none;
}

.player .player-controls .player-option .quality .auto-quality.active .click-active {
    color: #03a9f4;
}

.player .player-controls .player-option .quality .auto-quality.active .click-active span {
    color: #f00;
    display: block;
}

/* End Option Player */
/* unholy css to style input type="range" */
.player .player-controls input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    width: 100%;
    margin: 0 5px;
}

.player .player-controls input[type=range]:focus {
    outline: none;
}

.player .player-controls input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
    background: #eee;
    border-radius: 1.3px;
    border: 0.2px solid rgba(1, 1, 1, 0);
}

.player .player-controls input[type=range]::-webkit-slider-thumb {
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    height: 18px;
    width: 18px;
    border-radius: 50px;
    background: #03a9f4;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6.8px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.player .player-controls input[type=range]:focus::-webkit-slider-runnable-track {
    background: #eee;
}

.player .player-controls input[type=range]::-moz-range-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
    background: #eee;
    border-radius: 1.3px;
    border: 0.2px solid rgba(1, 1, 1, 0);
}

.player .player-controls input[type=range]::-moz-range-thumb {
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    height: 18px;
    width: 18px;
    border-radius: 50px;
    background: #03a9f4;
    cursor: pointer;
}

/* Media Query In All Screen *********************************************/
/* Start Gerater Than Screen 1200 (Desktop) */
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .vid-container {
        width: 60%;
    }

    .vid-list-container {
        width: 40%;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .vid-container {
        width: 60%;
    }

    .vid-list-container {
        width: 40%;
    }
}

@media (min-width: 1200px) {
    .player-play-list .container {
        margin-top: 0px;
        width: 1170px;
        min-width: auto;
        flex-direction: row;
        height: 421px;
        box-shadow: none;
        background: none;
        padding: 0px;
    }

    .player-play-list .play-list {
        order: 2;
        margin-right: 180px;
        position: relative;
        background: rgba(0, 0, 0, 0.5);
        padding: 14px 10px;
        z-index: 1;
        max-height: 501px;
        overflow: scroll;
    }

    .player-play-list {
        position: relative;
    }

    .player-play-list .player {
        order: 1;
        width: 100%;
    }

    .player {
        height: 100%;
    }
}

/* End Gerater Than Screen 1200 (Desktop) */
.side-menu {
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: var(--red-bg);
    position: relative;
    border-radius: 10px;
    min-height: 470px;
}

html[dir=rtl] .side-menu {
    background: var(--red-bg);
}

.side-menu h4,
.side-menu .h4 {
    padding: 40px 0 20px;
    font-size: 20px;
    margin: 0;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
}

.side-menu li:last-child a::after {
    content: "";
    background: none;
}

.side-menu a {
    display: block;
    padding: 18px 0;
    color: #fff;
    position: relative;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
    overflow: hidden;
    transition: all ease;
    font-size: 18px;
    cursor: pointer;
}

.side-menu a::after {
    content: "";
    position: absolute;
    width: 80%;
    inset-inline-start: 40px;
    z-index: 0;
    bottom: 0;
    height: 1px;
    opacity: 0.6;
    background-image: linear-gradient(to right, #fff, #fff, #fff, #fff, transparent);
}

html[dir=rtl] .side-menu a::after {
    background-image: linear-gradient(to left, #fff, #fff, #fff, #fff, transparent);
}

html[dir=rtl] .side-menu a:last-child::after {
    background: none;
}

.side-menu a.active {
    position: relative;
    border: none;
    background-color: rgba(218, 42, 92, 0.3);
    font-weight: 500;
}

.side-menu a:hover {
    color: #fff;
}

.side-menu a.active::after {
    content: "";
    background: none;
}

html[dir=rtl] .side-menu a.active::after {
    background: none;
}

.side-panel-sticky {
    position: sticky;
    top: 130px;
}

@media (max-width: 767.98px) {
    .vid-container {
        width: 55.5%;
        padding-inline-end: 40%;
    }

    .vid-list-container {
        width: 44.5%;
    }

    .vid-list-container.hidden .arrow-btn {
        left: -126px;
    }

    .side-panel-sticky {
        position: relative;
        top: 0;
        display: none;
    }

    .video-list {
        width: 0%;
    }

    .video-list.hidden ul,
    .video-list.hidden .play-list {
        display: block;
    }

    .video-list.hidden {
        width: 60%;
    }

    .video-box {
        width: 100%;
        display: block;
    }

    .video-box.hidden {
        display: grid;
    }

    .player-play-list .play-list ul li .desc {
        display: none;
    }

    .section-calendar {
        padding: 0rem 0 3rem !important;
    }
}

.section-wrapper {
    padding: 80px 0 50px 0;
    overflow: hidden;
}

.event-list .item figure {
    margin-bottom: 0rem !important;
}

@media (max-width: 991.98px) {
    .section-wrapper {
        padding: 25px 0 10px 0;
    }
}

.video-parent-class {
    margin: 0 auto;
    float: left;
}

.video-box .video-parent-class {
    margin: 0 auto;
    float: left;
    width: 100% !important;
    height: 100% !important;
}

.pause-play-img {
    position: absolute;
    top: 45% !important;
    z-index: 99;
    /*margin-top: -50px;
   */
    left: 45% !important;
    display: none;
    opacity: 0.4;
    width: 34px;
    margin-inline-start: 50px;
}

.video-parent-class:hover img.pause-play-img {
    display: block;
}

.video-parent-class {
    position: relative;
}

/*Floating CSS Start*/
@keyframes fade-in-up {
    0% {
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.stuck {
    position: fixed;
    inset-block-end: 20px;
    inset-inline-start: 20px;
    transform: translateY(100%);
    width: 260px;
    height: 145px;
    animation: fade-in-up 0.25s ease forwards;
    z-index: 999;
}

/*Floating CSS End*/
p.scrolldown {
    width: 200px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: 1px solid;
    background: #ff7037;
    position: fixed;
    right: 75px;
    color: #fff;
    -webkit-animation-name: example;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s;
    /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 2s;
}

.sidebar .section:not(.section-spotlight) {
    padding: 0rem !important;
}

.sidebar .section-title h6 {
    font-size: 20px;
    font-weight: 500;
}

.sidebar .list-group {
    background-color: var(--red-bg);
    padding: 32px 0px;
    border-radius: 10px;
}

.sidebar .list-group .active {
    background: rgba(218, 42, 92, 0.3);
    border: none;
    font-weight: 700;
}

.sidebar .list-group h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    padding: 20px 32px;
}

.sidebar .list-group-item {
    padding: 16px 32px;
    font-size: 18px;
    gap: 10px;
    background-color: var(--red-bg);
    border-radius: 0px;
    color: #fff;
}

.sidebar .list figure img {
    min-height: 24rem;
    /* height: 24rem; */
    height: 100% !important;
}

.sidebar .list .tag-wrapper .tag a,
.sidebar .list .tag-wrapper .total a {
    font-size: 13px;
}

.sidebar .list .fig-details .date {
    font-size: 13px;
}

.sidebar .list .fig-details {
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem;
}

.sidebar .list .fig-details h2 a,
.sidebar .list .fig-details .h2 a,
.sidebar .list .fig-details h4 a,
.sidebar .list .fig-details .h4 a {
    font-size: 18PX;
    line-height: 24PX;
    font-weight: 400;
}

.sidebar .list .tag-wrapper {
    inset-inline-start: 1.5rem;
    inset-block-start: 1.5rem;
}

.sidebar .section-title.point:before {
    content: "";
    position: absolute;
    inset-block-start: -45px;
    right: 100%;
    height: 0;
    width: 130px;
    border-width: 1.3rem;
    inset-inline-start: -35px;
    z-index: 5;
}

.sidebar .date-wrapper {
    padding: 0.8rem;
}

.sidebar .date-wrapper .small {
    font-size: 1.4rem;
    line-height: 1rem;
}

.sidebar .date-wrapper .date {
    font-size: 3rem;
    line-height: 2.4rem;
}

.sidebar .date-wrapper {
    position: absolute;
    z-index: 2;
    background: #fff;
    padding: 1.5rem;
    inset-block-start: 1.5rem;
    inset-inline-start: 1.5rem;
    text-align: center;
}

.sidebar .media-bor {
    border-bottom: 1px solid #d3dfe6 !important;
}

.sidebar .media-kit {
    background: var(--white);
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #d3dfe6;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar .media-kit .head {
    color: var(--red-bg);
    font-size: 22px;
    font-weight: 600;
}

.sidebar .media-kit .media-icons ul {
    display: flex;
    align-items: center;
}

.sidebar .media-kit .media-icons ul li {
    margin-inline-start: 20px;
    font-size: 14px;
    font-weight: 400;
    color: var(--blue);
}

.sidebar .media-kit .media-icons ul .text {
    opacity: 0.6;
}

.sidebar .media-kit .media-icons ul a {
    color: var(--blue);
}

.sidebar .media-kit .media-icons ul .down-arrow {
    background: #f5f8fa;
    border-radius: 50%;
    width: 38px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    display: block;
}

.sidebar .eventbg .event-pagelist .item .inner:after {
    transform: skewX(0deg);
    inset-inline-end: 0rem;
    inset-inline-start: 0rem;
}

.sidebar .eventbg .event-pagelist .item figure {
    margin-block-end: 2.5rem;
}

.sidebar .eventbg .item-inner {
    height: 276px;
}

.sidebar .eventbg .item .inner>* {
    height: 100%;
}

.sidebar .eventbg .item .fig-details {
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem;
    margin-block-start: -90px;
}

.sidebar .eventbg .item .fig-details .date {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
}

.sidebar .eventbg .item figure:before {
    background: none;
}

.sidebar .eventbg .item h6 {
    color: var(--white);
    height: 42px;
    margin-block-end: 0px;
}

.sidebar .eventbg .item h6 a {
    color: var(--white);
    height: 42px;
    margin-block-end: 0px;
}

.sidebar .event-pagelist .item {
    margin-bottom: 0rem !important;
}

@media (max-width: 767.98px) {
    .sidebar .date-wrapper {
        padding: 0.5rem;
        inset-inline-start: 1.2rem;
        inset-block-start: 1.2rem;
    }
}

.sidebar .date-wrapper .date {
    font-size: 22px;
    line-height: 32px;
    color: #344c60;
    font-weight: 600;
    margin-block-end: 0px;
}

@media (max-width: 767.98px) {
    .sidebar .date-wrapper .date {
        font-size: 2.2rem;
        line-height: 1.4rem;
        margin-block-end: 0px;
    }
}

.sidebar .date-wrapper small,
.sidebar .event-list .date-wrapper .small {
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: #8d0034;
    display: block;
    font-weight: 600;
    margin-block-end: 0px;
}

@media (max-width: 767.98px) {

    .sidebar .date-wrapper small,
    .sidebar .event-list .date-wrapper .small {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
}

.sidebar .date-wrapper small:not(:first-child),
.sidebar .event-list .date-wrapper .small:not(:first-child) {
    border-top: 0.1rem solid rgba(186, 209, 224, 0.4);
    padding-inline-start: 0.5rem;
    padding-inline-end: 0.5rem;
    margin-block-end: 0;
}

.sidebar .list .fig-details h2 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .sidebar .media-kit .media-icons ul li {
        margin-inline-end: 0px;
        margin-inline-start: 20px;
    }

    .sidebar .media-kit {
        display: flex;
    }

    .albums .list figure img {
        object-position: left;
    }

    .browse-primary {
        background: var(--red-bg);
        color: var(--white) !important;
        width: 100%;
        display: block;
        text-align: center;
        padding: 10px 5px;
    }

    .bi-chevron-right::before {
        transform: rotate(-180deg);
    }

    .calendar .calright {
        display: none !important;
    }

    .calendar .calsub {
        display: none !important;
    }

    .sidebar .list .fig-details h2 {
        margin-bottom: 0.5rem !important;
    }

    .sidebar .list .fig-details h2 a {
        font-size: 16PX;
        line-height: 18PX;
        font-weight: 400;
    }

    .sidebar .eventbg .item h6 {
        font-size: 16px;
        line-height: 18px;
    }

    .sidebar .eventbg .item-inner {
        height: 100%;
    }
}

.albums .list .fig-details {
    background: #fff;
    padding: 1.5rem;
    border: 1px solid #e8ebee;
}

.albums .list .fig-details h2 {
    margin-block-end: 10px;
    height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.albums .list .fig-details h2 a {
    color: var(--red-bg);
}

.albums .list .fig-details p {
    color: var(--blue);
    font-size: 18px;
    font-weight: 400;
    height: 61px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.albums .list .fig-details {
    position: relative;
    inset-inline-start: 0;
    inset-block-end: 0;
    inset-inline-end: 0;
    padding: 0rem;
    color: #fff;
    z-index: 3;
    padding: 10px;
    inset-block-start: -35%;
    min-height: 160px;
}

.albums .list figure:before {
    position: relative;
}

.albums .list .fig-details .date {
    color: var(--blue);
    font-size: 18px;
    font-weight: 400;
    margin-block-end: 10px;
    opacity: 0.6;
}

.calendar .calsub {
    font-size: 18px;
    display: flex;
    width: 180px;
    margin-inline-start: 30px;
    margin-block-start: -26px;
}

.calendar .fc .fc-button-primary {
    width: 100%;
}

.calendar .calright {
    float: inline-end;
    display: block;
    margin-block-start: 0px;
    margin-inline-end: 0px;
    width: 120px;
}

.pt-btm {
    padding-block-end: 0rem !important;
}

.pt-top {
    padding-block-start: 0rem !important;
}

.media-overlay .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
}

.media-overlay .item {
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}

.media-overlay .item:hover .overlay {
    bottom: 0;
    height: 100%;
    width: 100%;
}

.media-overlay .item:hover .top-overlay {
    bottom: 0;
}

.media-overlay .item:hover .bottom-overlay {
    top: 0;
}

.media-overlay .item:hover .right-overlay {
    left: 0;
}

.media-overlay .item:hover .left-overlay {
    right: 0;
}

.media-overlay .item:hover .fade-overlay {
    opacity: 1;
}

.media-overlay .item:hover .title-overlay {
    opacity: 1;
    height: auto;
    padding: 30px 0;
}

.media-overlay .item a:hover img {
    -o-object-position: center;
    object-position: center;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

.media-overlay .item a img {
    -webkit-transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.media-overlay .top-overlay {
    bottom: 100%;
    height: 0;
}

.media-overlay .bottom-overlay {
    top: 100%;
}

.media-overlay .right-overlay {
    left: 100%;
    height: 100%;
}

.media-overlay .left-overlay {
    right: 100%;
    height: 100%;
    left: auto;
}

.media-overlay .fade-overlay {
    height: 100%;
    opacity: 0;
}

.media-overlay .title-overlay {
    height: auto;
    top: auto;
    opacity: 0;
}

.media-overlay .text {
    color: white;
    font-size: 16px;
    position: absolute;
    /* top: 50%; */
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 10px;
    width: 100%;
    overflow: hidden;
    height: 61px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.media-overlay .playbtn:after {
    content: '';
    background: url(../images/play.png);
    position: absolute;
    top: 40%;
    left: 42%;
    width: 65px;
    height: 65px;
    background-position: center;
}

.player .player-controls {
    bottom: 0px;
    right: 130px;
}

.pause-play-img {
    top: 27% !important;
    left: 45% !important;
}

.player .player-controls .button-full-screen {
    left: 20px;
}


@media (max-width: 540px) {
    .vid-container video.stuck {
        width: 100%;
        height: 100%;
        max-width: 300px;
        max-height: 200px;
        bottom: 250px;
    }

    .vid-container iframe.stuck {
        width: 100%;
        height: 100%;
        max-width: 300px;
        max-height: 200px;
        bottom: 250px;

    }
}

/* Media css */

.event-pagelist .sectors-slider .item .inner:after {
    right: 0rem;
    left: 0rem;
    transform: skewX(0deg);
}

.owl-figure-link {
    z-index: 1;
    position: relative;
}
.owl-figure-link img {
    height: 100% !important;
}
.media-kit .head {
    display: flex;
}
.media-kit .icon {
    -webkit-mask-image: url('../../../icp/images/icon-visit.svg');
    width: 15px;
    height: 30px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    background-color: #8D0034;
    margin-inline-start: 0.9rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.8rem;
    flex: 0 0 auto;
}

#imageModal {
    z-index: 10000
}


ol.vid-list li a {
    display: flex;
}

.vid-container {
    width: 100%;
}
.vid-list-container {
    width: 230px;
    position: absolute;
    inset-inline-end: 0;
}

@media (max-width: 767.98px) {
    .vid-list-container {
        width: 235px;
    }
    .vid-list-container.hidden .arrow-btn {
        left: -38px !important
    }
    .album-image-view .img-fluid,
    .album-video-view .img-fluid,
    .album-youtube-view .img-fluid {
        height: 100%;
    }
}
html[dir="rtl"] .vid-list-container.hidden .arrow-btn i{
    transform: scaleX(-1);
}
.media-overlay .download-button {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
    transition:all 0.5s;
    padding: 5px 17px;
}
.media-overlay .item:hover .download-button {
    opacity: 1;
}
