/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_LiveStream
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.live-block {
  font-weight: 700;
  margin-top: 2px;
  display: flex;
  justify-content: flex-end;
}
.live-block .live-link {
  font-size: 18px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.83);
}

.live-block .stream-img {
  width: 25px;
}

/* upcoming */
.influencer-videos-block .videos-heading {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}

.stream-box {
  display: flex;
  flex-direction: column;
  /* position: relative; */
  cursor: pointer;
  width: 100%;
}

.stream-box-slide {
  display: flex;
  flex-wrap: wrap;
}

.influencer-videos-block .videos-container .stream {
  margin-bottom: 35px;
  /* flex: 1 0 calc(15% - 10px); */
  padding: 12px;
  margin-right: 10px;
}

.influencer-videos-block .videos-container .stream .stream-thumbnail {
  height: 118.125px;
  min-width: 210px;
  max-width: 210px;
  position: relative;
  margin-bottom: 10px;
  border: 1px solid rgb(192, 192, 192);
}

.influencer-videos-block
  .videos-container
  .stream
  .stream-information
  .stream-title {
  font-size: 17px;
  max-height: 38px;
  overflow: hidden;
  text-decoration: none;
  color: #111;
  width: 100%;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.influencer-videos-block
  .videos-container
  .stream
  .stream-information
  .influencer-link {
  font-size: 14px;
}

.influencer-videos-block
  .videos-container
  .stream
  .stream-information
  .stream-date {
  color: #767676;
  text-decoration: none;
  display: block;
  width: 100%;
  font-size: 13px;
}

.streams-products-toolbar .limiter {
    text-align: right;
    margin-top: -50px;
}

.profile #preview-logo, .profile #preview-banner, #preview-thumbnail{
  width: 200px;
  margin-top: 25px;
  min-height: 50px;
}

.media-upload-profile{
  display: flex;
  flex-direction: column;
}

.stream-thumbnail img {
	width: 100%;
    height: 118px;
  }
  .featued-product-list{
    overflow: hidden;
  }
    .livestream-influencer-profile .social-icons{
    display: flex;
  }