body { padding: 0; margin: 0 }
#unity-container { position: absolute }
/*#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }*/
#unity-container.unity-desktop { left: 0; top: 0;right:0;bottom:0; }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background: #231F20 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 240px; height: 75px; background: url('pearl_white.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 42px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-footer { position: absolute ;top: 0px;
    right: 0;}
.unity-mobile #unity-footer { display: none }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
#unity-container .canvas-style{
    width: 100% !important;
    height:100% !important;
    
}
.my-box{
    /*position: absolute;*/
    z-index: 0;
    bottom: 8%;
    left: 4%;
    border-radius: 15px;
    background: #fff;
    padding: 10px;
    overflow: initial !important;
    width: 350px;
}

.close{
    font-size:36px !important;color:#fff !important;font-weight: normal !important;margin-right:20px !important;
}

.chat-wrapper{   
    position: fixed;	
    bottom: 0;
    right: 20px;
    min-height: 62px;
    text-align: right;
    min-width: 120px;
    display:none;
    z-index:2;
}

.chat-button{
    position: absolute;
    display:none;
    top: 11px;
    right: 32px;
}



.frame {
    width: 1080px;
    height: 800px;
    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;
}
.warning {
    background-color: #df68a2;
    padding: 3px;
    border-radius: 5px;
    color: white;
}


.chat-wrapper1{    /* position: absolute; */
    right: 0;
    bottom: 0;
    z-index: 999;
    height: 35px;
    overflow: hidden; 
    width: 90px;

}  


.minus{display:none;}
.chat-wrapper1.open .plus{display:none;}
.chat-wrapper1.open .minus{display:inline-block}
.chat-box-header{
    position: absolute;	
    bottom: 0;
    left: 0;
    right: 0;
    height: 48px;
    text-align: right;
    width: 90px;
}
.min-max-btn{background: #ff0000;width:50px;height:50px;border-radius:50px;border:none;}
.chat-body{height:0;width:0;} 

.chat-wrapper1.open .chat-body {
    height: 85%;
    position: fixed;
    width: 350px;
    /* top: 0; */
    height: 400px;
    bottom: 65px;
    right: 0;
    border: 1px solid #aaa;
}


.left-link {cursor:pointer}
.icon-box{border:1px solid #eee; border-radius:12px;padding:10% 10px;height:100%;}
.main-heading{color:878787;}
.sml-icon img{border-radius:50px;width:24px;height:24px;}
.active-block{ border-color: #DD5342;}
.active-link{border-color: #DD5342 !important;}

.md-img{
    /*width:200px;*/
    height:150px;
}

.mdbox{cursor:pointer;}

.record-strt-btn{
    color: white;
    float: right;
    width: 128px;
    height: 38px;
    cursor: pointer;
    background-color: #35b300;
    text-align: center;
}

.record-stop-btn{
    color: white;
    float: right;
    width: 128px;
    height: 38px;
    cursor: pointer;
    background-color: #df0d40;
    text-align: center;display:none;
}
.load-div{
    position: relative;
    bottom: 310px;
    align: center;
    text-align: center;
}
html, body{overflow:hidden; font-family: 'Roboto', sans-serif;}
