html, body {
    padding: 0;
    border: 0;
    margin: 0;
    height: 100%;
    overflow: hidden;
}

/*@font-face {
    font-family: Arial;
    src: url('../../fonts/Arial.ttf');
}*/

body {
    font-family: Arial, Verdana, Arial;
}
        
.BackgroundImage {
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 100%;
}

#PreloadIcon {
    z-index: 3;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
}

#VideoIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    visibility: hidden;
}

#ChatRoomIframeDiv, #MiniGameIframeDiv {
    overflow-y: clip;
    overflow-x: clip;
    resize: none;
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    border-radius: 0px;
}

#AppIframeDiv {
    overflow-y: clip;
    overflow-x: clip;
    resize: none;
    position: absolute;
    z-index: 3;
    overflow: hidden;
    visibility: hidden;
    border-radius: 10px;
}
#AppIframe {
    position: relative;
    width: 100%;
    height: 100%;
}
#CloseBannerBtn {
    position: absolute;
    background-color: transparent;
    z-index: 4;
    border: 0;
    overflow: visible;
    visibility: hidden;
    background-image: url(resource/Html/CloseBanner.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0;
}
#LoginIframeParent, #LoadingIframeParent {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border: none;
    overflow-y: hidden;
    overflow-x: hidden;
}
#LoginIframeParent {
    z-index: 3;
}
#LoadingIframeParent {
    z-index: 10;
}

#TurnCardDiv_0, #TurnCardDiv_1, #TurnCardDiv_2, #TurnCardDiv_3, #TurnCardDiv_4, #TurnCardDiv_5 {
    overflow-y: clip;
    overflow-x: clip;
    resize: none;
    position: absolute;
    z-index: 3;
    overflow:hidden;
    visibility: hidden;
}
#TurnCardIframe {
    position: relative;
    width: 100%;
    height: 100%;
    overflow:hidden;
    border: none;
}

#VideoLiveStreamingPlayerDiv {
    z-index: 1;
    position: fixed;
}
#VideoPlayerDiv {
    overflow-y: clip;
    overflow-x: clip;
    resize: none;
    z-index: 0;
    overflow: hidden;
    visibility: hidden;
}
#VideoPlayer, #VideoRecordPlayer, #VideoLiveStreamingPlayer, #VideoPlayer_html5_api {
    width: 100%;
    height: 100%;
    border: none;
}
.vjs-big-play-button {
    visibility: hidden;
}

#CloseSideWindowBtn {
    position: absolute;
    background-color: transparent;
    z-index: 4;
    border: 0;
    top: 0.5%;
    right: 10%;
    width: 12px;
    height: 12px;
    display: block;
}