﻿* {
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html, body, form, .content {
    height:100%;
}

html {
    scroll-behavior: smooth;
}

/*body {
    overflow: hidden;
}*/

a, p, span, input[type=text], input[type=email], input[type=password], textarea, button, input[type=submit], select,
h1, h2, h3, td, th, li, label, b, td, i, input[type=file] {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    color:#000;
}

a, p, span, input[type=text], input[type=email], input[type=password], textarea, button, input[type=submit], select,
td, th, li, label, b, td, i, input[type=file] {
    font-size:0.85em;
}

.clsTemplate {
    display:none;
}

.loader {
    position:fixed;
    top:0;left:0;
    width:100%;height:100%;
    z-index: 20;
    background-color: rgb(0 0 0 / 0.80);
}

    .loader div {
        position:absolute;
        left:50%;
        top:50%;
        transform:translate(-50%,-50%);
        display:flex;
        align-items:center;
    }

    .loader img {
        flex:1;
        display:inline-block;
        width: 40px;
        animation: rotating 1s linear infinite;
    }

    .loader span{
        font-size: 1.5em;
        margin-left: 10px;
        color:#fff;
    }

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.device-direction {
    display:none;
    background-color:#fff;
    position:fixed;
    left:0;right:0;
    top:0;bottom:0;
    z-index:50;
    text-align:center;
}

    .device-direction div {
        position:absolute;
        left:50%;
        top:50%;
        transform:translate(-50%,-50%);
    }

        .device-direction img {
            display:inline-block;
            width:40%;
        }

        .device-direction p {
            margin-top:5vw;
            text-align:center;
            color: #EC1C24;
            font-weight:500;
        }

@media all and (orientation:portrait) {
    .device-direction {
        display: block;
    }
}

/*-------------------------------Sign Up-------------------------------*/

.signin-bg {
    width:100%;
    position: absolute;
    top: 0;
    left: 0;
}

.signin-bg.port {
    display:none;
}

input[type=text].signin-txtbox {
    position: absolute;
    font-size: 1.9vw;
    padding: 1.1vw 0;
    border: none;
    outline: none;
    /*border-radius: 10vw;*/
    background-color: transparent;
    color: #372e90;
    /*border: 1px solid red;*/
}

.signin-txtbox.firstname {
    top: 19.4vw;
    width: 30%;
    left: 34.8%;
}

.signin-txtbox.lastname {
    top: 30.2vw;
    width: 28.9%;
    left: 13.5%;
}

.signin-txtbox.email {
    top: 26.1vw;
    width: 30%;
    left: 34.8%;
}

.signin-txtbox.phone {
    top: 32.17vw;
    width: 32.7%;
    left: 57.5%;
}

.signin-txtbox.team {
    top: 37.7vw;
    width: 32.7%;
    left: 57.5%;
}

.sign-btn {
    position: absolute;
    left: 42%;
    top: 34.3vw;
    width: 16%;
    height: 4.3vw;
    background-color: transparent;
    /* border-radius: 10vw; */
    outline: none;
    cursor: pointer;
    /*border: 1px solid red;*/
    border: none;
}

@media only screen and (max-width: 600px) {
    .signin-bg.land {
        display:none;
    }

    .signin-bg.port {
        display:block;
    }

    input[type=text].signin-txtbox {
        top: 67.8vw;
        width: 82.5%;
        left: 8.5%;
        font-size: 2.3vw;
    }

    .sign-btn {
        left: 76%;
        top: 74.7vw;
        width: 16.5%;
        height: 7vw;
    }
}

/*.signup {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 90%;
    width:80vw;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0.35);
    border-radius: 4px;
    overflow: hidden;
    background-color:#fff;
    min-height: 320px;
}

    .signup > img {
        height:100%;
        flex:2;
    }

    .signup .form {
        background-color:#fff;
        padding:30px 20px;
        flex:1;
    }

        .signup .form .label {
            margin-bottom:0.5vw;
            font-size:1.3vw;
        }

        .signup .form .value {
            margin-bottom:3vw;
            display:block;
            width:100%;
            font-size:1.1vw;
        }

        .signup .form input[type=text].value,
        .signup .form input[type=password].value {
            border: none;
            border-bottom: 1px solid #bbb;
            padding-bottom: 0.5vw;
            outline:none;
            background-image:none;
            background-repeat:no-repeat;
            background-position: left top;
            background-size: 1.2vw;
            padding-left: 1.5vw;
        }

        .signup .form input[type=text].value:focus,
        .signup .form input[type=password].value:focus  {
            border-bottom: 1px solid #000;
        }

        .signup .form .value label:not(:first-child) {
            margin-left:1vw;
        }

        .signup .form .btn {
            background-color:#FE0000;
            display:block;
            width:100%;
            text-align:center;
            text-decoration:none;
            padding:0.8vw 0;
            color:#fff;
            font-size:1.3vw;
            box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0.35);
            border-radius:4px;
            outline:none;
            border:none;
            cursor:pointer;
        }

        .signup .form .lnk {
            margin-top:2vw;
            display:block;
            text-align:center;
            font-size:1.1vw;
        }*/
    /*-------------------------------Thank You-------------------------------*/

    .thankyou {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0.35);
    border-radius: 4px;
    overflow: hidden;
    background-color:#fff;
    padding:3.5vw;
}

    .thankyou h2 {
        text-align:center;
        font-size:1.5vw;
    }

    .thankyou p {
        margin-top:1vw;
        text-align:center;
        font-size:1.1vw;
    }

