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;
}

.trtc-bg {
  padding: 15px;
  padding-top: 0;
  background-color: #1C1D20;
  min-height: 805px;
  height: 100vh !important;
}

.trtc-head {
  padding: 23px 0;
  /*margin-top: calc(50vh - 402px);*/
}

.trtc-head .head-img {
  width: 70px;
}

.trtc-head .head-text {
  float: left;
  margin-left: 30px;
}

.trtc-head .head-text p {
  font-size: 30px;
  color: #fff;
}

.trtc-head .head-text span {
  font-size: 16px;
  color: #85889C;
}

.trtc-head .head-btn {
  float: right;
  cursor: pointer;
}

.trtc-head .head-btn img {
  width: 44px;
  margin: 0 auto;
  display: block;
}

.trtc-head .head-btn p {
  text-align: center;
  font-size: 14px;
  color: #747788;
}

.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 {
  position: relative;
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(5, auto);
  grid-template-rows: repeat(4, auto);
}

#local_stream {
  height: auto !important;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 4;
}

.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,
.switch-view,
#local_stream,
#local_video_info {
  background-color: #303137;
  min-height: 160px;
  height: calc(25vh - 41px);
  background-image: url('../../views/images/trtc_video_bg.png');
  background-repeat: no-repeat;
  background-size: 95px;
  background-position: center;
}

#local_stre.big-view #local_stream {
  background-size: 300px;
}

.trtc-contacts {
  background-color: #303137;
}

.trtc-contacts p {
  font-size: 16px;
  color: #85889C;
  text-align: center;
  background-color: #40424C;
  padding: 8px 0;
  margin: 0;
}

.trtc-contacts .user-list {
  font-size: 14px;
}

.trtc-contacts .user-list ul li {
  padding: 5px 10px;
}

.trtc-contacts .user-list span {
  font-weight: bold;
  color: #747788;
  position: relative;
  top: -2px;
  left: 10px;
}

.trtc-contacts .user-list ul li.active span {
  color: #fff;
}

.trtc-contacts .user-list .yuyin {
  position: relative;
  top: 4px;
  color: #5B5E6F;
  float: right;
}

.trtc-contacts .user-list ul li.active .yuyin {
  color: #249CEF;
}

#local_stream,
.video-view {
  position: relative;
}

.local_stream-span,
.video-view-span {
  color: #fff;
  position: absolute;
  left: 15px;
  bottom: 5px;
  font-size: 16px;
  z-index: 999;
}

.video-ul {
  padding: 10px 0;
}

.video-ul:after {
  content: "";
  display: block;
  clear: both;
}

.video-li {
  padding: 10px 20px 0 20px;
  cursor: pointer;
  text-align: center;
}

.video-content {
  background-color: #EEEEEE;
  background-image: url("../../views/images/work_publicity_video.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 140px;
  margin: 0 auto;
  height: 105px;
}

.video-text {
  margin: 0;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  word-break: break-all;
}