#debug {
    overflow: scroll;
    border: 1px solid red;
    z-index: 99999999999;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: white;
    color: black;
}

*:focus {
    outline: 0;
    border: none;
}

.highlight {
    position: fixed;
    display: none;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src:
        url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),
        url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
        url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
        url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-play:before {
    content: '\e073';
}

.glyphicon-ok:before {
    content: '\e013';
}

.glyphicon-pause:before {
    content: '\e072';
}

.glyphicon-favorite-deactive:before {
    content: '\e143';
}

.glyphicon-favorite-active:before {
    content: '\e005';
}

.glyphicon-trash:before {
    content: '\e020';
}

.glyphicon-th-list:before {
    content: '\e012';
}

.glyphicon-th-large:before {
    content: '\e010';
}

.disable-mode {
    color: #909090;
}

.glyphicon-tvod:before {
    content: '\e023';
}

.glyphicon-remove:before {
    content: '\e014';
}

.glyphicon-pencil:before {
    content: '\270f';
}

.glyphicon-menu-left:before {
    content: '\e257';
}

.glyphicon-menu-right:before {
    content: '\e258';
}

.glyphicon-triangle-left:before {
    content: '\e251';
}

.glyphicon-triangle-bottom:before {
    content: '\e252';
}

.glyphicon-triangle-top:before {
    content: '\e253';
}

.glyphicon-triangle-right:before {
    content: '\e250';
}

.glyphicon-adjust:before {
    content: '\e063';
}

@font-face {
    font-family: 'Roboto';
    src:
        local(Roboto Thin),
        url('../fonts/roboto/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/roboto/Roboto-Thin.woff') format('woff');
    font-weight: 100;
}

@font-face {
    font-family: 'Roboto';
    src:
        local(Roboto Light),
        url('../fonts/roboto/Roboto-Light.woff2') format('woff2'),
        url('../fonts/roboto/Roboto-Light.woff') format('woff');
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto';
    src:
        local(Roboto Regular),
        url('../fonts/roboto/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/roboto/Roboto-Regular.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto';
    src:
        local(Roboto Medium),
        url('../fonts/roboto/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/roboto/Roboto-Medium.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: 'Roboto';
    src:
        local(Roboto Bold),
        url('../fonts/roboto/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/roboto/Roboto-Bold.woff') format('woff');
    font-weight: 700;
}

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

body {
    font-family: Roboto, Arial, HelveticaWorld, sans-serif;
    font-weight: normal;
    font-size: 35px; /*background:url(../images/2.jpg) repeat #3c4562;*/
    background: url(../images/upgrate/bg_new.jpg) repeat #3c4562; /*background:red;*/
    background-size: 100%;
    color: #fff;
    margin: 0;
    padding: 0;
}

/* Logo trang welcome */
.mytv_logo {
    width: 100%;
    height: 100%;
    position: absolute;
}

.mytv_logo.fade-out {
    opacity: 0;
    visibility: hidden;
}

.common_highlight {
    position: fixed;
    background: #fff;
    z-index: -1;
}

.common_highlight_item {
    position: absolute;
    background: #fff;
    z-index: -1;
}

.common_highlight_item_lg_2015 {
    position: absolute;
    background: #fff;
}

.mask-bottom {
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 9;
    width: 100%;
    height: 15%;
}

.mask-bottom2 {
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 9;
    width: 100%;
    height: 50%;
}

.mask-top {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 37%;
}

.mask-left {
    position: fixed;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%; /*background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1));*/
    background: url(../images/upgrate/mask-left.png) no-repeat;
    background-size: contain;
    z-index: 1;
}

.common_loading_image {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: fixed;
    z-index: 1001;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* DIALOG POPUP */
.mask-with-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/upgrate/bg_popup.jpg) no-repeat;
    background-size: 100%;
    opacity: 0.97;
    z-index: 1000;
}

#dialog_channel_rate.mask-with-bg {
    background: rgba(0, 0, 0, 0.85) !important;
    opacity: 1 !important;
}

.common-dialog-wrap .item-dialog.focused {
    background: #fff;
    box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.7);
}

