.playAssets {
    position: ABSOLUTE;
    left: 0px;
    top: 0px;
    width: 1010px;
    height: 568px;
    display: none;
    z-index: 11111;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    text-align: center;
}

.loaderAssets {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1920px;
    height: 1080px;
    right: 0;
    margin: 0 auto;
    display: none;
    /* z-index: 33; */
    background: #fff;
}

.loaderAssets img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.more_image {
    position: absolute;
    /* background-image: url(../../../Media/eng/images/newTemplates/menu.png); */
    background-size: 100% 100%;
    width: 61px;
    height: 62px;
    top: 0;
    z-index: 12;
    /* cursor: pointer; */
    left: 7px;
    /* border: 1px solid #999999; */
    /* border-radius: 50%; */
    /* overflow: hidden; */
    /* background: #c4cfe0; */
    /* box-shadow: 0px 5px 3px 0px rgb(0 0 0 / 70%); */
}

.more_image:hover {
    background: #c4cfe0;
}

.more_image:active {
    background: #c4cfe0;
}

.more_image:after {
    /* content: ''; */
    position: absolute;
    background: #88C103;
    width: 8px;
    height: 8px;
    right: -10px;
    border-radius: 50%;
}

.ContentOverlay {
    height: 92%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    background-color: black;
    opacity: 0;
    width: 100%;
}

.backOverlay {
    height: 50px;
    position: absolute;
    top: 263px;
    left: 13px;
    z-index: 99;
    background-color: black;
    opacity: 1;
    width: 50px;
    width: 16px;
    height: 30px;
    background-color: #e7e7e7;
    border-radius: 5px;
    padding: 4px 3px 4px 4px;
}

.scalingMyWrapper {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.scalingWrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1920px;
    height: 1080px;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.main-container {
    width: 1920px;
    height: 1080px;
    background: rgb(255 255 255);
    /* background: url(../../../Media/eng/images/010101-05/bg.jpg) no-repeat; */
    background-size: 100% 100%;
}


/****************************************/

.systemCheck {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1010px;
    height: 568px;
    right: 0;
    margin: 0 auto;
    background-color: #ffffff;
}

.loader_circle {
    position: absolute;
    width: 109px;
    height: 109px;
    border-radius: 50%;
    background-color: #666666;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.middle_icon {
    position: absolute;
    background: url(../../../Media/eng/images/loader_icon.png) no-repeat;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 17px;
}


/************************ Help *******************/

.help_bg {
    background: #FFF;
    width: 1010px;
    height: 568px;
    position: absolute;
    top: 0;
    left: 0;
}