/*----------------------------Event----------------------------*/

.event-content {
    display:none;
    position: fixed;
    bottom: 0;
    width: 100%;
}

    .event-content .event-video {
        border:none;
        outline:none;
        width:100%;
    }

    .section-content {
        display:none;
        position: absolute;
    }

    .section-content.lobby,
    .section-content.audi-welcome,
    .section-content.audi {
        left:0;right:0;
        top:0;bottom:0;
        z-index:2;
    }

        .section-content.lobby #videoLobbyAV {
            position: absolute;
            width: 17.4%;
            left: 41.5%;
            top: 36.8%;
            z-index: 3;
            cursor: pointer;
            outline: none;
        }

    .section-content.audi-welcome,
    .section-content.audi {
        position:fixed;
    }

        .section-content.lobby .cta {
            position: absolute;
            display: block;
            width: 3%;
        }

            .section-content.lobby .cta img {
                width:100%;
            }

            .section-content.lobby .cta.audi {
                left: 54.9%;
                top: 55.7%;
            }

            .section-content.lobby .cta.audi2 {
                left: 59.5%;
                top: 68.7%;
            }

        .section-content.lobby .cta.photo1 {
            left: 1%;
            top: 67%;
        }

            .section-content.lobby .cta.photo2 {
                left: 66.2%;
                top: 64.2%;
            }

            .section-content.lobby .cta.game1 {
                left: 31%;
                top: 64%;
            }

        .section-content.lobby .cta.game2 {
            left: 82.5%;
            top: 71%;
        }

        .section-content.lobby .cta.cust-support {
            left: 53%;
            top: 74%;
        }

            .section-content.lobby .cta.agenda {
                left: 54.8%;
                top: 83.4%;
            }

        .section-content.lobby .cta.agenda2 {
            left: 64.9%;
            top: 38.2%;
        }

    .popup {
        display:none;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgb(0 0 0 / 0.8);
        top: 0;
        z-index: 10;
    }

    .popup .close {
        position: fixed;
        right: 2%;
        top: 3%;
        width: 2.5%;
        cursor:pointer;
    }

        .popup .close img {
            width: 100%;
            cursor:pointer;
        }

    .popup .content {
        width: 85%;
        margin: 2% auto 0 auto;
        background-color: #fff;
        max-height: 90%;
        overflow: hidden;
        box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 78%);
    }

        .popup .content iframe {
            border:0;
            width:100%;
            height:100%;
        }

        .popup .btn {
            border: none;
            outline: none;
            cursor: pointer;
            text-decoration: none;
            margin-top: 1vw;
            display: inline-block;
            width: 4vw;
        }

            .popup .btn img {
                width:100%;
            }

    .popup.photobooth .content {
        width:60%;
        height: auto;
        background-color:transparent;
        box-shadow:none;
    }

        .popup.photobooth .camera {
            text-align:center;
            position:relative;
        }

            .popup.photobooth .camera .video-box {
                position:relative;
            }

            .popup.photobooth .camera .video-box video {
                width:100%;
            }

            .popup.photobooth .camera .video-box img {
                position: absolute;
                left: 50%;
                top: 0;
                height: 100%;
                transform: translateX(-50%);
                border: 1px solid #8F317B;
            }

    .popup.photobooth .preview {
        display:none;
        text-align:center;
    }

        .popup.photobooth .preview .photo {
            display: inline-block;
            background-color: #000;
            width: 75%;
            border: 2px solid #8F317B;
        }

        .popup.photobooth .preview .option {
            margin: 0 auto;
            margin-top: 1%;
            text-align: center;
            width: 82%;
        }

            .popup.photobooth .preview .option .btn {
                margin-top: 1vw;
            }

           .popup.photobooth .preview .option .btn:not(:first-child) {
               margin-left:3vw;
           }

        .popup.photobooth .preview .option.download {
            display:none;
        }

