.mic-off, .mic-on
{ max-width: 100%; background-size: 100%; background-image: url('https://s3.ap-south-1.amazonaws.com/newsfeedsmartapps/utils/saif/mic_sprite.png'); }
 
.mic-off { background-position: 0 0%; background-size: 100%; }
.mic-on { background-position: 0 100%; background-size: 100%; }
#recieve1{
    position: fixed;
    top:0;
    left:0;
    width: 300px;
    height: 200px;
}
div#mic {
    position: fixed;
    bottom: 23px;
    left: 50px;
    /* padding: 10px 14px; */
    background-color: rgba(0,0,0,07);
    color: #ffffff;
    border-radius: 5px;
    /* font-size: 13px; */
    z-index: 1000;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    /* display: none; */
    display: flex;
    width: 30px;
    height: 40px;
}
div#mic2 {
    position: fixed;
    bottom: 23px;
    left: 100px;
    /* padding: 10px 14px; */
    background-color: rgba(0,0,0,07);
    color: #ffffff;
    border-radius: 5px;
    /* font-size: 13px; */
    z-index: 1000;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    /* display: none; */
    display: flex;
    width: 30px;
    height: 40px;
}

.frame {
    width: 90%;
    height: 80%;
    max-width: 900px;
    max-height: 800px;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans,
          Droid Sans, Helvetica Neue, sans-serif;
    padding: 20px;
    font-size: 14px;
    border: none;
    z-index: 10000;
    position: fixed;
    visibility:hidden;
}
#alivenow_home_scr,
#alivenow_avatar_decide_scr{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.85);
    display: none;
}
#alivenow_home_scr.active,
#alivenow_avatar_decide_scr.active{
    display: block;
}
#alivenow_home_scr .app_container,
#alivenow_avatar_decide_scr .app_container{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    max-width: 500px;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /*  background-color: rgba(0,0,0,.7); */
}
#alivenow_home_scr .app_container .header,
#alivenow_avatar_decide_scr .app_container .header{
    position: relative;
    width: 30%;
    display: block;
    top:0;
    margin: 0 auto;
}
#alivenow_home_scr .app_container .header img,
#alivenow_avatar_decide_scr .app_container .header img{
    position: relative;
    width: 100%;
}
#alivenow_home_scr .app_container .avatar_ui,
#alivenow_avatar_decide_scr .app_container .avatar_ui{
    position: relative;
    width: 50%;
    margin: 0 auto;
}
#alivenow_home_scr .app_container .avatar_ui img,
#alivenow_avatar_decide_scr .app_container .avatar_ui img{
    position: relative;
    width: 100%;
}
#alivenow_home_scr .app_container .buttons,
#alivenow_avatar_decide_scr .app_container .buttons{
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;

}
#alivenow_home_scr .app_container .buttons>div,
#alivenow_avatar_decide_scr .app_container .buttons>div{
    width: 65%;
    border-radius: 10px;
    margin: 5px 0;
    text-align: center;
    font-size: 17px;
    line-height: 50px;
    cursor: pointer;
}
#alivenow_avatar_decide_scr .app_container .buttons>div img{
    position: relative;
    width: 70%;
}
.powerdBy{
    position: relative;
    margin-top: 30px !important;
}
#customBtn,#noAvatar{
    background-color: #bb1e1e;
    color: #ffffff;
}
#defaultBtn,#yesAvatar{
    border:2px solid #bb1e1e;
    color:#bb1e1e;
    background-color: rgba(0,0,0,0);
}
#modal_loader{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(0,0,0,.85);
    width: 80%;
    max-width: 600px;
    border-radius: 5px;
    padding: 3vw;
    display: none;
}
#modal_loader.active{
    display: block;
}
#modal_loader img{
    position: relative;
    width: 15%;
    margin: auto;
    display: table;
}
#modal_loader .label{
    text-align: center;
    font-size: 17px;
    color: #ffffff;
    margin-top: 10px;
}
.game_left_icons{
    position:fixed;
    bottom:20px;
    left:20px;
    cursor: pointer;
    z-index: 10;
}
.game_left_icons #game_powerdby{
    position:relative;
    
}
.game_left_icons #vr_button{
    position: relative;
     width: 25vw;
    max-width: 100px;
    cursor: pointer;
    display: none;
 }
.warning {
    background-color: #df68a2;
    padding: 3px;
    border-radius: 5px;
    color: white;
}
#intro_logo{
    position: fixed;
    top: 20px;
    left: 20px;
    width: 40%;
    max-width: 150px;
    z-index: 999;
    cursor: pointer;
}
#mobile_navigator{
    position: absolute;
    z-index: 1000;
/*     top:50%;
    left:50%; */
    display: none;
}
#mobile_navigator.active{
    display: block !important;
}
#mobile_navigator #bg{
    position: relative;
    width: 20vw;
    height: 20vw;
    background-color: rgba(255,255,255,0.4);
    border-radius: 50%;
}
#mobile_navigator #control{
    position: absolute;
  /*   top:50%;
    left:50%; */
    transform: translate(-50%,-50%);
    width: 10vw;
    height: 10vw;
    background-color: rgba(255,255,255,0.9);
    border-radius: 50%;
}

