﻿body {
	margin: 0px;
	padding: 0px;
	background-color: #060606;
}

img {
    pointer-events: none;
}

*:focus {
    outline: none;
}

.logo { 
	color: #e50914;
	font-family: Kanit;
	font-size: 44px;
	font-weight: bold;
}

.tab {
	display: flex;
	margin-bottom: 5px;
}

.tab button {
	font-family: kanit;
	display: block;
	color: white;
	outline: none;
	text-align: left;
	cursor: pointer;
	font-size: 18px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border: solid 1px #3e3e3e;
	margin-right: 5px;
	background: #1d1d1d;
}

.tab button:hover {
	background-color: #595959;
}

.tab button.active {
	background-color: #595959;
}

#myInputSearch2{
	box-sizing: border-box;
	font-size: 15px;
	border: none;
	background: #2b2b2b;
	color: white;
	font-weight: bold;
	width: 332px;
	margin-bottom: 8px;
	padding: 12px;
	border-radius: 10px;
}

.sidebarContainer {
	height: 960px;
	width: 360px;
	float: left;
	display: block;
	margin-right: 20px;
}

.sidebar nav{
	list-style: none;
}

.sidebar a{
	text-decoration: none;
	margin-bottom: 5px;
	cursor: pointer;
}
.sidebar li:hover{
	background-color: #2b2b2b;
}

.sidebar {
    height: 846px;
	overflow-y: scroll;
}

.iframkaLive{
	float: left;
	border: solid 1px #121212;
	margin-left: 5px;
}

details > summary::-webkit-details-marker {
	display: none;
}

details > summary {
	list-style: none;
	cursor: pointer;
	font-weight: bold;
}

details{
	margin-bottom: 10px;
}

summary span:hover{
	background-color: #2b2b2b;
}

.container{
	width: 1260px;
	height: 1010px;
	margin-left: auto;
    margin-right: auto;
	color: white;
	font-family: calibri;
}

.topNav {
	border: 1px solid black;
	margin-bottom: 20px;
	height: 60px;
	background-color: #151515;
}

.player {
	display: inline-block;
}

.footer {
	border: 1px solid black;
	color: white;
	font-family: calibri;
	background: #151515;
	margin-top: 10px;
	text-align: right;
	font-size: 16px;
	padding: 10px 0px;
	width: 1260px;
	
}

#my-video {
	width: 880px;
	height: 496px;
	margin-left: 20px;
}

.topNavLink {
	float: right;
	font-size: 20px;
	font-family: Kanit;
	height: 60px;
	display: flex;
	align-items: center;
	border-left: solid 1px #3e3e3e;
	padding: 0px 10px;
	color: #a2a2a2;
}
.topNav .topNavLink:hover{
	background-color: #313233;
}

.sidebar li img{
	width: 60px;
	vertical-align: middle;
	margin-right: 10px;
	
}

.sidebar li{
    padding: 10px;
    margin-bottom: 5px;
    font-size: 18px;
	font-family: roboto;
    background-color: #1d1d1d;
    border-radius: 10px;
	width: 312px;
}

.L2 {
  width: 33px!important;
  margin-left: 15px!important;
  margin-right: 23px!important;
}

.swal-title{display: none;}

@media only screen and (max-width: 500px){
.swal-modal{
	width: 588px;
	top: 400px;
	position: absolute;
	left: 400;
}

.swal-text{
	font-size: 35px;
	font-weight: bold;
	
}
.swal-button{
	font-size: 30px;
	
}

}