
body, html {
    background-color: #c3c3c3 !important;
    height: 97vh;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
}


#videos {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#subscriber {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

#publisher {
        bottom: 0;
    display: flex;
    margin: auto;
    position: fixed;
    width: 360px;
    height: 240px;
    
    z-index: 100;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    left:0;
}

.OT_publisher{
    
    border-top-right-radius:3em;
    
}

button.OT_edge-bar-item.OT_mute.OT_mode-on {
  
    top: 33px;
    right: 2px;
    border: none;
    zoom: 1.3;

}

.OT_audio-level-meter {
    left: -40!important;
    top: 5!important;
    position: absolute;
    width: 25%;
    max-width: 153px!important;
    min-width: 21px;
    top: 36px!important;
    right: 13px!important;
    overflow: hidden;
}



.error{
	color: red;
    text-align: center;
    margin-top: 50px;
    font-size: 30px;
    font-weight: bold;
}
a.enablePublisher{
    zoom:.8;
    margin-top:6px;
}
.imagesVideo {
    justify-content:space-between;
    position: fixed;
    width: 100px;
    z-index: 2147483647;
    text-align: center;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
	cursor: pointer;
	display:flex;
}

.btn-chat {
    height: 70px;
    width: 70px;
    background-color: #ffffff00;
    border-radius: 50%;
    position: fixed;
    right: 2em;
    bottom: 1em;
    z-index: 99;
    border: 0;
    cursor: pointer;
}
.btn-chat svg {
    height: 45px;
    width: 67px;
}
.btn-chat path {
    fill: #00c2ff;
}  
aside {
    position: fixed;
    bottom: 0;
    right: 0;
    transform: translateX(100%);
    display: flex;
    flex-direction: column;
    min-width: 20em;
    width: 25%;
    height: 100vh;
    box-shadow: 0 1px 5px rgb(0 0 0 / 12%), 0 1px 3px rgb(0 0 0 / 24%);
    transition: transform 0.5s ease;
    max-width: 360px;    
     z-index: 2147483647;
}

aside.active {
  transform: translateX(0);
  z-index: 2147483647;
}
.chat-header {
    background-color: #3485f7;
    box-shadow: 0 1px 5px rgb(0 0 0 / 12%), 0 1px 3px rgb(0 0 0 / 24%);
    display: flex;
    align-items: center;
    background-image: linear-gradient(to right, #4800ff , #00cdff);
}
.chat-header h1 {
    color: #fff;
    margin: 0;
    padding: 12px 10px;
    font-size: 20px;
    font-weight: 600;
}
.chat-header button#closeChat path {
    fill: #fff;
}

#subscriber > div:not(:first-child) {
	display: none;
}
.btn-close {
  margin-left: auto;
  height: 2em;
  width: 2em;
  background: transparent;
  border: none;
  cursor: pointer;
}

.btn-close svg {
  height: 1em;
  width: 1em;
}

.messages {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  padding: 0.5em;
     box-shadow: 0 1px 5px #daca00, 0 1px 10px #daca00;
  background-color: rgba(255, 255, 255, 1);
  height: calc(100% - 96px);
}

