[data-player] #Ad_Video_Box img {
    max-width: 100%;
}

[data-player] .zIndex {
    z-index: 99999 !important;
}

[data-player] .hide {
    display: none !important;
}

[data-player] ._card_ {
    opacity: 0;
    position: absolute;
    display: none;
    z-index: 99999;
}

[data-player] ._group_ {
    opacity: 0;
    position: absolute;
    display: none;
    overflow: unset !important;
}

.groupBoxes {
    position: absolute;
    width: 100%;
    height: calc(100% - 80px);
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}

.groupBoxes::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: rgb(0, 0, 0 / 0%);
    border-radius: 1000px;
}

.groupBoxes::-webkit-scrollbar {
    width: 5px;
    background-color: rgb(0, 0, 0 / 0%);
    border-radius: 1000px;
}

.groupBoxes::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: #FFF;
    border-radius: 1000px;
}

[data-player] ._group_card_ {
    opacity: 0;
    display: none;
}

.player-poster[data-poster].clickable {
    background-size: cover;
    background-position: 70% 50%;
}

.closeCardBtn,
.collapseCardBtn,
.collapseGroupBtn {
    position: absolute;
    line-height: 0 !important;
    width: 30px;
    height: 30px;
    padding-top: 15px !important;
    color: #fff;
}

/* .collapseGroupBtn {
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
} */

#singleCard-2._hint_::after {
    background: url(https://player.engagmic.com/ajman/assets/images/arrow-up-up.gif);
    width: 80%;
    height: 60px;
    background-size: 80% 80%;
    background-position: center center;
    background-repeat: no-repeat;
}

*.TopLeft {
    top: 0;
    left: 0;
}

*.TopRight {
    top: 0;
    right: 0;
}

*.BottomLeft {
    bottom: 0;
    left: 0;
}

*.BottomRight {
    bottom: 0;
    right: 0;
}

*.CenterRight {
    transform: translate(0%, -50%);
    top: 50%;
    right: 0%;
}

*.CenterLeft {
    transform: translate(0%, -50%);
    top: 50%;
    left: 0%;
}

*.CenterTop {
    transform: translate(-50%, 0%);
    top: 0;
    left: 50%;
}

*.CenterBottom {
    transform: translate(-50%, 0%);
    bottom: 0;
    left: 50%;
}

*.CollapseLeft {
    transform: translate3d(0, -50%);
    top: 50%;
    left: 100%;
}

*.CollapseRight {
    transform: translate(0, -50%);
    top: 50%;
    right: 100%;
}

*.CollapseUp {
    transform: translate(-50%, 0%);
    top: 100%;
    left: 50%;
}

*.CollapseDown {
    transform: translate(-50%, 0%);
    bottom: 100%;
    left: 50%;
}

[data-player] #Ad_Video_Box .layer {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 999999;
    overflow-y: scroll;
    overflow-x: hidden !important;
    height: 100vh;
    width: 100vw;
    backdrop-filter: blur(10px);
}

[data-player] #Ad_Video_Box .closeBtn {
    position: fixed;
    top: 10px;
    right: 20px;
    background: #fff;
    z-index: 999;
    -webkit-transform: translate3d(0, 0, 200px);
    transform: translate3d(0, 0, 200px);
    max-width: 50px;
    max-height: 50px;
    padding: 10px;
    margin: 10px;
    cursor: pointer;
    fill: #5a5a5a !important;
    border-radius: 35px;
}

[data-player] .hint {
    box-shadow: 0 0 0 10000vw rgb(0 0 0 / 75%);
}

[data-player] .hint::after {
    content: "";
    background: url(../images/tap.png) no-repeat top center;
    position: absolute;
    top: 100%;
    left: 0;
    color: #fff;
    width: 100%;
    min-height: 100px;
    height: 100%;
    background-size: contain !important;
}

[data-player] .hint.ar::after {
    background: url(../images/arrow.png) no-repeat top center;
    top: auto;
    bottom: 10px;
    left: 100%;
}

.player-poster[data-poster] .play-wrapper[data-poster] {
    background: rgb(0 0 0 / 60%);
    box-shadow: 0 0 50px #fff;
}

/* delete shadows */
.media-control[data-media-control] .media-control-background[data-background] {
    display: none !important;
}