/* ==================
BODY
====================*/
body{
}
/* ==================
HEADER
====================*/
#header{
	width: 100%;
	height: 3em;
	line-height: 3em;
	background: rgb(16,140,138,1);
	color: #fff;
}
.h_name{
	float: left;
	font-size: 1.2rem;
	font-weight:500;
	margin: 0 0 0 1em;
}
.dev1 .head1{
	font-size: 1.2em !important;;
}
.head2{
	float: right;
	margin: 0 1.2em 0 0;
}
.head2::before{
	position: absolute;
	content:"";
	height: 1.2em;
	width: 1.2em;
	margin: 0.9em 0 0.9em -1.6em;
	background-image: url("uin.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.headH{
	float: right;
	height: 2em;
	width: 2em;
	margin: 0.5em 1em 0.5em 0;
	background-image: url("uof.png");
	background-size: contain;
	background-repeat: no-repeat;
}
/* ==================
CONTAINER
====================*/
#content{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow:hidden;
}
/* ==================
STREAMS
====================*/
#poll{
	width: 100%;
	background: #032A45;
	color:#fff;
	font-size:1.2em;
	height: 3em;
}
#poll .dotter{
	margin-left: 25px;
}

.livebox{
	width: 100%;
	height: 100%;
	background: #032A45;
	color:#fff;
}
.liveSet{
	width: 100%;
	height: 2em;
	font-weight: 500;
	font-size: 1em;
	line-height: 1.4em;
	padding: 10px 0;
}
.liveSet span{
	margin : 0 15px;
}
.cam_button{
	width: 200px;
	height: 3em;
	margin: 0.7em;
	background: #3b88fd;
	color: #fff;
	font-weight: 400;
	border-radius: 10px;
	font-size: 1rem;
	font-weight:500;
	box-shadow: inset -3px -3px 6px 0px rgba(0,0,0,0.4);
	cursor: pointer;
}
.dev1 .cam_b{
	max-width: 30%;
}
/* ==================
PLAYER
====================*/
#playCont{
	position: absolute;
	top: 0;
	width: 100dvw;
	height: 100dvh;
	background: #000;
}
#playCont::after{
	position: absolute;
	top: 10px;
	left: 10px;
	content:"X";
	color: #fff;
	font-size: 1em;
	width: 2em;
	height: 2em;
	line-height: 1em;
	background: #333;
	border-radius: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
}
#player{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	object-fit: scale-down;
}

#player::-webkit-media-controls-panel {
display: none !important;
opacity: 1 !important;
}

#player.ss{
	max-width:512px
}
#player.sm{
	max-width:720px
}
#player.ss{
	max-width:1280px
}