#game_countdown{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#game_countdown.active{
    display:block;
}
#game_countdown .time{
    font-family: inherit;
    /* font-weight: bold; */
    color: #283538;
    font-size: 100px;
    text-align: center; 
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%) scale(2);
    opacity: 0;
    
}
#game_countdown .time.active{
    transition: transform ease-out .5s,opacity ease-out .35s;
    opacity: 1;
    transform: translate(-50%,-50%) scale(1);
}
#vr_permission{
    position: absolute;
    left:0;
    right: 0;
    max-width: 700px;
    width: 80%;
    margin:auto;
    top: 45%;
    transform: translate(0,-50%);
    display: none;
}
#vr_permission .popup_header,
 #exit_menu .popup_header{
    font-family: inherit;
    color: #ffffff;
    font-size: 16px;
}
#vr_permission .popup_desktop_bg{
    position: absolute;
    background-color: rgba(0,0,0,.75);
    width: 100%;
    height: 100%;
    /* opacity: 0.75; */
    border-radius: 5px;
    border: 2px solid #3f99fe;
    z-index: -1;
}
#vr_permission .permission_icon{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin:40px 0;
}
#vr_permission .permission_label{
    font-family: inherit;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    margin :0 0 60px 0;
}
#vr_permission  .popup_header,
 #exit_menu .popup_header{
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: rgba(0,0,0,.75);
    border-radius: 0 0 5px 5px;
    width: 30%;
   /*  height: 40px; */
    margin: auto;
    padding: 10px;
    position: relative;
    top:2px;
}
#exit_menu .popup_header
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
#vr_permission  .popup_header img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#vr_permission .content{
    display: flex;
    flex-direction: column;
    width: 92%;
    margin: auto;
}
#vr_permission .content .head{
    font-family: inherit;
    color: #ffffff;
    /* font-size: 1.5vw; */
    font-size: 20px;
    margin-top: 20px;
}

#error1,#error4,#error2,#error3{
    display:none;
    position: absolute;
    flex-direction: column;
    padding: 50px 0;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
}
#vr_permission.active,#error1.active,#error4.active,#error2.active,#error3.active{
    display: block;
}
#vr_permission .container,#error1 .container,#error4 .container,#error2 .container,#error3 .container{
    position: relative;
    left:0;
    right: 0;
    max-width: 550px;
    width: 80%;
    margin:auto;
    top: 45%;
    transform: translate(0,-50%);
   
}
#error1 .buttons,#error4 .buttons,#error2 .buttons,#error3 .buttons{
    position: absolute;
    width: 100%;
    bottom:10%;
    left:0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#vr_permission .buttons{
    position: relative;
    width: 90%;
    bottom:10%;
    left:0;
    margin:auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
}
#popup_vr .buttons{
    position: absolute;
    width: 30%;
    bottom: 7%;
    left: 0;
    right: 0;
    margin: auto;
}
#popup_vr .buttons #okay,#popup_vr .buttons #okay img{
    position: relative;
    width: 100%;
    cursor: pointer;
}
#vr_permission .buttons>div,#error1 .buttons>div,#error4 .buttons>div,#error2 .buttons>div,#error3 .buttons>div{
    margin: 0 20px;
    max-width: 200px;
    width: 33%;
    cursor: pointer;
}
#vr_permission .buttons>div img,#error1 .buttons>div img,#error4 .buttons>div img,#error2 .buttons>div img,#error3 .buttons>div img{
    position: relative;
    width: 100%;
}
#vr_permission .container img,#error1 .container img,#error4 .container img,#error2 .container img,#error3 .container img{
    position: relative;
    width: 100%;
}

#game_home{
    display:none;
    position: absolute;
    flex-direction: column;
    padding: 50px 0;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
}

#avatar_selection_popup{
    position: absolute;
    left:0;
    right: 0;
    max-width: 700px;
    width: 80%;
    margin:auto;
    top: 45%;
    transform: translate(0,-50%);
    display: none;
    z-index: 1000;
}
#avatar_selection_popup.active{
    display: block;
}
#avatar_selection_popup .popup_desktop_bg{
    position: absolute;
    background-color: rgba(0,0,0,.75);
    width: 100%;
    height: 100%;
    /* opacity: 0.75; */
    border-radius: 5px;
    border: 2px solid #3f99fe;
    z-index: -1;
}
#avatar_selection_popup .container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 95%;
    margin: 15px auto;
}
#avatar_selection_popup .card{
    background-color: rgba(0,0,0,.75);
    border:3px solid #262728;
    width: calc(50% - 40px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    color:#ffffff;
    font-size: 17px;
    font-family: inherit;
    position: relative;
     cursor: pointer;
}
#avatar_selection_popup .card .tick{
    display: none;
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: #3f99fe;
    padding: 3px 6px;
    border-radius: 50%;
}#avatar_selection_popup .card.active .tick{
    display: block;
}
#avatar_selection_popup .card.active{
    border-color: #3f99fe;
}