.common-dialog-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin: 0;
    min-width: 16em;
    max-width: 30em;
    background: url(../images/dialog-bg.png) repeat;
    box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.5); /*padding: 1em 2.2em 2em;*/
    padding: 0.5em 1.8em 1.8em;
}

.common-dialog-wrap h3 {
    text-align: center;
    padding-bottom: 0.4em !important;
    margin-top: 0.7em !important;
    margin-bottom: 0.7em !important;
}

.common-dialog-wrap .item-dialog {
    background: rgba(255, 255, 255, 0.25);
    padding: 0.3em 0.875em;
    border-radius: 5px;
    color: #b4b4b4;
    margin-top: 1.2em;
}

.item-dialog span.align {
    float: right;
    top: 8px;
}

.common-dialog-wrap p {
    text-align: center;
    line-height: 45px;
    min-width: 700px;
    word-wrap: break-word;
}

.common-dialog-wrap .common-note {
    color: #b4b4b4;
    font-style: italic;
}

.common-dialog-wrap .common-note2 {
    text-align: center;
    padding: 3em 0 0.5em;
    color: #b4b4b4;
    font-weight: bold;
}

.common-dialog-wrap .common-note2 span {
    color: #ff1515;
    font-size: 32px;
}

.common-dialog-wrap .text-bottom {
    text-align: center;
    padding: 1.5em 0 0em;
    color: #b4b4b4; /*font-weight: bold;*/
    font-size: 20px;
}

.common-dialog-wrap .text-bottom span {
    color: #ff1515;
    font-size: 32px;
}

.bg-transparent {
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.2) !important;
}

.dialog-bg {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5) !important;
    background: rgba(0, 0, 0, 0.75) !important; /*background: #595764!important;*/
    border: 1px solid #838394;
}

.common-btn {
    position: relative;
    display: inline-block;
    padding: 0.15em 0.875em;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px !important;
    height: auto !important;
    transition: 0.2s;
    font-size: 34px;
}

.common-btn:hover {
    background: rgba(0, 0, 0, 0.4);
    transition: 0.3s;
    color: #fff !important;
}

.common-btn.active:hover {
    background: #d2d2d2 !important;
}

.common-btn-dialog {
    padding: 0.3em 0.875em;
    margin-top: 1.5em;
    display: block;
    text-align: center;
    font-weight: bold;
}

.common-btn-dialog-half {
    display: inline-block;
    width: 40.5%;
    margin-top: 0.7em;
}

.common-btn.active {
    color: #000 !important;
    background: #fff !important;
    box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.5);
}

.common-h-line-dialog {
    position: absolute;
    border-bottom: 1px solid #959494;
    width: 100%;
    left: 0;
    top: 76%;
}

.common_item_image {
    width: 100%;
    height: 100%;
}

.channel_0_image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.player-container {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    z-index: -1;
}

.logo_tvodplayer {
    margin-top: 45px;
    padding-right: 55px;
    position: absolute;
    right: 0;
    top: 0;
}

.vmp-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
}

.version {
    font-size: 30px;
    position: relative;
    color: #b6b6b6;
    display: block;
    margin: 35% auto;
    z-index: 4;
    text-align: right;
    padding-right: 30px;
}

.welcome-mytv {
    font-size: 34px;
    position: relative;
    color: #fff;
    display: block;
    margin: 31% auto;
    z-index: 4;
    text-align: center;
}

.welcome-tit {
    font-size: 52px;
    font-weight: 500;
    font-style: italic;
}

.welcome-quote {
    color: rgb(204, 201, 201);
    margin-top: 20px;
}

.version-mytv {
    font-size: 24px;
    position: absolute;
    color: #bbbbbb;
    display: block;
    bottom: 50px;
    left: 70px;
}

.zoom-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent !important; /*cursor: pointer;*/
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: 0.55s;
    -moz-transition: 0.55s;
    -o-transition: 0.55s;
    transition: 0.55s;
}

.zoom-icon {
    visibility: hidden;
    display: none;
}

