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

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

.preview-content>video,
#localVideo {
  width: 100%;
  height: 100%;
}

.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 {
  position: absolute;
  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;
}

.express-player-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 100%;
}

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

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

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

.cuBtn {
  display: inline-block;
  padding: 0 12px;
  font-size: 13px;
  cursor: pointer;
  width: auto;
}

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

.form-wrap {
  margin: 6px 0;
}

.form-wrap .form-item {
  display: flex;
}

.form-wrap .form-item input {
  flex: 1;
}

.login-wrapper {
  padding: 15px;
  background-color: #fff;
}

.login-desc {
  font-size: 14px;
}

.icon-question {
  display: inline-block;
  text-align: center;
  line-height: 16px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #0575ff;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}

/* Tooltip text */
.icon-question .pop-box {
  visibility: hidden;
  width: 120px;
  background-color: #fff;
  box-shadow: 0 0 10px #dfdfdf;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 4px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 3;
  font-weight: 100;
  font-size: 12px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.icon-question:hover .pop-box {
  visibility: visible;
}

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

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

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

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

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




.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 {
  margin: auto;
  width: 90%;
}

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




.zep-player {
  position: relative;
  background-color: black;
  overflow: hidden;
}
.zep-player * {
  margin: 0;
  padding: 0;
}
.zep-player-control {
  position: absolute;
  bottom: 0;
  height: 30px;
  background-color: rgba(100, 100, 100, 0.5);
  width: 100%;
}
.zep-play-btn:hover {
  cursor: pointer;
  background-color: rgba(100, 100, 100);
}
.zep-fullscreen-btn {
  float: right;
  height: 30px;
}
.zep-play-btn {
  float: left;
  padding-top: 1px;
  height: 30px;
}
.zep-fullscreen-btn:hover {
  cursor: pointer;
  background-color: rgba(100, 100, 100);
}
.zep-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.zep-loading {
width: 30px;
height: 30px;
border-radius: 50%;
display: inline-block;
border-top: 3px solid #fff;
border-right: 3px solid transparent;
animation: zep-loading-rotation 1s linear infinite;
}
.zep-mute-btn {
  float: right;
  padding-top: 1px;
  height: 29px;
}
.zep-mute-btn:hover {
  cursor: pointer;
  background-color: rgba(100, 100, 100);
}
.zep-display-none {
  display: none;
}
.zep-express-player{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.zep-express-player:hover {
  cursor: pointer;
}
.zep-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1000;
}
@keyframes zep-loading-rotation {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}