#avatar_selection_popup .card .icon{
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   
}
#avatar_selection_popup .card .label{
    font-size: 15px;
    font-family: inherit;
}
#avatar_selection_popup .card img{
    position: relative;
    width: 60%;
    height: 80%;
    object-fit: contain;
}
#avatar_selection_popup .popup_header{
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: rgba(0,0,0,.75);
    border-radius: 0 0 5px 5px;
    width: 30%;
    /* height: 40px; */
    margin: auto;
    padding: 10px;
    position: relative;
    top:2px;
    color:#ffffff;
}
#game_home #popup_desktop{
    position: absolute;
    left:0;
    right: 0;
    
    max-width: 1000px;
    width: 80%;
    margin:auto;
    top: 45%;
    transform: translate(0,-50%);
    display: none;
}
#game_home #popup_desktop .popup_desktop_bg{
    position: absolute;
    background-color: rgba(0,0,0,.75);
    width: 100%;
    height: 100%;
    /* opacity: 0.75; */
    border-radius: 5px;
    border: 2px solid #fc0000;
    z-index: -1;
}
#game_home #popup_desktop .popup_header,
#game_home #popup_mobile .popup_header{
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: rgba(0,0,0,.75);
    border-radius: 0 0 5px 5px;
    width: 30%;
    height: 40px;
    margin: auto;
    padding: 10px;
    position: relative;
    top:2px;
}
#game_home #popup_mobile .popup_header
{
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
}
#game_home #popup_desktop  .popup_header img,
#game_home #popup_mobile  .popup_header img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#game_home #popup_desktop .content{
    display: flex;
    flex-direction: column;
    width: 92%;
    margin: auto;
    padding: 40px;
}
#game_home #popup_desktop .content .head{
   /*  font-family: inherit; */
     font-family: inherit;
  font-style: normal;
  font-weight: 400;
    color: #ffffff;
    /* font-size: 1.5vw; */
    font-size: 20px;
    margin-top: 20px;
}
#game_home #popup_desktop .content .sections{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px 0;
}
#game_home #popup_desktop .content .sections>div{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(0,0,0,1);
    padding: 30px 15px;
    border-radius: 5px;
    width: 33.33%;
}
#game_home #popup_desktop .content .sections>div .icon{
    position: relative;
    width: 90%;
    height: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#game_home #popup_desktop .content .sections>div .description{
    margin-top: 20px;
    font-family: inherit;
    color: #ffffff;
    /* font-size: .9vw; */
    font-size: 15px;
    text-align: center;
}
#game_home #popup_desktop .content .sections .section3 .icon{
    width: 40%;
}
#game_home #popup_desktop .content .sections .section2 .icon{
    width: 35%;
}
#game_home #popup_desktop .content .sections>div .icon img{
    position: relative;

    width: 100%;
   /*  height: 100%;
    object-fit: contain; */
}
#game_home #popup_desktop .content .sections .section2{
    margin: 0 10px;
}
#game_home #popup_desktop .content .button{
    display: flex;
    flex-direction: row;
    justify-content: center;

}
#avatar_selection_popup #letsGo
{
    display: table;
    margin: auto;
    opacity: 0.5;
}
#avatar_selection_popup #letsGo.active{
    opacity: 1;
}
#game_home #popup_desktop .content .button #startBtn,
#vr_permission .buttons #yes,
#vr_permission .buttons #no,
#avatar_selection_popup #letsGo{
    background-color: #000000;
    color: #ffffff;
    border-radius: 3px;
    font-family: inherit;
    padding: 20px 50px;
    text-align: center;
    /* font-size: 1vw; */
    border: 1px solid #fc0000;
    font-size: 17px;
    margin-bottom: 20px;
    cursor: pointer;
}
#game_home #popup_desktop .content .button #startBtn:hover{
    background-color: #ffffff;
    color: #000000;
}
#vr_permission .buttons #no{
    background-color: #000000;
}
#game_home #popup_desktop .powerdby,
#vr_permission .powerdby{
    position: relative;
    width: 25%;
    margin: auto;
    cursor: pointer;
}
#game_home #popup_mobile .powerdby{
    position: relative;
    width: 50%;
    margin: auto;
    cursor: pointer;
}
#game_home #popup_desktop .powerdby img,
#game_home #popup_mobile .powerdby img,
#vr_permission .powerdby img{
    position: relative;
    width: 100%;
}

#game_home #popup_vr{
    position: absolute;
    left:0;
    right: 0;
    max-width: 700px;
    width: 80%;
    margin:auto;
    top: 45%;
    transform: translate(0,-50%);
    display: none;
}
#game_home #popup_vr .popup_vr_bg{
    position: absolute;
    background-color: rgba(0,0,0,.75);
    width: 100%;
    height: 100%;
    /* opacity: 0.75; */
    border-radius: 5px;
    border: 2px solid #3f99fe;
    z-index: -1;
}
#game_home #popup_vr  .popup_header{
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: rgba(0,0,0,.75);
    border-radius: 0 0 5px 5px;
    width: 30%;
    height: 40px;
    margin: auto;
    padding: 10px;
    position: relative;
    top:2px;
}
#game_home #popup_vr  .popup_header img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#game_home #popup_vr .content{
    display: flex;
    flex-direction: column;
    width: 95%;
    margin: auto;
}
#game_home #popup_vr .content .head{
    font-family: inherit;
    color: #ffffff;
    font-size: 1.5vw;
    margin-top: 20px;
}
#game_home #popup_vr .content .sections{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px 0;
}
#game_home #popup_vr .content .sections>div{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(0,0,0,.75);
    padding: 30px 15px;
    border-radius: 5px;
    width: 50%;
}
#game_home #popup_vr .content .sections>div .icon{
    position: relative;
    width: 40%;
    height: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#game_home #popup_vr .content .sections .section2 .icon{
    transform: scale(-1,1);
}
#game_home #popup_vr .content .sections>div .description{
    margin-top: 20px;
    font-family: inherit;
    color: #ffffff;
    /* font-size: .9vw; */
    font-size: 15px;
    text-align: center;
}
/* #game_home #popup_vr .content .sections .section3 .icon{
    width: 40%;
}
#game_home #popup_vr .content .sections .section2 .icon{
    width: 35%;
} */
#game_home #popup_vr .content .sections>div .icon img{
    position: relative;

    width: 100%;
   /*  height: 100%;
    object-fit: contain; */
}
#game_home #popup_vr .content .sections .section2{
    margin: 0 10px;
}
#game_home #popup_vr .content .buttons{
    display: flex;
    flex-direction: row;
    justify-content: center;

}

