/*BISMILLAH*/
body {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	line-height: 28px;
	font-weight: 400;
	color: #222;
	cursor: auto;
	text-rendering: optimizelegibility;
	background-color: #eee;
}
html,
body
{
	height: 100%; 
}
a
{color: #194c93; text-decoration: none; line-height: normal; transition: all 0.5s ease;}
a:hover,
a:focus
{
	color: #000; text-decoration:none;
}
p {margin: 30px 0px}
.clearBoth {clear:both;height:0px!important;margin:0px!important;padding:0px!important;line-height:0px!important;border: 0!important;}
h1,h2,h3,h4,h5 {
	font-weight: 600;
}
.iniBody {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
	height: 100%;
	border:0px solid #f00;
}
.iniLogo {
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;

	border: 0px solid #ccc;
}
.iniLogo {
	border-bottom: 0px solid #eee;
	box-shadow: -20px 85px 50px -55px rgba(0,0,0,0.1);
	padding: 0px 50px 10px 50px;
	margin: 0px 0px 30px 0px;
}
.iniLogo .logo img{
	width: 100%;
	height: auto;
}
.iniLogo .desc {
}
.ipaddr {
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;

	border: 0px solid #f00;
	width: 80%;
}
.ipaddr ul.client{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.ipaddr ul.client li {
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;

	margin: 5px 5px;
	border: 0px solid #ccc;
	font-size: 80%;
	color: #666;
	line-height: normal;
}
/* ======================================================== MOBILE CSS GO */
@media screen and (max-width: 600px) {

	body, html{
	}
	.iniBody {
	}
	.iniLogo{
	}
	.iniLogo .logo img{
	}
	.ipaddr {
		border: 0px solid #f00;
		width: auto;
		margin-left: 30px;
		margin-right: 30px;
	}
}
/* ======================================================== MOBILE CSS END */

/* ======================================================== PLAYLIST GO */
#playlist {
	display: none !important;
}