.back {
    position: fixed;
    left: 2%;
    top: 8.5%;
    width: 3%;
    cursor:pointer;
    z-index:1;
}

    .back img {
        width: 100%;
        cursor:pointer;
    }

/*----------------------------Chat----------------------------*/

.clsChat {
    position:fixed;
    bottom:0;
    left:0;
    /*right: 0;*/
    display: flex;
    overflow-x: auto;
    z-index: 9;
}

    .clsChat .clsContainer {
        display: flex;
        align-items:flex-end;
    }

    .clsChat .clsContainer > div {
    }

    .clsChat .clsContainer > div:not(:first-child) {
        margin-left:5px;
    }

.clsVisitorsBox {
    width: 200px;
}

    .clsVisitorsBox .clsChatHead {
        background-color: #000000;
        padding: 7px;
        color: #fff;
        display: block;
        text-align: center;
        text-decoration: none;
        outline: none;
        position: relative;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .clsVisitorsBox .clsChatHead span,
        .clsRoomChat .clsChatHead span,
        .clsSingleChat .clsChatHead span,
        .clsSupportChat .clsChatHead span,
        .clsPolling .clsPollHead span,
        .clsQnAChat .clsChatHead span {
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            width: 18px;
            height: 18px;
            background-image: url(/images/users.png);
            background-size: contain;
            background-repeat: no-repeat;
        }

        .clsVisitorsBox .clsChatHead img,
        .clsRoomChat .clsChatHead img,
        .clsSingleChat .clsChatHead img,
        .clsSupportChat .clsChatHead img,
        .clsPolling .clsPollHead img,
        .clsQnAChat .clsChatHead img {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            width: 16px;
            height: 16px;
        }

    .clsVisitorsBox .clsVisitors {
        display:none;
        background-color: #232323;
        max-height:450px;
        overflow-y:auto;
    }

        .clsVisitorsBox .clsVisitors a {
            outline:none;
            text-decoration:none;
            display: flex;
            align-items:center;
            padding: 7px 10px;
            color:#fff;
        }

        .clsVisitorsBox .clsVisitors a:hover {
            background-color:#000;
        }

        .clsVisitorsBox .clsVisitors a:not(:last-child) {
            border-bottom:1px solid #ddd;
        }

            .clsVisitorsBox .clsVisitors a span {
                margin-right: 5px;
                display: inline-block;
                width: 20px;
                height: 20px;
                background-image: url(images/user.png);
                background-repeat: no-repeat;
                background-position: center center;
                background-size: 14px;
            }

.clsRoomChat, .clsSingleChat {
    width: 250px;
}

    .clsRoomChat .clsChatHead, 
    .clsSingleChat .clsChatHead,
    .clsQnAChat .clsChatHead,
    .clsPolling .clsPollHead {
        cursor: pointer;
        background-color: #000000;
        padding: 7px;
        color: #fff;
        display: block;
        text-align: center;
        text-decoration: none;
        outline: none;
        position: relative;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .clsRoomChat .clsChatHead span {
            background-image: url(/images/chats.png);
        }

        .clsSingleChat .clsChatHead span {
            background-image: url(/images/chat.png);
        }

        .clsSupportChat .clsChatHead span {
            background-image: url(/images/support.png);
        }

        .clsQnAChat .clsChatHead span {
            background-image: url(/images/ques.png);
        }

        .clsPolling .clsPollHead span {
            background-image: url(/images/vote.png);
        }

    .clsRoomChat .clsChatBox,
    .clsSingleChat .clsSingleChatBox,
    .clsQnAChat .clsChatBox {
        display:none;
        background-color: #232323;
    }

        .clsRoomChat .clsChatBox .clsMsgs,
        .clsSingleChat .clsSingleChatBox .clsMsgs,
        .clsQnAChat .clsChatBox .clsMsgs
         {
            max-height: 30vw;
            overflow-y: auto;
            padding-bottom:10px;
        }

        .clsRoomChat .clsChatBox .clsMsgs .clsMsg,
        .clsSingleChat .clsSingleChatBox .clsMsgs .clsMsg,
        .clsQnAChat .clsChatBox .clsMsgs .clsMsg {
            padding:10px 10px 0 10px;
        }

            .clsRoomChat .clsChatBox .clsMsgs .clsMsg .box,
            .clsSingleChat .clsSingleChatBox .clsMsgs .clsMsg .box,
            .clsQnAChat .clsChatBox .clsMsgs .clsMsg .box
             {
                display: inline-block;
            }

                .clsRoomChat .clsChatBox .clsMsgs .clsMsg .name,
                .clsQnAChat .clsChatBox .clsMsgs .clsMsg .name {
                    color: #fff;
                    font-size: 10px;
                    font-weight: 500;
                    margin-bottom: 3px;
                }

                .clsRoomChat .clsChatBox .clsMsgs .clsMsg .msg,
                .clsSingleChat .clsSingleChatBox .clsMsgs .clsMsg .msg,
                .clsQnAChat .clsChatBox .clsMsgs .clsMsg .msg {
                    color: #fff;
                    margin-bottom: 3px;
                    background-color: #11ab99;
                    padding: 7px 12px;
                    border-radius: 50px;
                }

                .clsRoomChat .clsChatBox .clsMsgs .clsMsg .time,
                .clsSingleChat .clsSingleChatBox .clsMsgs .clsMsg .time,
                .clsQnAChat .clsMsgs .clsMsg .time {
                    display: block;
                    text-align: left;
                    color: #ddd;
                    font-size: 8px;
                    margin-left: 7px;
                }

        .clsRoomChat .clsChatBox .clsMsgs .clsMsg.right,
        .clsSingleChat .clsSingleChatBox .clsMsgs .clsMsg.right,
        .clsQnAChat .clsChatBox .clsMsgs .clsMsg.right {
            text-align:right;
        }

            .clsRoomChat .clsChatBox .clsMsgs .clsMsg.right .box,
            .clsSingleChat .clsSingleChatBox .clsMsgs .clsMsg.right .box,
            .clsQnAChat .clsChatBox .clsMsgs .clsMsg.right .box {
                
            }

            .clsRoomChat .clsChatBox .clsMsgs .clsMsg.right .msg,
            .clsSingleChat .clsSingleChatBox .clsMsgs .clsMsg.right .msg,
            .clsQnAChat .clsChatBox .clsMsgs .clsMsg.right .msg {
                text-align:left;
                overflow-wrap: anywhere;
            }

            .clsRoomChat .clsChatBox .clsMsgs .clsMsg.right .time,
            .clsSingleChat .clsSingleChatBox .clsMsgs .clsMsg.right .time,
            .clsQnAChat .clsChatBox .clsMsgs .clsMsg.right .time {
                text-align:right;
                margin-left: 0;
                margin-right: 7px;
            }

        .clsRoomChat .clsChatBox .clsSendMsg,
        .clsSingleChat .clsSingleChatBox .clsSendMsg,
        .clsQnAChat .clsChatBox .clsSendMsg {
            display:flex;
            align-items:center;
            background-color: #000;
        }

            .clsRoomChat .clsChatBox .clsSendMsg input[type=text],
            .clsSingleChat .clsSingleChatBox .clsSendMsg input[type=text],
            .clsQnAChat .clsChatBox .clsSendMsg input[type=text] {
                flex:1;
                border:none;
                padding:7px;
                outline:none;
                color:#fff;
                background-color: transparent;
            }

            .clsRoomChat .clsChatBox .clsSendMsg a,
            .clsSingleChat .clsSingleChatBox .clsSendMsg a,
            .clsQnAChat .clsChatBox .clsSendMsg a {
                margin-right:5px;
                display:inline-block;
                width:30px;
                height:30px;
                background-image:url(images/send.png);
                background-size:20px;
                background-repeat:no-repeat;
                background-position:center center;
            }

.clsSingleChat .clsChatHead {
    position:relative;
}

    .clsSingleChat .clsChatHead a {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url(/images/close_white.png);
        display: inline-block;
        width: 1vw;
        height: 1vw;
        background-repeat: no-repeat;
        background-size: contain;
        width: 12px;
        height: 12px;
    }

        .clsSingleChat .clsChatHead a i {
            color:#fff;
        }

.clsNewMsg {
}

.menuband {
    position: fixed;
    bottom: -4px;
    right: 0;
    z-index: 9;
    width: 38%;
}

    .menuband img {
        width:100%;
    }

    .menuband a {
        position: absolute;
        top: 0;
        width: 14%;
        height: 100%;
        /*border: 1px solid red;*/
    }

    .menuband a.audi {
        left: 17.9%;
    }

    .menuband a.speaker {
        left: 37.9%;
        width: 16%;
    }

    .menuband a.halloffame {
        left: 26%;
    }

    .menuband a.photobooth {
        left: 42.5%;
    }

    .menuband a.game {
        left: 59.5%;
        width: 14.5%;
    }

    .menuband a.help {
        left: 2.1%;
        width: 12.5%;
    }

    .menuband a.agenda {
        left: 16.1%;
        width: 12.5%;
    }

    .menuband a.fullscrn {
        left: 81.5%;
    }

@media only screen and (max-width: 900px) {
    .menuband {
        bottom: unset;
        top: 0;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        width: 41%;
    }
}

/*----------------------------Q&A----------------------------*/

.clsQnAChat {
    width: 250px;
    position:fixed;
    bottom:0;
    left:0;
    overflow-x: auto;
    z-index: 9;
}

    .clsQnAChat .clsChatHead {
        width:100%;
    }

    .clsQnAChat .clsChatBox .clsMsgs .clsMsg.pr .box {
        background-color: #43B87B;
    }

/*----------------------------Polling----------------------------*/

.clsPolling {
    display:none;
    width: 100%;
    position:fixed;
    bottom:0;
    right:0;
    overflow-x: auto;
    z-index: 11;
}

    .clsPolling .clsPollHead {
        width:100%;
    }

    .clsPolling .clsPollQues {
        background-color: #232323;
        color: #fff;
        text-align: center;
        padding-top: 15px;
        font-weight: bold;
        font-size: 1.3em;
    }

    .clsPolling .clsPollBox {
        background-color: #232323;
        padding: 15px;
        display: flex;
        height: 100px;
    }

        .clsPolling .clsPollBox a {
            text-decoration: none;
            display: block;
            flex: 1;
            padding: 15px;
            border: 1px dashed #fff;
        }

            .clsPolling .clsPollBox a span:first-child {
                color: #fff;
                width: 25px;
                text-align: center;
                background-color: #EC1C24;
                display: inline-block;
                height: 25px;
                border-radius: 50%;
                padding-top: 1px;
                font-size: 1.3em;
            }

            .clsPolling .clsPollBox a span:last-child {
                color: #fff;
                padding: 10px;
                font-size: 1.3em;
            }

        .clsPolling .clsPollBox a:not(:first-child) {
            margin-left:10px;
        }

        .clsPolling .clsPollBox a:hover {
            border:1px solid #fff;
            background-color: #000;
        }

/*----------------------------Emoji----------------------------*/

.emoji--like::before {
    content: url(/images/emoji/like.svg);
}
.emoji--love::before {
    content: url(/images/emoji/love.svg);
}
.emoji--haha::before {
    content: url(/images/emoji/haha.svg);
}
.emoji--wow::before {
    content: url(/images/emoji/wow.svg);
}
.emoji--angry::before {
    content: url(/images/emoji/angry.svg);
}
.emoji--sad::before {
    content: url(/images/emoji/sad.svg)
}
.emoji--applause::before {
    content: url(/images/emoji/applause.png)
}
.emoji--celebration::before {
    content: url(/images/emoji/celebration.png)
}
.emoji {
    /*display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -10%;
    animation: fly 8s cubic-bezier(.23, 1, .32, 1);*/
    display: block;
    width: 16px;
    height: 16px;
    position: fixed;
    right: 5%;
    bottom:-30%;
    opacity:0;
    animation: fly 8s cubic-bezier(.23, 1, .32, 1);
}
@keyframes fly {
    0% {
        bottom:-30%;
        opacity:1;
        transform: scale(0.2)
    }
    30%{
        transform: scale(0.6);
    }
    100% {
        bottom: 130%;
        opacity:0;
        transform: scale(0.1)
    }
}
/*@keyframes fly {
    0% {
        left: 100%;
        transform: scale(0.2)
    }
    30%{
        transform: scale(0.6);
    }
    100% {
        left: -30%;
        transform: scale(0.1)
    }
}*/

.emoji-list{
    padding: 5px;
    border-radius: 60px;
    position: fixed;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0px 0px 13px 2px rgb(0 0 0 / 61%);
    z-index: 10;
}

.emoji-list button{
    background: transparent;
    padding: 3px;
    border: none;
    outline: none;
    transition: all .2s ease-out;
    height: 35px;
    cursor: pointer;
}

.emoji-list button:hover {
    transform: scale(1.3)
}

.emoji-list button:active {
    transform: scale(1.3)
}

    .emoji-list button img {
        width: 35px;
    }