#game_home #popup_vr .content #okay{
    background-color: #3f99fe;
    color: #ffffff;
    border-radius: 3px;
    font-family: inherit;
    padding: 10px 0;
    width: 35%;
    text-align: center;
    /* font-size: 1vw; */
    font-size: 17px;
    margin: 0 auto 20px auto;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#game_home #popup_vr .powerdby{
    position: relative;
    width: 25%;
    margin: auto;
    cursor: pointer;
}
#game_home #popup_vr .powerdby img{
    position: relative;
    width: 100%;
}

#game_home #popup_mobile #mobile_inst1,
#game_home #popup_mobile #mobile_inst2{
    width: 95%;
   /*  max-width: 250px; */
    /* margin: auto; */
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    
}
#mobile_inst2 img,#mobile_inst1 img{
    position: relative;
    width: 80px;
}
#game_home #popup_mobile #mobile_inst1 .label,
#game_home #popup_mobile #mobile_inst2 .label{
    font-family: inherit;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    margin-left: 20px;
}
#game_home #popup_mobile
{
    position: absolute;
    left: 0;
    right: 0;
    max-width: 700px;
    width: calc(80%);
    padding: 60px 5px 10px 5px;
    margin: auto;
    top: 45%;
    transform: translate(0,-50%);
    display: none;
    background-color: #000000;
     border: 1px solid #fc0000;
    border-radius: 10px;
   /*  padding-left: 10%; */
    flex-direction: column;
    justify-content: center;
}

#game_home #popup_mobile.active{
     display: flex;
}
#game_home #popup_desktop.active,#game_home #popup_vr.active{
    display: block;
}
#game_home #intro_bg
{
    position: relative;
  
 
    width: 100%;
   
   
}
/* #game_home #popup_desktop #startBtn
{
    position: absolute;
    bottom: 7.5%;
    left: 0;
    right: 0;
    margin:auto;
    width: 35%;
    max-width: 170px;
    cursor: pointer;
} */
/* #game_home #popup_mobile #startBtn
{
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    max-width: 200px;
    cursor: pointer;
} */
#game_home #popup_mobile #startBtn{
    background-color: #000000;
     border: 1px solid #fc0000;
    color: #ffffff;
    border-radius: 3px;
    font-family: inherit;
    padding: 13px 40px;
    text-align: center;
    font-size: 3vw;
    margin-bottom: 20px;
    cursor: pointer;
    display: table;
    margin: 0 auto 20px auto;
}
#game_home #popup_mobile #startBtn:hover{
    background-color: #ffffff;
    color: #000000;
}
#game_home #popup_mobile .info
{
    background-color: rgba(0,0,0,.5);
    border-radius: 10px;
    padding: 10px 3px 0px 3%;
    margin: 10px 0;
    display: flex;
    flex-direction: column;
}
#game_home.active{
    display: block;
}

.header{
    position: absolute;
    display: none;
    top:25px;
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 40px);
    /* margin: 0 20px; */
}
.header.active{
    display: flex;
}
.header #score{
    position: relative;
    
    
    background-color: rgba(0,0,0,.75);
    border-radius: 10px;
    font-family: inherit;
    color: #ffffff;
    font-size: 23px;
    padding: 10px 20px;
}
.header .lifes{
    display: flex;
    flex-direction: row;
}
.header .lifes .life{
    width: 10vw;
    max-width: 40px;
}
.header .lifes .life.hidden{
    opacity: 0;
}
.header .lifes .life img{
    position: relative;
    width: 100%;
}


#game_score{
    display:none;
    position: absolute;
    flex-direction: column;
    padding: 50px 0;
    top:0;
    left:0;
    width: 100%;
    height: calc(100% - 100px);
    background-color: rgba(0,0,0,0.9);
}
#game_score.active{
    display:flex;
}

#game_score .title{
    font-family: inherit;
    color: #ffffff;
    font-size: 45px;
    text-align: center;
} 

#game_score .score{
    font-family: inherit;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    margin-top: 30vh;
}

#game_score .items img{
    position: relative;
    width:15%;
    max-width: 150px;
}
#game_score .replay{
    position: absolute;
    width: 60%;
    max-width: 300px;
    bottom:10%;
    left:50%;
    transform: translateX(-50%);
    cursor: pointer;
}
#game_score .replay img{
    position: relative;
    width:100%; 
}
/* #vr_button{
    position: absolute;
    z-index: 1000;
    bottom: 45px;
    left: 40px;
    width: 25vw;
    max-width: 100px;
    cursor: pointer;
} */
#vr_button svg{
   position: relative;
   width: 100%;
}

#menu_trigger{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 10vw;
    max-width: 43px;
    z-index: 100000;
    display: none;
}

