.chatroom {}
.chatroom .granted-mic-notification {
  padding: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(72, 102, 107, 0.8);
  -moz-box-shadow: 0px 0px 5px 0px rgba(72, 102, 107, 0.8);
  box-shadow: 0px 0px 5px 0px rgba(72, 102, 107, 0.8);
  background: white;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 200px;
}
.chatroom .vcontainer {
  overflow: scroll;
}
.chatroom .granted-mic-notification.center-text {
  text-align: center;
}
.chatroom .title-end{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;

}
.chatroom .media-container .video-media{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chatroom .media-container.loading .video-media,
.chatroom .media-container .loading-media {
  display: none;
}

.chatroom .media-container.loading .loading-media {
  margin: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.chatroom .media-container .loading-message {
  color: #3fb7e3;
}

.chatroom.bye {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.chatroom .text-link {
  text-align: center;
  color: #0eb5fe;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 4.32px;
  text-decoration: underline;
}
.chatroom.bye .title {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 3.6px;
  color: #333333;
  text-align: center;
}
.dialog .backButtonContainer.fromTopBarContainer {
  left: -42px;
}

.chatroom .secondaryScreen {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.chatroom.secondary .mainScreen,
.chatroom .secondaryScreen {
  display: none;
}

.chatroom.secondary .secondaryScreen {
  display: block;
}

.chatroom .newPostContainer .flex-container {
  padding: 5px;
  justify-content: flex-start;
}

.chatroom .postsContainer {
  overflow: auto;
  margin-bottom: 67px;
}

.chatroom .post .avatar {
  width: 37px;
  height: 37px;
  background-size: 37px 37px;
}

.chatroom .post .top-message.flex-container {
  justify-content: flex-start;
}

.chatroom .live .empty-video {
  display: none;
}

.chatroom .triangle-right {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-left: 100px solid #111;
  border-bottom: 50px solid transparent;
  margin: auto;
}

.chatroom.offline .join-btn.hide,
.chatroom .btn.hide {
  display: none;
}

.chatroom .empty-video {
  background-color: #ddd;
}

.chatroom .chatroom-description {
  font-family: 'Metropolis Regular';
	font-size: 11px;
	font-weight: normal;
	font-stretch: normal;
	font-style: italic;
	line-height: 1.45;
	letter-spacing: 1.1px;
	text-align: left;
	color: #ffffff;
}

.chatroom .hosted-by{
	font-family: "Metropolis Bold";
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: 1.3px;
	text-align: left;
	color: #ffffff;
}


.chatroom .expert-avatar {
  position: absolute;
  border-right: 10px;
  top: 10px;
}

.chatroom .chatroomsDetails {
  background-color: #0eb3fc;
  padding: 7px 12px;
  height: 82px;
  display: flex;
}

.chatroom .left {
  float: left;
  width: 90px;
}

.chatroom .other {
  float: left;
  clear: right;
  width: 200px;
  margin: -6px 0 0 0;
}

.chatroom .avatar {
  width: 66px;
  height: 66px;
  background-size: 66px;
  border-radius: 50%;
  background-color: #19A4FD;
  background-image: url(http://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/navigation/satellite-static@3x.png);
}

.chatroom .postDivider {
  height: 2px;
  background-color: #f0f0f0;
}

.chatroom .streamsContainer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}

.chatroom .streamsListing {
  width: 86%;
  margin: auto;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0px;
}

.chatroom .flex-container {
  padding: 0;
  justify-content: center;
}

.chatroom .bold,
.chatroom .streamsListing .title {
  font-weight: 400;
}

.chatroom .date-range {
  font-size: 12px;
  font-weight: 800;
  position: absolute;
  right: 8%;
}

.chatroom .title {
  font-weight: 800;
  padding: 15px;
}

.chatroom .red-dot {
  width: 15px;
  height: 15px;
  background-color: red;
  border-radius: 50%;
}

.chatroom .streamlistitem {
  padding: 10px 20px;
}

.chatroom .streamlistitem .session-name {
  width: 80%;
  font-weight: 800;
  text-decoration: underline;
}

.chatroom video {
  width: 100%;
}


.chatroom .btn:hover {
  color: white!important;
}

.chatroom .btns-container.ios {
  height: 71px;
}

.chatroom .join-btn {
  padding: 6px !important;
  width: 150px;
}

.chatroom .join-btn,
.chatroom.offline .mic-btns-container {
  display: none;
  margin: 15px 0;
}

.chatroom .mic-btns-container {
  display: flex;
}

.chatroom.offline .join-btn {
  display: block;
}

.chatroom .container,
.chatroom .mic-btns-container {
  width: 100%;
}

.micStatus .status-talking,
.micStatus .status-ungranted,
.micStatus .status-requested {
  display: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #797979;
}

.micStatus.talking .status-talking,
.micStatus.ungranted .status-ungranted,
.micStatus.requested .status-requested {
  display: flex;
}

.status-message {
  font-size: 14px;
  font-weight: bold;
}

.chatroom .aspect-ratio-16-9 {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  max-width: 900px;
}

.chatroom .video-container,
.chatroom .empty-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 75px;
  right: 0;
}

.chatroom.live-audio .empty-video {
  background-color: #DCC;
}

.chatroom.live-audio .audio-only {
  display: block;
}

.chatroom .audio-only {
  display: none;
  width: 100px;
  height: 100px;
  background-size: 100px;
  margin: auto;
  background-image: url(http://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/ongoing-call_grey.gif);
}

.chatroom.live-audio .triangle-right {
  display: none;
}
.chatroom .host-avatar {
	width: 60px;
	height: 60px;
	background-size: 60px;
	color: white;
	font-size: 28px;
	display: flex;
	align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.chatroom .session-data {
	margin-left: 15px;
	width: calc(100% - 90px);
}

.chatroom .gojiwisebuttons {
  margin: 15px 0;
}

.chatroom .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0 5px;
}

.chatroom .second-slide .dot:nth-child(2),
.chatroom .dot:nth-child(1) {
  background-color: #19A4FD;
}

.chatroom .dot:nth-child(2),
.chatroom .second-slide .dot:nth-child(1) {
  background-color: #f0f0f0;
}


.chatroom.live .fullscreen-icon {
  display: block;
}

.chatroom .fullscreen-icon {
  display: none;
  position: absolute;
  right: 10px;
  bottom:81px;
  width: 30px;
  height: 30px;
  background-size: 30px;
  z-index: 99;
  background-image: url(http://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/expand-video@2x.png);
}

.chatroom.fullscreen-on .fullscreen-icon {
  background-image: url(http://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/minimize-video@2x.png);
}

.chatroom video {
  background-color: black;
}

.chatroom .settings-icon {
	cursor: pointer;
	position: absolute;
	right: 10px;
	width: 30px;
	height: 29px;
	background-size: 30px 29px;
	background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/navigation/settings-icon@2x.png);
}

.chatroom .rotated {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.chatroom.fullscreen-on .btns-container {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
}

.chatroom.fullscreen-on .video-container, 
.chatroom.fullscreen-on .empty-video {
  bottom: 0;
}