body{
	font-family:robot, lato !important;
	font-size: large;
}

.logo{
	height:43px;
}
.navbar-brand{
	font-size:27px;
	padding-left:10px;
	font-family:'Lato';
}

.nav-item a{
	color:gray !important;
	font-size:16px;
	padding: 0 10px;
	font-weight: 600;
}
.display-center{
	display:flex;
	justify-content:center;
	align-item:center;
}
li.nav-item{
	padding: 0 10px;
}
ul{
	list-style:none;
	margin:0;
	padding:0;
}
textarea:focus, input:focus{
	outline:none !important;
}

/*------------ index page ------- */
.home-wrap{
	background-color:rgb(31,30,30);
}
.g-top{
	height: 89vh;
	position:relative;
}
.video-wrap{
	height:600px;
}

.video-wrap{
	flex: 1 1 250px;
	border: 1px solid white;
}

.g-top-left {
	position: absolute;
	right:0;
	height:8vh;
	top:0;
	border-bottom-left-radius:10px;
}
.top-left-participant-wrap{
	position:relative;
}
.cursor-pointer{
	cursor: pointer;
	padding:5px;
}
.cursor-pointer:hover{
	cursor:pointer;
	padding:5px;
	background-color:rgb(226,225,225);
	border-radius:5px;
}
.top-left-participant-count {
	position:absolute;
	top: -2px;
	right: -3px;
	font-size: 15px;
}
.g-bottom{
	/*margin: 0 -10px !important;*/
	padding: 0 20px;
	box-shadow: 0 0 5px black;
	z-index: 2;
}
.bottom-left{
	position: relative;
	padding: 5px;
}
.action-icon-style{
	font-size:8px !important;
	height: 40px;
	width: 40px;
	border: 1px solid lightgray;
	border-radius: 50%;
}
.action-icon-style span.material-icons {
	/* font-size:18px; */
}

.nd-call-wrap{
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.top-remote-video-show-wrap{
	justify-content:center;
	align-items:center;
	height:100%;
}
video{
	border: 1px solid gray;
	width: 300px;
}
.active{
	background-color:#00808047;
	border-radius: 5px;
}
.top-box{
	background-color: rgb(14 6 6);
	position: fixed;
	width: 30%;
	height: 30%;
	top: 20.5%;
	left:35.5%;
	display:block;
	box-shadow: 0 0 5px white;
	border-radius: 10px;
	z-index: 999;
	columns: white;
	border: 2px solid white;
}
.bottom-left{
	position: relative;
	padding: 5px;
}
.g-details{
	position:absolute;
	width: 30vw;
	background-color:white;
	margin-top:-135px;
	counter-reset:black;
	border-radius:5px;
	padding:5px;
}
.g-details-heading-show{
	font-size:14px;
	padding-left:10px;
}