#menu_trigger svg{
    position: relative;
    width: 100%;
    display: none;
    cursor: pointer;
}
#menu_trigger svg.active{
    display: block;
}
#avatar_btn{
    position: fixed;
    bottom: 20px;
    right: 90px;
    width: 10vw;
    max-width: 43px;
    z-index: 100000;
    border-radius: 50%;
    display: none;
}
#avatar_btn.active{
    border:2px solid #ffffff;
}
#avatar_btn svg{
    position: relative;
    width: 100%;
    display: none;
    cursor: pointer;
}
#avatar_btn svg.active{
    display: block;
}
#menu{
    position: fixed;
    bottom: 110px;
    right: 40px;
    display: none;
    transition: opacity linear .2s 1s;
    opacity: 0;
    z-index: 1000;
}
#menu.active{
    display: block;
    opacity: 1;
}
#menu .container{
    position: relative;
    width: 70vw;
    max-width: 250px;
}
#menu .container svg{
    position: relative;
    width: 100%;
}
#menu .menu_list{
    background: linear-gradient(#323232,#222222);
    border-radius: 15px;
    display: flex;
    position: relative;
    top:0;
    left:0;
    padding: 10px;
    width: 70vw;
    max-width: 250px;
    height: calc(100% - 20px);
    flex-direction: column;
    
}
#menu .menu_list .icon{
    position: relative;
    width: 15%;
    margin-right: 20px;
   
}
#exit_menu .menu_list .icon{
    position: relative;
    width: 9%;
    margin-right: 20px;
   
}
#volume_on{
    display: none;
}
#volume_on.active{
    display: block;
}
#volume_off{
    display: none;
}
#volume_off.active{
    display: block;
}
.menu_list .icon svg{
    position: relative;
    width: 100%;
}
.menu_list>div{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 10px;
    border-bottom: .7px solid #ECECEC;
    cursor: pointer;
}
.menu_list>div:hover .label,
.menu_list>div:hover svg *
{
    color: #3e97fc;
    fill: #3e97fc;
}
.menu_list>div:nth-child(5){
    border: none;
}
.menu_list .label{
    font-family: inherit;
    color: #ECECEC;
    font-size: 15px;
}

#exit_menu{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    transition: opacity linear .2s 1s;
    opacity: 0;
    background: linear-gradient(#323232,#222222);
    border-radius: 15px;
    
      z-index: 1000;
    padding: 70px 10px 10px 10px;
    width: 85vw;
    max-width: 450px;/* 
    height: calc(100% - 20px);
    flex-direction: column; */
}
#avatar_selection_popup .exit_close,#exit_menu .exit_close,#popup_vr .vr_close{
    position: absolute;
    right: 10px;
    top:10px;
    width: 5%;
    cursor: pointer;
}
#exit_menu.active{
    display: block;
    opacity: 1;
}
#exit_menu .exit_title
{
    width: 50%;
    margin: auto;
    max-width: 150px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
#exit_menu .menu_list
{
    background-color: rgb(0,0,0,0.6);
    padding: 10px;
    border-radius: 5px;
}
#exit_menu .container{
    position: relative;
    width: 70vw;
    max-width: 250px;
}
#exit_menu .container svg{
    position: relative;
    width: 100%;

}
.menu_list .icon svg{
    position: relative;
    width: 100%;
}
.menu_list>div{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 10px;
    border-bottom: .1px solid #c4c4c4;
    cursor: pointer;
}
.menu_list>div:hover .label,
.menu_list>div:hover svg *
{
    color: #3e97fc;
    fill: #3e97fc;
}
#menu .menu_list>div:nth-child(5){
    border: none;
}
#exit_menu .menu_list>div:nth-child(4){
    border: none;
}
.menu_list .label{
    font-family: inherit;
    color: #ECECEC;
    font-size: 15px;
}

.menu_hint{
    position: fixed;
      bottom: 80px;
    right: 25px;
    width: 60%;
    max-width: 250px;
        display: none;
    transition: opacity ease-out .25s;
    opacity: 0;
}
.avatar_hint{
    position: fixed;
    bottom: 80px;
    right: 95px;
    width: 60%;
    max-width: 250px;
        display: none;
    transition: opacity ease-out .25s;
    opacity: 0;
}
.menu_hint.active,.avatar_hint.active{
    display: block;
    opacity: 1;
}
.menu_hint .hint_bg,.avatar_hint .hint_bg{
    position: relative;
    width: 100%;
}
.menu_hint .hint_txt,.avatar_hint .hint_txt
{
    position: absolute;
    top: 13%;
    width: 90%;

    text-align: left;
    left: 5%;
    right: 0;
    color: #ffffff;
    font-size: 12px;
    font-family: inherit;

}
.menu_hint .hint_close,.avatar_hint #avatar_close{
    position: absolute;
    bottom: 20px;

    text-align: right;
    right: 10px;
    cursor: pointer;
    color: #3E97FC;
    font-size: 12px;
    font-family: inherit;
    display: table;
}
.menu_hint .hint_close:hover,.avatar_hint #avatar_close:hover{
    text-decoration: underline;
}

#mobile_hint{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100001;
    flex-direction: row;
    display: none;
}
#mobile_hint.active{
        display: flex;
}
#mobile_hint .sec1{
    position: relative;
    width: calc(50% - 20px);
    height: calc(100% - 200px);
    background-color: rgba(0,0,0,0.85);
    left: 10px;
    top: 40px;
    border-radius: 10px;
    display: flex;
    padding: 75px 0;
    flex-direction: column;
    justify-content: space-evenly;
}
#mobile_hint .sec2{
       position: relative;
    width: calc(50% - 20px);
    height: calc(100% - 200px);
    background-color: rgba(0,0,0,0.85);
    left: 30px;
    top: 40px;
    border-radius: 10px;
    display: flex;
    padding: 75px 0;
    flex-direction: column;
    justify-content: space-evenly;
}
#mobile_hint .sec2 #skip_guide{
    font-family: inherit;
    color: #ffffff;
    font-size: 17px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
