@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

.live-stream-container {
  background: white;
  display: flex !important;
}

.live-stream-sub-container {
  max-width: 1380px;
  margin: auto;
}

.live-stream-container .title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 100%;
  background: #f9f9f9;
  border-bottom: 1px solid #dddddd;
}

.live-stream-container .main-title {
  color: red;
  font-weight: 500;
  font-size: 26px;
}

.live-stream-container .title-container .red-circle {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: red;
  margin-top: 3px;
  margin-right: 6px;
}

.live-stream-container .stream-list-container {
  background: white;
}

.stream-list-container {
  padding: 30px 0 10px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.stream-card-container {
  width: 324px;
  height: 200px;
  margin-bottom: 37px;
  margin-right: 20px;
}

.stream-detail-card-container {
  width: 100%;
}

.stream-card {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: relative;
}

.stream-card img {
  width: 100%;
  border-radius: 10px;
}

.stream-card .stream-card-overlay .creator-name {
  position: relative;
  bottom: 35px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 35px;
  border-radius: 0 0 9px 9px;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.stream-card .stream-card-overlay .live-icon {
  background: red;
  color: white;
  padding: 0 9px;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.live-stream-strt-btn {
  width: 200px !important;
}

/* .live-stream-end-btn {
  width: 200px !important;
  display: none;
  background-color: #dc3545;
  border-color: #dc3545;
}

.live-stream-end-btn:hover {
  color: #fff;
  background-color: #d0211c;
  border-color: #c51f1a;
} */

.live-stream-start-btn {
  /* width: 200px !important; */
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.live-stream-cmnt-btn {
  width: 80px !important;
  /* margin-left: 10px;
  margin-top: 10px; */
}

.live-stream-container .table-title {
  font-size: 20px;
}

.live-stream-container table .thumbnail {
  width: 50px;
  height: 30px;
  margin-right: 5px;
  border-radius: 5px;
}

.live-stream-modal-body {
  padding: 10px !important;
}

.box {
  display: block;
  min-width: 300px;
  height: 300px;

  background-color: white;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

.upload-options {
  position: relative;
  height: 75px;
  background-color: #7b7b7b;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  transition: background-color ease-in-out 150ms;
}

.upload-options:hover {
  background-color: #5e5d5d;
}

.upload-options input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.upload-options label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
}

.upload-options label::after {
  content: "add";
  font-family: "Material Icons";
  position: absolute;
  font-size: 2.5rem;
  color: #e6e6e6;
  top: calc(50% - 1.8rem);
  left: calc(50% - 1.25rem);
  z-index: 0;
}

.upload-options label span {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}

.upload-options label span:hover i.material-icons {
  color: lightgray;
}

.js--image-preview {
  height: 225px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.js--image-preview::after {
  content: "photo_size_select_actual";
  font-family: "Material Icons";
  position: relative;
  font-size: 4.5em;
  color: #e6e6e6;
  top: calc(50% - 3rem);
  left: calc(50% - 2.25rem);
  z-index: 0;
}

.js--image-preview.js--no-default::after {
  display: none;
}

.live-stream-container .all-streams-link {
  display: flex;
  justify-content: flex-end;
  margin-right: 23px;
  padding-bottom: 24px;
}

.live-stream-container .empty {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.live-stream-container .empty span {
  color: red;
  margin: 0 6px;
}

.live-stream-container .pagination {
  display: flex;
  justify-content: center;
}

.checkout-btn {
  width: 200px;
  border-radius: 25px;
  margin: auto;
}

.player-container {
  background: black;
  min-width: 1045px;
  height: 600px;
  border-radius: 5px;
  width: 100%;
}

.player-container .player {
  width: 100%;
  position: relative;
}

.player-container .player .live-icon {
  background: red;
  width: 80px;
  height: 30px;
  color: white;
  text-align: center;
  border-radius: 25px;
  padding-top: 3px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.player-container .player .live-icon span {
  margin-left: 4px;
}

.loading {
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.subscribers-list-container {
  height: 700px;
}

.remote-video-container-full{
  /* background: black;  */
  width: 100%; 
  height: 616px;
  position: relative;
  /* top: -40px; */
  bottom: 90px;
  height: 1200px !important;
}

.subscribers-list {
  display: flex;
  flex-wrap: wrap;
}

.subscribers-list .subscriber {
  height: 150px;
  width: 259px;
  background: black;
  margin-right: 10px;
  margin-bottom: 10px;
}

.watchers {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.watchers h3 {
  font-weight: normal;
  font-size: 30px;
}

.watchers span {
  font-size: 40px;
}

.comments-container {
  /*border: 1px solid #eee;*/
  width: 100%;
  padding-top: 10px;
  border-radius: 8px;
}

.autction-container {
  border: 1px solid #ddd;
  width: 100%;
}

.comments-container .comment {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.comments-container img {
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.comments-container .username {
  font-size: 15px;
  font-weight: bold;
}

.comments-container .message {
  font-size: 14px;
  line-height: normal;
  color: #7d7d7d;
  width: 100%;
}

.comments-container .new-comment {
  width: 100%;
  padding: 9px 20px;
  position: absolute;
  bottom: 20px;
  right: 11px;
}

.comments-container .new-comment input {
  border: none;
  background: #eee;
  resize: none;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 16px;
  color: #7d7d7d;
  height: 50px;
  line-height: normal;
  width: 100%;
}

.comments-container .comments {
  overflow-y: scroll;
  height: 100%;
}

.remote-video-container {
  /* background: black;  */
  width: 100%; 
  height: 616px;
  position: relative;
  /* top: -40px; */
  bottom: 90px
}

.live-icon {
  background: red;
  color: white;
  padding: 0 9px;
  border-radius: 10px;
  width: 60px;
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 31px;
  left: 10px;
  z-index: 100;
}

.live-icon span {
  margin-left: 5px;
}


.send-btn{
  border: none;
  background: #2a2136;
  padding: 0.374rem 5px;
  color: #fff;
  border-radius: 0.25rem;
  font-size: 14px;
  font-weight: 400;
  width: 20%;
  margin-left: 3%;
}

.toggle-fullscreen-btn {
  position: relative;
  z-index: 100;
  bottom: 45px;
  right: -16px;
  left: 95%;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  outline: none;
}
.toggle-fullscreen-btn-full {
  position: relative;
  z-index: 100;
  bottom: 17px;
  left: 97%;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  outline: none;
}


.toggle-fullscreen-svg {
  display: block;
  height: auto;
}

.toggle-fullscreen-svg path {
  transform-box: view-box;
  transform-origin: 12px 12px;
  fill: none;
  stroke: hsl(0, 0%, 100%);
  stroke-width: 4;
  transition: .15s;
}


.toggle-fullscreen-btn:hover path:nth-child(1),
.toggle-fullscreen-btn:focus path:nth-child(1) {
  transform: translate(-2px, -2px);
}

.toggle-fullscreen-btn:hover path:nth-child(2),
.toggle-fullscreen-btn:focus path:nth-child(2) {
  transform: translate(2px, -2px);
}

.toggle-fullscreen-btn:hover path:nth-child(3),
.toggle-fullscreen-btn:focus path:nth-child(3) {
  transform: translate(2px, 2px);
}

.toggle-fullscreen-btn:hover path:nth-child(4),
.toggle-fullscreen-btn:focus path:nth-child(4) {
  transform: translate(-2px, 2px);
}


.toggle-fullscreen-btn:not(.on) .icon-fullscreen-leave {
  display: none;
}

.toggle-fullscreen-btn.on .icon-fullscreen-enter {
  display: none;
}