.messages p {
	margin-bottom: 0px;
	display: flex;
	word-break: break-word;
	margin-top: 10px;
	align-items: flex-start;
    flex-direction: column;
}
.messages p b {
    color: #fff;
    text-overflow: ellipsis;
    max-width: 100px;
    white-space: pre;
    overflow: hidden;
    font-size: 12px;
    display: block;
    margin-bottom: 2px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.chat-form {
    padding: 7px 10px;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    margin: 0;
    border-top: 1px solid #ebebeb;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.chat-form input[type="text"] {
    flex: 1;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 40px;
    flex-wrap: wrap;
    padding: 8px;
    background: #fafafa;
    border: 0;
    font-size: 15px;
}
.chat-form input[type="text"]:focus {
    outline: none;
}
.chat-form input[type="submit"] {
    align-self: stretch;
    background: transparent;
    color: #fff;
    width: auto;
    cursor: pointer;
    font-size: 0;
    border: 0;
    padding: 20px 20px;
    margin: 0;
    position: relative;
    z-index: 1;
}
.chat-form span.send-btn {
    position: relative;
}
.chat-form svg {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: #004566;
    width: 25px;
    height: 25px;
}
.chat-form input[type="submit"]:after {
    content: "";
}


#messageArea p.senderUser {
    color: #fff;
    border-radius: 15px;
    padding: 9px 13px;
    max-width: 215px;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    background-color: #0a90d3;
    max-width: 86%;
    margin-left: auto;
    overflow-wrap: break-word;
    border-top-right-radius: 0;
    line-height: 18px;    
}
#messageArea p.receiverUser {
    background-color: #eff9ff;
    color: #606060;
    border-radius: 0 15px 15px 15px;
    padding: 9px 13px;
    font-size: 15px;
    font-weight: 500;
    width: auto;
    max-width: 86%;
    margin-right: auto;    
    line-height: 18px;
    box-shadow: 2px 2px 4px 0 #ccc;
}
#messageArea p.receiverUser b {
    color: #537a92;
}
.send-btn button {
	background: transparent;
	border: 0;
}
.enablePublisher{
	display:none;
}
/* a.disablePublisher { */
    /* padding: 23px 0px 0px 0px; */
/* } */
.leftInfo {
  display: flex;
  background: #ffffff00;
  width: 124px;
  padding: 5px;
  display: none;
  justify-content:center;
}
.leftInfo {
    margin:auto;
    font-weight: 900;
    width: 50%;
    border-bottom-right-radius: 15px;
}
.leftInfo .timeText{
	margin-right: 10px;
}
.rightInfo {
    margin-top: -30px;
    border-bottom-left-radius: 15px;
    width: 170px;
    font-weight: 600;
    right: 0px;
    position: absolute;
    background:#4600cb;
    padding: 10px;
}

#serverTiming:before{
  
    
    margin-top:5px;
    content:"Current Time:  ";
    
}
.topBar {
    color:white;
    background-color: #4600cb;
}
.topBar {
	z-index: 99999;
	position: relative;
}

#showChat .count {
	position: absolute;
	right: -3px;
	background: red;
	color: #fff;
	padding: 3px 6px;
	border-radius: 12px;
	top: 0px;
	display:none;
}
.disablePublisher{
	display:none;
}
#showChat{
	display:none;
}
.displayNone{
	display:none;
}





#informPopup .modal-header, #add_to_cart .modal-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#informPopup .modal-header::before, #informPopup .modal-header::after, #add_to_cart .modal-header::before, #add_to_cart .modal-header::after{
	display: none;
}
#informPopup .modal-header .modal-title, #add_to_cart .modal-title{
	color: #000;
	font-size: 15px;
	flex: 0 0 100%;
	text-align: center;
}
#informPopup .modal-header .close, #add_to_cart .modal-header .close{
	color: #000;
	opacity: 1;
	position: absolute;
	right: 10px;
	top: 3px;
}
#informPopup .modal-header .close span, #add_to_cart .modal-header .close{
	font-size: 30px;
}
#informPopup .modal-footer {
	text-align: center;
}
#informPopup .modal-footer .btn.btn-primary.continueSession, #add_to_cart .modal-footer .btn.btn-primary{
	border-radius: 0;
	color: #fff;
	background: #f74949;
	border-color: #f74949;
	padding: 6px 20px;
}
#informPopup .modal-footer .btn.btn-secondary, #add_to_cart .modal-footer .btn.btn-secondary{
	background: #000;
	color: #fff;
	border-radius: 0;
	padding: 6px 28px;
}
#add_to_cart .modal-body .form-group.displayLink, #add_to_cart .modal-footer {
	text-align: center;
}
#add_to_cart .modal-body .form-group.displayLink {
	margin-bottom: 0;
}
#add_to_cart .modal-body .form-group.displayLink a {
	color: #337ab7;
	text-transform: capitalize;
}
#add_to_cart .modal-body select {
	background: #f9f9f9;
	border: 1px solid #ddd;
	box-shadow: none;
	border-radius: 4px;
	text-transform: capitalize;
	min-height: 42px;
}

.displayLink{
	display:none;
}