#mobile_hint .sec1 .head,#mobile_hint .sec2 .head{
    font-family: inherit;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}
#mobile_hint .sec1 .info,#mobile_hint .sec2 .info{
    font-family: inherit;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
#mobile_hint .sec1 .icon,#mobile_hint .sec2 .icon{
    position: relative;
    width: 80%;
    max-width: 100px;
    margin: 0 auto;
}
#muted_indicator{
    position: fixed;
    bottom: 23px;
    right: 50px;
    /* width: 20vw;
    max-width: 100px; */
    padding: 10px 14px;
    background-color: rgba(0,0,0,07);
    color: #ffffff;
    border-radius: 5px;
    font-size: 13px;
    z-index: 1000;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
/*     display:none; */
  display: flex;
}
#muted_indicator.active{
  display: flex;
}
#muted_indicator .icon{
    width: 5vw;
    max-width: 25px;
    position:relative;
    margin-right: 10px;
    display: flex;
}
#muted_indicator .icon svg{
    position:relative;
    width: 100%;
    height: 100%;
}
.action_sec{
    display: flex;
    flex-direction: column;

}
.action_sec .check{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
        margin-bottom: 14px;
}
.action_sec .check input{
    width:17px;
    height: 17px;
    margin-right: 10px;
}
.action_sec .check .check_label{
    color: #ffffff;
    font-family: inherit;
    font-size: 14px;
}
#esc_info{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.85);
    z-index: 100001;
     display: none;
     opacity: 0;
     transition: opacity ease-out 1s 1s;
}
#esc_info.active{
    display: block;
    opacity: 1;
}
#esc_info .container{
    position: relative;
    left: 6vw;
    top: 8vw;
    padding: 20px;

}
#esc_info .container .title{
    font-size: 3.5vw;
    color: #ffffff;
    font-family: inherit;
    margin-bottom: 10px;
}
#esc_info .container .profile{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    position: relative;
}
#esc_info .container .profile .avatar{
    position: absolute;
    height: 100%;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
}
#esc_info .container .profile .avatar img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: relative;
}
#esc_info .container .profile .info{
    margin-left: 4vw;
}
#esc_info .container .profile .info .name{
    font-size: 1vw;
    color: #ffffff;
    font-family: inherit;
    margin-top: 5px;
    /* font-weight: bold; */
}
#esc_info .container .description{
      font-size: 1vw;
    color: #ffffff;
    font-family: inherit;
    width: 50vw;
    margin-top: 10px;
    line-height: 1.5vw;
    /* font-weight: bold; */
}
#esc_info .container .profile .info .handle{
    font-size: 1vw;
    color: #ffffff;
    font-family: inherit;
    margin-bottom:5px;
}
#esc_info .container .profile .info .handle a {
    color: #ffffff;
}
#esc_info .buttons{
    position: relative;
    width: 350px;
    left:0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}


#esc_info .buttons #enterBtn,
#esc_info .buttons #visitBtn{
    background-color: #3f99fe;
    color: #ffffff;
    border-radius: 3px;
    font-family: inherit;
    padding: 10px 50px;
    text-align: center;
    /* font-size: 1vw; */
    font-size: 17px;
    margin-bottom: 20px;
    cursor: pointer;
}
#esc_info .buttons #visitBtn{
    background-color: #000000;
}
.menu_item_lobby .icon img{
    width: 40px;
    height: 40px;
    object-fit: cover;
}
@media only screen and (orientation:landscape){
    #game_home #popup_mobile .info {
        flex-direction: row;
        padding: 20px;
    }
    #game_home #popup_mobile #mobile_inst1,
    #game_home #popup_mobile #mobile_inst2{
        width: calc(50% - 20px);
        margin: 0 10px;
    }
}
@media only screen and (orientation:portrait){
    #esc_info .container .title{
        font-size: 7vw;
    }
    #menu_trigger{
        right: 20px;
        bottom: 20px;
    }
    #avatar_btn{
        right: 80px;
         bottom: 20px;
    }
    #esc_info .container .profile .avatar{
        width:10vw;
    }
   /*  #intro_logo,#game_powerdby{
        left:20px;
         bottom: 20px;
    } */
  /*   #vr_button{
         left:20px;
         bottom: 40px;
    } */
    #intro_logo{
        max-width: 100px;
    }
    .menu_hint{
        right: 5px;
        bottom: 70px;
    }
    .avatar_hint{
        right: 65px;
        bottom: 70px;
    }
     #avatar_selection_popup .card
    {
        width: calc(50% - 20px);
        padding: 5px;
    }
    .frame{
        height: 65%;
    }
    #avatar_selection_popup #letsGo{
        font-size: 14px;
    }
    #avatar_selection_popup{
        width: 90%;
    }
    #avatar_selection_popup .popup_header{
        font-size: 13px;
    }
    #avatar_selection_popup .card .icon{
        height: 120px;
    }
    #avatar_selection_popup .card img{
        width: 80%;
    }
    #avatar_selection_popup .card .label{
        font-size: 12px;
    }
    #esc_info .container .profile .info .name,
    #esc_info .container .profile .info .handle,
    #esc_info .container .description{
        font-size: 3vw;
        line-height: 4vw;
        width: 80vw;
    }
    #esc_info .container{
        top:15vw;
    }
    #muted_indicator{
        right: 140px;
         bottom: 20px;
    }
    #esc_info .buttons{
        width: 75vw;
    }
    #esc_info .container .profile .info{
        margin-left: 12vw;
    }
}