.zoom-icon:before {
    position: absolute;
    left: -80%;
    top: 78%;
    display: block;
    margin: 0;
    height: 0%;
    width: 300%;
    background: url(../images/hover_bg.png);
    content: '';
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.65s;
    -moz-transition: 0.65s;
    -o-transition: 0.65s;
    transition: 0.65s;
}

.featured-thumbnail img {
    /*width: 100%;*/
}

.featured-thumbnail:hover .zoom-icon:before {
    left: -85%;
    top: -150%;
    height: 450%;
    width: 300%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.featured-thumbnail:hover .zoom-icon {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.featured-thumbnail:hover .zoom-icon {
    visibility: visible;
    border-radius: 0;
    overflow: hidden;
}

.featured-thumbnail:hover .zoom-icon:after {
    -webkit-transform: scale(0.8) !important;
    -moz-transform: scale(0.8) !important;
    -ms-transform: scale(0.8) !important;
    -o-transform: scale(0.8) !important;
    transform: scale(0.8) !important;
}

.mouse-control-wrap {
    position: absolute;
    width: 100%;
    bottom: 30px;
    z-index: 10;
}

.mouse-control {
    position: absolute;
    top: 86%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    background: url(../images/mouse-control.png);
    border-radius: 100px;
    margin: auto;
    overflow: hidden;
    box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.7);
    z-index: 10;
}

.mouse-control-item {
    display: block;
    width: 100%;
    height: 33%;
}

.mouse-control.top {
    top: 18%;
}

.mouse-top {
    text-align: center;
    position: relative;
    left: 33.5%;
    width: 66px;
    height: 50px;
    cursor: pointer;
    padding-top: 16px;
    transition: 0.3s;
}

.mouse-left {
    position: relative;
    float: left;
    display: inline-block;
    width: 66px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    padding-top: 16px;
    transition: 0.3s;
}

.mouse-right {
    position: relative;
    float: right;
    display: inline-block;
    width: 66px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    padding-top: 16px;
    transition: 0.3s;
}

.mouse-bottom {
    text-align: center;
    position: relative;
    left: 33.5%;
    width: 66px;
    height: 50px;
    cursor: pointer;
    padding-top: 16px;
    transition: 0.3s;
}

.mouse-back {
    position: absolute;
    text-align: center;
    top: 30%;
    left: 30%;
    width: 80px;
    height: 80px;
    cursor: pointer;
    display: block;
    border-radius: 40px;
    line-height: 5;
    font-size: 16px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    transition: 0.2s;
}

.mouse-top:hover,
.mouse-bottom:hover,
.mouse-left:hover,
.mouse-right:hover {
    font-size: 40px;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
    transition: 0.2s;
    padding-top: 14px;
}

.mouse-back:hover {
    font-size: 20px;
    transition: 0.2s;
    line-height: 4;
}

.live {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 50%;
    background: url(../images/live.png) no-repeat;
    background-size: contain;
}

#homepage_search_icon:hover ~ #search_title,
#homepage_support_icon:hover ~ #support_title,
#homepage_alert_icon:hover ~ #alert_title {
    text-decoration: underline;
    transition: 0.3s;
}

.scroll-left {
    height: 50px;
    overflow: hidden;
    position: relative;
}

.scroll-left p {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px; /* Starting position */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%); /* Apply animation to this element */
    -moz-animation: scroll-left 10s linear infinite;
    -webkit-animation: scroll-left 10s linear infinite;
    animation: scroll-left 10s linear infinite;
}

/* Move it (define the animation) */
@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%); /* Browser bug fix */
        -webkit-transform: translateX(100%); /* Browser bug fix */
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%); /* Browser bug fix */
        -webkit-transform: translateX(-100%); /* Browser bug fix */
        transform: translateX(-100%);
    }
}

.view-count {
    background-color: #fe9700;
    color: black;
    border-radius: 7px;
    padding-left: 7px;
    padding-right: 7px;
}

.img-dialog-wrap {
    position: absolute;
    top: 90%;
    left: 40%;
    border-radius: 25px;
    margin-right: -50%; /*  transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);*/
    margin: 0;
    min-width: 16em;
    max-width: 30em;
    background: url(../images/dialog-bg.png) repeat;
    box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.5);
}

