html, body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  background: #fafafa; }
  .page{
  background-color:#fff;
  overflow: hidden;
    font-size: .25rem;
}
.header{
  overflow:hidden;
    padding:.2rem;
    background: #0c9979;
    color:#fff;
    /*font-size: .3rem;*/
    font-size: .41rem;
}
.header i,.header span{ display:block; float:left;}
.rtc-primary-bg {
  color: #fff;
  background-color: #00A4FF !important;
  align-items: center; }

.custom-row-container {
  display: flex;
  margin: 0 15px; }

.navbar {
  display: flex;
  align-content: center;
  height: 54px; }

h5 {
  margin: 0; }

.card-body.rtc-expand-card {
  color: #fff !important;
  background-color: #9e9b9b !important; }

.btn.rtc-expand-btn {
  width: 398px;
  color: #fff !important;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #6b6363 !important;
  display: flex;
  padding: 0 24px 0 24px;
  min-height: 48px;
  transition: min-height 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  text-decoration: none;
  margin: 0; }

.custom-container {
  margin: left;
  margin: 0 15px;
  margin-top: 88px;
  box-sizing: border-box; }

.card.custom-card {
  width: 398px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 10px; }
  
.video-grid {
  margin-left: 25px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: auto; }
#member-list{ height:130px;}
#member-list>div>div>.row-div{width:100px;    justify-content: center;}
.card {
  width: 398px; }

.radio-list {
  display: flex;
  margin: auto;
  margin-top: 10px; }

.radio-list > .radio {
  margin: 0 10px;
  width: 50px; }

#local_stream {
  position: relative; }

#local_video_info {
  position: absolute; }

.video-view,
#local_stream, #local_video_info {
  width: 480px;
  height: 320px; }
button{
    margin: 0 !important;
    color: #fff !important;
    background-color: #006EFF !important
}
div{
    display: flex;
    align-items: center;
}
.row-div{
    flex-direction: row;
}
.col-div{
    flex-direction: column;
}
#root{
    width: 100%;
    height: 100%;
    background-color: rgb(250, 250, 250);
    position: absolute;
    display: block;
}
#login-root{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#login-card{
    width: 450px;
    height: 470px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    background-color: white;
}
.login-card{
    width: 360px;
    height: 450px;
    background-color: white;
    margin: 0 auto;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
.popover{
    min-width: 300px;
    max-width: 1000px;
    border: 0;
    white-space: nowrap;
    /* overflow: hidden; */
}
.popover-body{
    flex-direction: column;
    padding: 0;
}
.popover-body>div{
    width: 100%;
    height: 35px;
    justify-content: center;
    cursor: default;
}
.popover-body>div:hover{
    background-color: #F7F7F7;
}
#room-root{
    width: 100%;
    height: 100%;
    min-width: 1500px;
    min-height: 700px;
    display: none;
    align-items: flex-start;
    background-color: #f0f0f0
}
.member{
	width: 100%;
    height: 50px;
    justify-content: space-between;
    cursor: default;
    border-bottom-style: solid;
    border-width: 1px;
    border-bottom-color: #f0f0f0;
}
#video-grid{
	width:100%;
	margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: 'm m m a b'
                         'm m m c d'
                         'e f g h i';
}
#video-grid>div{
    position: relative;
    
	margin:20px 10px 10px;
}
#main-video{
    width: 100%;
    height: 100%;
    
    
}
.video-box{
    width: 100%;
    height: 100%;
}
.mask{
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 14px; 
    color: #888888; 
    z-index: 9; 
    justify-content: center
}
#show_video{
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 14px; 
    color: #888888; 
    z-index: 10; 
    justify-content: center
}
#main-video-2
{
	z-index: 11;
    width: 480px;
    height: 320px;
    position: absolute;
    right: 0;
    top: 0;
}
}
div[id^=player] {
    background-color: #d8d8d8 !important;
}
#member-me .member .row-div {max-width:80px; height: 27px; justify-content: center}
#wait-list #member-me,#over-list #member-me{display:block;}
#wait-list #member-me .member .row-div .off{color:red}
#wait-list #member-me .member .row-div .on{color:green}
#wait-list #member-me .member .row-div .jiezhen,.member .row-div a{cursor:pointer;color: #fff;background-color: #509cff;padding: 0 4px;border-radius: 7px;}

.wait-id{}
.wait-list-title,.over-list-title{color: #fff;
    font-size: 16px;
    padding: 5px 7%;
    width: 100%;
    background-color: #509cff;}
.pimg{position: absolute;
    display: block;
bottom: 20px;}
#over-list #member-me .row-div *{ display: block; width: 33.33%; float: left; text-align: center;}
.pimg,.jiuzhenlist,.wenjuan{ display:none;}
.pimg img{ display:block; float:left; width:19%; margin-left:1%; max-height: 300px;}
.wenjuan{ background-color:#fff;   position: absolute;padding:10px;
    right: 0;
    height: 800px;
    margin: 0 1% 0 0;}
.jiuzhenlist{ background-color:#fff;position:absolute; padding:10px;}
.jiuzhenlist ul li{padding: 10px 0 8px 0; border-bottom: 1px #ccc solid;}
.wenjuan h1{ font-size:24px;color:#509cff}
.wenjuan p,.jiuzhenlist p{ margin-bottom:8px;}
.jiuzhenlist p,.wenjuan h1{color: #fff; background-color: #509cff;padding: 5px;}
.wenjuan p b{font-weight: normal; width:40%; display:block;}
.wenjuan p span{font-weight: bold; display:block;color:#509cff}
.wenjuan ul li span,.jiuzhenlist ul li span{color:#509cff}
.c{z-index: 222;
    display: block;
    width: 58%;
    margin: 14% auto 0;
    background-color: #fff;
    padding: 12px;
    position: absolute;
    left: 21%;}
      .c p{text-align: center;padding-bottom: 22px;border-bottom: 1px #ccc solid;}
      .c div{overflow:hidden; display:block;}
      .c div a{display: block;width: 50%;box-sizing: border-box; float: left; text-align: center;}