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('ib-logo-dark.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;}
html,body{height:100%;}
        .participant-box{
            width: 10%;
            min-width: 180px;
          background: #0e0e0eb5;
          padding: 15px;
          border-radius: 15px;
          position: absolute;
          right: 20px;
          top: 20px;
          z-index: 99;
        }
        
        .box-title{
            font-size: 12px;
            color:#fff;
        }
        
        .overflowDiv{
            max-height: 60vh;
            overflow: auto;    
        }
        .userlist .userImg{
            max-width: 50%;
            margin: 24px;   
        }
        .userlist .img-overlay{
            position: absolute;
              top: auto;
              right: 0;
              bottom: 0;
              left: 0;
              padding:0;
              display: flex;
              z-index: 99999;
        }
        .userlist .user-title{
          font-size: 12px;
          background: #070707b2;
          width: auto;
          position: relative;
          padding: 2px 5px;
          border-radius: 5px;
          margin-bottom: 0
         }
        
        .participant-box .userImg{}
        .participant-box .user-title{
            font-size: 12px;
            font-weight: 400;
            }
            
            
        .breakoutRoomBox{
              width: 100%;
              max-width: 400px;
              border: 1px solid #ccc;
              min-height: 200px;
              overflow: auto;
              max-height: 600px;
              z-index: 9999999;
            position: absolute;
            background: white;
            margin-top: 100px;
        }
        .breakoutRoomBox .tittle{
            font-size: 14px;
              font-weight: 500;
              background: #efefef;
              padding: 5px;
              border-bottom: 1px solid #ccc;
        }
        .breakoutRoomBox .my-tab{padding:15px;}
        .breakoutRoomBox .my-tab .participantsList .userImage{max-width: 40px;}
        
        .accordion .card-header:after {
            font-family: 'FontAwesome';  
            content: "\f068";
            float: left; 
            position: absolute;
            left: 10px;
        }
        .accordion .card-header.collapsed:after {
            /* symbol for "collapsed" panels */
            content: "\f067"; 
        }
        .accordion > .card {
          overflow: inherit;
        }
        
        .accordion > .card .card-title {
          margin-bottom: 0;
        }
  
        .card-header {
            background-color:rgba(0, 0, 0, 0);
            padding: .75rem .75rem .75rem 1.75rem;
        }
        
        #screen-player > div {
            position: absolute !important;
            top: 0px;
            background-color:white;
        }
        
    .settingsBtn{
        position: fixed;
      left: 15px;
      bottom: 15%;
      z-index: 999;
    }
    
    .screen-player{
        position: relative;
        width: 100%;
        height: 70vh;
    }
    
    .friend-chat-box{background:#fff;padding:16px;display: none; width: 200px;min-height: 200px;position:absolute;z-index:99;right: 0;}
    
    .active-cat{
        border-color: #ee637f !important;
        background-color: #ec9ab3;
    }



/*******/
.hs {
  display: flex;
  overflow-x: scroll;
  justify-content: space-between;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  -webkit-overflow-scrolling: touch;
  margin: 0 -20px;
}
        .hs__arrows {
            align-self: center;
            position: absolute;
            right: 20px;
            top: 100px;
        }
.hs__arrows .arrow:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTUgOSI+Cgk8cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNNy44NjcgOC41NzRsLTcuMjItNy4yMi43MDctLjcwOEw3Ljg2NyA3LjE2IDE0LjA1Ljk4bC43MDYuNzA3Ii8+Cjwvc3ZnPgo=");
  background-size: contain;
  filter: brightness(5);
  width: 18px;
  height: 12px;
  cursor: pointer;
  background-color:red;
}
.hs__arrows .arrow.disabled:before {
  filter: brightness(2);
}
.hs__arrows .arrow.arrow-prev:before {
  transform: rotate(90deg);
  margin-right: 10px;
}
.hs__arrows .arrow.arrow-next:before {
  transform: rotate(-90deg);
}

.hs__item {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: calc(100% / 4 - (10px * 2) - (20px / 4));
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.hs__item:last-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  right: calc(10px * 2 * -1);
}
.hs__item:first-child {
  margin-left: calc(10px * 2);
}
.hs__item__description {
  z-index: 1;
  align-self: flex-start;
  margin: 10px 0;
}
.hs__item__subtitle {
  color: #aaa;
  display: block;
}
.hs__item__image__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.hs__item__image {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}