.popup-img-btn-dialog {
    padding: 0.3em 0.875em;
    display: block;
    text-align: center;
    font-weight: bold;
}

.common-btn-img.active {
    color: #000 !important;
    background: #fff !important;
    box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.5);
}

.common-btn-img {
    position: relative;
    height: auto !important;
    transition: 0.2s;
}

#qrcode_display_div {
    position: absolute;
    width: 20%;
    top: 20%;
    left: 4%;
}

#bg_popup {
    padding: 0;
    margin-top: 3em;
}

/*
.grid-header {
position: relative;
display: flex;
flex-direction: row;
padding-left: 60px;
padding-right: 60px;
margin-top: 50px;
z-index: 5;
align-items: center;
justify-content: space-between;
}
.grid-header-catelist {
display: flex;
flex-direction: row-reverse;
width: 78%;
}
.d-subcate {
width: 100%;
overflow: hidden;
line-height: 1.5;
margin-right: 15px;
}
.grid-header-catelist-wr {
color: #a1a1a1;
max-width: 4000em;
text-align: right;
padding-top: 5px;
}
*/
.icon_cate {
    position: absolute;
    right: 0;
    top: 0;
}

.home-service-search {
    position: absolute;
    top: 0;
    width: 13%;
    transition: all 0.1s ease-in-out;
    font-size: 28px;
}

.grid-header {
    position: relative;
    display: block;
    padding-left: 3%;
    padding-right: 3%;
    margin-top: 50px;
    z-index: 5;
}

.movie-grid-header-catelist {
    /*float: right;*/
    position: absolute;
    top: 0px;
    right: 62px;
    text-align: right;
    width:        /*86%*/ 1400px;
    height: 70px;
}

.movie-d-subcate {
    width: 1284px;
    overflow: hidden; /*margin-right: 20px;*/
    display: inline-block;
    height: 70px;
    position: absolute;
    top: 0;
    right: 218px;
}

.movie-grid-header-catelist-wr {
    color: #a1a1a1;
    max-width: 4000em;
    text-align: right;
    height: 67px;
}

.movie-catelist-item {
    display: inline-block;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    font-size: 34px;
}

.grid-header-catelist {
    float: right;
    text-align: right;
    width: 86%;
}

.d-subcate {
    width: 82%;
    overflow: hidden;
    margin-right: 20px;
    display: inline-block;
}

.grid-header-catelist-wr {
    color: #a1a1a1;
    max-width: 4000em;
    text-align: right;
    padding-top: 5px;
}

#right_icon_cate {
    display: inline-block;
}

.catelist-item {
    display: inline-block;
    margin-right: 20px;
    padding: 6px 20px;
    width: auto;
    font-size: 34px;
}

.rate_check {
    padding: 0.1em 0.875em !important;
}

#dialog_channel_rate .common-dialog-wrap {
    max-width: 390px !important;
}

.home-play-btn-wr {
    display: inline-block;
    width: 208px;
}

@media only screen and (max-width: 1280px) {
    #qrcode_display_div {
        position: absolute;
        width: 20%;
        top: 20%;
        left: 4%;
    }

    .grid-header {
        margin-top: 20px;
    }

    .grid-header-catelist-wr {
        margin-bottom: 5px;
        font-size: 22px;
    }

    #right_icon_cate #img_cate {
        vertical-align: inherit !important;
        width: 80%;
        font-size: 22px;
    }

    .d-subcate {
        margin-right: -5px;
    }

    .common_loading_image {
        border-width: 10px;
    }
}

.warning-message {
    position: absolute;
    background-color: red;
    bottom: 5%;
    right: 3%;
    z-index: 999999999999;
    background: rgba(85, 85, 85, 0.93);
    border: 1px solid #000;
    border-radius: 12px;
    width: 30%;
    height: 130px;
    margin: auto;
    color: #272727;
    font-size: 28px;
    display: block;
    box-shadow: 0px 0 20px #000;
    overflow: hidden;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
}

.warning-message-img {
    width: 22%;
    height: 108px;
    background: rgba(0, 0, 0, 0.2);
    float: left;
    padding-top: 22px;
}