/* Multiplayer Styles */

*{
    padding: 0;
    margin: 0;
}
@font-face {
    font-family: 'verlag-black';
    src: url('https://s3.ap-south-1.amazonaws.com/newsfeedsmartapps/Metaverse_multiplayer/Verlag-Black.ttf');
}
#user_ui{
    position: fixed;
    top:0;
    left:0;
    width: calc(100% - 60px);
    height: calc(100% - 40px);
        pointer-events: none;
        user-select: none;
    padding: 20px 30px;
}
#user_ui .header{
    display: flex;
    flex-direction: row;
    width: 100%;
    position: relative;
    top:0;
    left:0;
    justify-content: space-between;
    align-items: center;
        pointer-events: all;
}
#user_ui .header .logo{
    font-family: 'verlag-black';
    font-size: 24px;
    color:#000000;
}
#user_ui .header .logo span{
    color: #ffffff;
}
#user_ui .header .user_cnt{
    position: absolute;
    background-color: #ffffff;
    border-radius: 25px;
    display: inline-flex;
    flex-direction: row;
    padding: 5px 5px;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
}
#user_ui .header .user_cnt .icons{
    display: flex;
    flex-direction: row;
    margin-right: 7px;
    /* min-width: 150px; */
    /* justify-content: center; */
}
#user_ui .header .user_cnt .icons .icon{
    background-color: red;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    /* padding:0 -20px; */
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   margin: 0 -7px 0 0;
}
#user_ui .header .user_cnt .icons .icon:nth-child(1){
    background-color: #0d8cf9;
}
#user_ui .header .user_cnt .icons .icon:nth-child(2){
    background-color: #db26fd;
}
#user_ui .header .user_cnt .icons .icon:nth-child(3){
    background-color: #1ec1c0;
}
#user_ui .header .user_cnt .icons .icon:nth-child(4){
    background-color: #f3aa27;
}
#user_ui .header .user_cnt .icons .icon:nth-child(5){
    background-color: #8bcd83;
}
#user_ui .header .user_cnt .icons .icon img{
    position: relative;
    width: 80%;
}
#user_ui .header .user_cnt .count{
    margin: 0 3px 0 10px;
    font-family: 'verlag-black';
    font-size: 20px;
    color:#000000;
    display: none;
}
#user_ui .header .user_cnt .count.active{
    display: block;
}
#user_ui .header .right_icons{
    display: flex;
    flex-direction: row;
}
#user_ui .header .right_icons #invite_btn{
    background-color: #ffffff;
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    cursor: pointer;
}
#user_ui .header .right_icons #invite_btn .label{
    font-family: 'verlag-black';
    font-size: 13px;
    color:#000000;
    margin-right: 10px;
}
#user_ui .header .right_icons #invite_btn .icon{
    width: 38px;
}
#user_ui .header .right_icons #invite_btn .icon img{
    position: relative;
    width: 100%;
    top: 2px;
}
#user_ui .header .right_icons #leave_btn{
    background-color: rgba(0,0,0,.75);
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    margin-left: 10px;
    cursor: pointer;
}
#user_ui .header .right_icons #leave_btn .label{
    font-family: 'verlag-black';
    font-size: 13px;
    color:#ffffff;
    margin-right: 10px;
}
#user_ui .header .right_icons #leave_btn .icon{
    width: 38px;
}
#user_ui .header .right_icons #leave_btn .icon img{
    position: relative;
    width: 100%;
    top: 2px;
}
/* Footer Styles Below. */
#user_ui .footer{
    display: flex;
    flex-direction: row;
    width: calc(100% - 60px);
    position: absolute;
    bottom:20px;
    left:30px;
    justify-content: space-between;
    pointer-events: all;
}
#user_ui .footer #mic_btn{
    background-color: rgba(0,0,0,.75);
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-right: 15px;
    margin-right: 10px;
    cursor: pointer;
    transition: background-color ease-out .2s;
}
#user_ui .footer #mic_btn.active{
    background-color: rgba(0,0,0,0);
}
#user_ui .footer #mic_btn.active .label{
    opacity: 0;
}
#user_ui .footer #mic_btn .label{
    font-family: 'verlag-black';
    font-size: 13px;
    color:#ffffff;
    margin-left: 10px;
    opacity: 1;
    transition: opacity ease-out .2s;
}
#user_ui .footer #mic_btn .icon{
    width: 38px;
}
#user_ui .footer #mic_btn .icon img{
    position: relative;
    width: 100%;
    top: 2px;
}
.user_notification_panel{
  background-color: rgba(0,0,0,.75);
    color: #ffffff;
    font-family: 'verlag-black';
    font-size: 19px;
    border-radius: 25px;
    display: flex;
    padding: 10px 40px;
    left: 50%;
    align-items: center;
    position: absolute;
    top: -50px;
    min-width: 360px;
    transform: translate(-50%, 350%);
    transition: transform cubic-bezier(.17,.67,.19,1.2) .4s, background-color ease-out .25s;
    flex-direction: row;
    justify-content: space-evenly;
}
.user_notification_panel #reconnect{
    text-decoration: underline;
    cursor: pointer;
    text-underline-offset: 3px;
}
.user_notification_panel.success{
    background-color: #4caf50;
}
.user_notification_panel.error{
    background-color: #ff0000;
}
.user_notification_panel.active{
    transform: translate(-50%, 0);
}
#user_ui .footer .right_icons{
    display: flex;
    flex-direction: row;
}
#user_ui .footer .right_icons #cart_btn{
    background-color: rgba(255,255,255,.75);
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    margin-left: 10px;
    cursor: pointer;
}
#user_ui .footer .right_icons #cart_btn .label{
    font-family: 'verlag-black';
    font-size: 13px;
    color:#000000;
    margin-right: 10px;
}
#user_ui .footer .right_icons #cart_btn .icon{
    width: 38px;
}
#user_ui .footer .right_icons #cart_btn .icon img{
    position: relative;
    width: 100%;
    top: 2px;
}

