.pushlishInfo-title {
  font-weight: 500;
}

.preview-content {
  position: relative;
  width: auto;
  height: 200px;
  border: 1px solid #ccc;
}

.preview-content>video,
#localVideo,
#remoteVideo {
  width: 100%;
  height: calc(100% - 33px);
  margin: 0;
  padding: 0;
}

.preview-action {
  /* position: absolute;
  width: 100%;
  height: 100%; */
  background-color: rgba(0, 0, 0, .1);
  /* z-index: 1; */
}

.preview-info {
  opacity: 1;
  color: #000;
  font-size: 8px;
  font-weight: 400;
  line-height: 1;
}

.preview-video-action {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  /* font-weight: 400; */
  font-size: 10px;
  /* height: 100%; */
  background-color: rgba(0, 0, 0, .5);
}

.col-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.preview-roomInfo {
  font-weight: 500;
}

#roomInfo-id {
  display: inline-block;
  font-weight: normal;
}

#roomInfo-state {
  display: inline-block;
  font-weight: normal;
}


.logger-wrapper {
  margin-top: 20px;
  width: 100%;
  height: 250px;
  background-color: #ccc;
  color: rgb(252, 250, 250);
  overflow: scroll;
}

.btn-wrapper {
  display: flex;
  width: 100%;
  background-color: rgb(252, 250, 250);
  border-radius: 10px;
  height: 30px;
  justify-content: center;
  align-items: center;
}

.action-step {
  margin: 10px 0;
}

.action-content {
  width: 100%;
  background-color: rgb(252, 250, 250);
  border-radius: 10px;
  padding: 10px;
  min-height: 40px;
}

.action-title {
  font-weight: 700px;
  color: black;
}

.action-info {
  font-size: 14px;
}

.cuBtn {
  display: block;
  padding: 0 12px;
  font-size: 13px;
  cursor: pointer;
  height: 30px;
  width: 95%;
}

.action-room {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 10px;
}

.f-b-5 {
  flex-basis: 50%;
}

.f-b-3 {
  flex-basis: 30%;
}

.f-b-7 {
  flex-basis: 70%;
}

.t-a-r {
  text-align: right;
}

.w-70 {
  width: 70%;
}

.w-50 {
  width: 50%;
}

.drop-item {
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 5px 5px;
}

.t-nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.action-content .desc {
  font-size: 12px;
  color: #8b8b8b;
}




.videoQuality {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 15px;
}

input {
  width: 40%;
  height: 21px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  color: #495057;
}

.publish-setting {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

.publish-check {
  /* flex-basis: 50%; */
  display: flex;
  justify-content: space-around;
}

.check-wrappre {
  /* flex-basis: 50%; */
  text-align: center;
  display: flex;
  align-items: center;
}

.check-input {
  display: inline-block;
  width: auto !important;
  height: auto !important;
}

select {
  width: 45% !important;
  height: 21px !important;
  min-height: 10px !important;
  padding: 0 !important;
  font-size: 12px !important;
}

.select-wrapper {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

option {
  height: 21px !important;
  font-size: 14px;
}

.flex-c {
  margin: 5px 0;
  display: flex;
  align-items: center;
}

.configBtn {
  width: 50%;
}

@media (max-width: 375px) {
  .preview-playInfo {
    margin-top: 0 !important;
  }

  .configBtn {
    width: 90%;
  }
}