.warning-message-text {
    width: 71%;
    height: 110px;
    padding: 10px 15px;
    float: left;
    color: #efefef;
    display: table;
}

.warning-message-text-wr {
    display: table-cell;
    vertical-align: middle;
}

.volumn {
    position: fixed;
    z-index: 233;
    width: 200px;
    height: 200px;
    line-height: 199px;
    text-align: center;
    background: url(../images/upgrate/volumn.png) no-repeat;
    color: #111;
    top: 40%;
    right: 5%;
    font-size: 46px;
    font-weight: 500;
}

.debug_message {
    height: 650px;
    background: rgba(85, 85, 85, 0.5);
}

#interactive-tv-relative-close-btn {
    position: relative;
}

#interactive-tv-singer-info-close-btn {
    margin-right: 110px;
}

#interactive-tv-relative {
    z-index: 9;
    position: relative;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(45,45,45,0.8)); */
    background: url(../images/interactive_tv/sugg_bg.png) no-repeat;
    background-position: left bottom;
    width: 100vw;
    height: 100vh;
    flex-direction: column-reverse;
}

.interactive-tv-popup-wrapper {
    z-index: 9;
    position: relative;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    background: url(../images/interactive_tv/sugg_bg.png) no-repeat;
    background-position: left bottom;
    width: 100vw;
    height: 100vh;
    flex-direction: column-reverse;
}

#popup-relative-singer-info-header {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    height: 287px;
}

#interactive-tv-survey {
    background: url(../images/2.jpg) no-repeat;
    z-index: 9999;
    position: fixed;
}

.bg_white {
    background-color: #ededed !important;
}

.black_text {
    color: black !important;
}

.text_center {
    text-align: center !important;
}

#popup-btn-space {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    width: 20%;
    flex-direction: column;
    align-items: center;
    margin-top: 88px;
}

#popup-relative {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /*width: 80%;*/
    width: 1536px;
    overflow: hidden;
    position: relative;
}

.singer-info_wr {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    align-items: center;
    height: 54px;
    justify-content: center;
}

#btn-singer-info {
    border-radius: 50px;
    background: #c62828;
    font-size: 28px;
    margin-top: -30px;
    width: 248px;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    align-items: center;
    height: 48px;
    justify-content: center;
    position: relative;
    color: white;
    font-weight: bold;
    border: 5px #c62828 solid;
}

.btn-singer-info-2 {
    border-radius: 50px;
    border: transparent !important;
    background: #fff;
    font-size: 28px;
    margin-top: -70px;
    min-width: 250px;
    height: 54px;
    color: #000;
    font-weight: bold;
    border: 5px #c62828 solid;
    line-height: 1.9;
    padding: 0 25px;
    position: relative;
}

#singer-info-detail_data p {
    margin-top: 10px;
    margin-bottom: 10px;
}

#popup-relative .home_cliplist_item {
    border-radius: 16px;
}

#popup-relative .home_cliplist_item .title {
    background: #ededed;
    color: #000;
    text-align: center;
}

.btn-singer-info {
    border-radius: 50px;
    background: white;
    font-size: 28px;
    margin-top: -50px;
    width: 250px;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    align-items: center;
    height: 60px;
    justify-content: center;
    position: relative;
    color: black;
    font-weight: bold;
}

#btn-close {
}

#relative-content-div {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
}

.singer-img {
    border-radius: 50%;
    width: 220px;
    height: 220px;
    border: 2px solid #cfcfcf;
}

.singer-btn-focused {
    border: 5px white solid !important;
}

.interactive-tv-relative-close-btn {
    position: relative;
    background-color: black;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

#interactive-tv-relative-close-btn {
    margin-top: 30px;
}

.popup-relative-icon-img {
    width: 40px;
    height: 40px;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    align-self: center;
    justify-content: center;
}

.bg-black {
    background-color: black !important;
}

.bg-white {
    background-color: white !important;
}

#seperate-line {
    background-color: #ededed;
    width: 4px;
    height: 350px;
    margin-top: 70px;
    margin-right: 10px;
}

#singer-avatar-space {
    position: relative;
    text-align: center;
}