#user_ui .footer .right_icons #menu_btn{
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    cursor: pointer;
}

#user_ui .footer .right_icons #menu_btn .icon{
    width: 38px;
}
#user_ui .footer .right_icons #menu_btn .icon img{
    position: relative;
    width: 100%;
    top: 2px;
}

#menu_content{
    position: absolute;
    bottom: 80px;
    right: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    width: 170px;
    padding: 0 10px;
    display: none;
    opacity: 0;
    transition: opacity ease-out .25s;
}
#menu_content.active{
    display: block;
   
}
#menu_content.active2{
    opacity: 1;
}
#menu_content .menu_item{
    padding:15px 0;
    text-align: center;
    font-family: 'verlag-black';
    font-size: 13px;
    color:#000000;
    border-bottom: 1px solid #000000;
    cursor: pointer;
}
#menu_content .menu_item:nth-child(4){
    border-bottom: none;
}
#menu_content .menu_item:hover{
    background-color: #000000;
    color: #ffffff;
}

#gender_selection,
#user_welcome,
#user_name{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    display: none;
    pointer-events: all;
}
#gender_selection.active,
#user_welcome.active,
#user_name.active{
    display: block;
}
#gender_selection .container,
#user_welcome .container{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 20px;
    padding: 20px 50px;
}
#user_name .container{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 100px;
}
#gender_selection .container .header,
#user_welcome .container .header,
#user_name .container .header{
    font-family: 'verlag-black';
    font-size: 18px;
    width: 100%;
    color:#000000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
    letter-spacing: 3px;
}
#gender_selection .container .gender_selection_ui,
#user_welcome .container .user_welcome_ui{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#gender_selection .container .gender_selection_ui>div,
#user_welcome .container .user_welcome_ui>div{
    position: relative;
    width: 200px;
    cursor: pointer;
    margin: 0 20px;
    opacity: 0.7;
}
#gender_selection .container .gender_selection_ui>div.active,
#user_welcome .container .user_welcome_ui>div.active{
    opacity: 1;
}
#gender_selection .container .gender_selection_ui>div img,
#user_welcome .container .user_welcome_ui>div img{
    position: relative;
    width: 100%;
}

#gender_selection #gender_confirm,
#user_welcome #userEnterBtn,
#user_name #enter_btn{
    background: #000000;
    font-family: 'verlag-black';
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    border-radius: 25px;
    display: table;
    padding: 14px 50px;
    margin: 20px auto 0 auto;
    cursor: pointer;
    min-width: 200px;
}

#user_name .field{
    position: relative;
    width: 100%;
}
#user_name .field input{
    position: relative;
    width: calc(100% - 20px);
    font-family: 'verlag-black';
    font-size: 17px;
    color: #000000;
    outline: none;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
}


.user_notifications{
    position: absolute;
    left:30px;
    bottom: 80px;
}

.user_notifications .notification{
    border-radius: 20px;
    background-color: rgba(0,0,0,.5);
    font-family: 'verlag-black';
    color:#ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 150px;
    padding: 0 10px;
    justify-content: space-between;
    margin:5px 0;
    opacity: 0;
    transition: opacity linear .5s;
}
.user_notifications .notification.active{
    opacity: 1;
}
.user_notifications .notification .icon{
    font-size: 24px;
    margin-right: 10px;
}
.user_notifications .notification .label{
    font-size: 12px;
    display: flex;
    flex-direction: row;
    width: 85%;
}
.user_notifications .notification .label .name{
    overflow:hidden; 
    white-space:nowrap; 
    text-overflow: ellipsis;
    max-width: 60px;
}
.user_notifications .notification .label .nsi{
    opacity: 0.5;
}
.user_notifications .notification.important{
    background-color: #ffffff;
    color: #000000;
}

@media only screen and (max-width: 768px) {
  #user_ui .header .logo{
      font-size: 18px;
  }
  #user_ui .header .right_icons #leave_btn{
      padding-left: 0;
      background-color: rgba(0,0,0,0);
  }
  #user_ui .header .right_icons #leave_btn .label,
  #user_ui .header .right_icons #invite_btn .label,
  #user_ui .footer #mic_btn .label,
    #user_ui .footer #cart_btn .label{
      display: none !important;
  }
  #user_ui .header .right_icons #invite_btn,
  #user_ui .footer #mic_btn,
  #user_ui .footer #cart_btn{
       background-color: rgba(0,0,0,0) !important;
  }
  .user_notification_panel{
      min-width: auto;
      width: 50%;
      font-size: 12px;
  }
  #user_ui{
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    padding: 15px 15px;
  }
}