.relative-space {
    height: 40vh;
    width: 100%;
    display: block;
}

.popup-relative-content {
    padding-left: 100px;
    padding-right: 100px;
    text-align: justify;
}

#interactive-tv-relative-back-btn {
    position: relative;
    background-color: black;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-left: 100px;
    justify-content: center;
    margin-bottom: 30px;
}

.highlight-yellow {
    color: #f18e15;
    padding-right: 50px;
    padding-left: 50px;
}

.line-break-singer-info {
    background-color: white;
    height: 5px;
    width: 450px;
}

#btn-close-relative-singer-info {
    width: 20%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 30px;
    align-items: flex-end;
}

#multicam-fullscreen-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    border-radius: 50px;
    background: #c62828;
    font-size: 28px;
    position: fixed;
    padding: 10px;
    bottom: 15vh;
    left: 3vw;
    border: 0.5vh #fff0 solid;
}

#multicam-btn-back {
    border-radius: 50px;
    background: #c62828;
    font-size: 28px;
    position: fixed;
    padding: 10px;
    bottom: 15vh;
    left: 3vw;
    border: 5px #fff0 solid;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

#multicam-fake-focus {
    height: 21.5vh;
    width: 21.5vw;
    position: fixed;
    right: 2vw;
    top: 8vh;
}

.multicam-focus-item1 {
    border: 1vh white solid !important;
}

.multicam-focus-item2 {
    top: 38.5vh !important;
    border: 1vh white solid !important;
}

.multicam-focus-item3 {
    top: 69vh !important;
    border: 1vh white solid !important;
}

.btn-multicam-focus {
    border: 0.6vh white solid !important;
}

#multicam-fake-main-title {
    position: fixed;
    bottom: 8vh;
    left: 20vw;
    font-size: 2vw;
    width: 50vw;
    height: 50px;
    overflow: hidden;
    font-weight: bold;
}

#multicam-fake-title-time {
    display: none;
    position: fixed;
    bottom: 8vh;
    left: 2vw;
    font-size: 2vw;
    width: 17vw;
    height: 50px;
    overflow: hidden;
    color: #bebcbd;
}

#multicam-small-thumbnail-1 {
    position: absolute;
    top: 32vh;
    right: 2vw;
    text-align: center;
    width: 23vw;
    height: 6vh;
    overflow: hidden;
    font-size: 2vw;
}

#multicam-small-thumbnail-2 {
    top: 62vh;
    position: absolute;
    right: 2vw;
    text-align: center;
    width: 23vw;
    overflow: hidden;
    height: 6vh;
    font-size: 2vw;
}

#multicam-small-thumbnail-3 {
    top: 92vh;
    position: absolute;
    right: 2vw;
    text-align: center;
    width: 23vw;
    overflow: hidden;
    height: 6vh;
    font-size: 2vw;
}

.survey_answer_wrapper {
    position: relative;
    width: 100%;
    margin: 0;
}

#singer-info-detail {
    height: 180px;
    position: relative;
    font-size: 25px;
}

#singer-info-detail-bg {
    position: absolute;
    height: 100vh;
    width: 100vw; /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(45, 45, 45, 0.8));*/
    z-index: 8;
    top: 0;
}

#logo_multicam {
    position: absolute;
    top: 5vh;
    left: 3vw;
}

#popup-relative-row {
    position: relative;
    overflow: hidden;
}

.singer_info_detail_wr {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 28px;
}

#btn-back-relative-info {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    flex-direction: column-reverse;
    width: 20%;
}

#qr-img img {
    width: 150px;
    height: auto;
}

.opt-dialog-wrap {
    padding: 1.2em 2.5em 3em;
    min-width: 15em;
}

.opt-dialog-wrap .common-btn {
    border-radius: 50px !important;
    height: 52px !important;
    line-height: 1.5;
    text-indent: 80px;
    text-align: left;
    font-weight: 500;
}

.opt-dialog-wrap .common-btn img {
    position: absolute;
    top: 0;
    left: 0;
}
.display-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.move_grid_hor_container {
    width: max-content;
    position: relative;
}
