::-webkit-scrollbar	/* For the entire document's scrollbars */
{
	width: 8px;	/* Adjust the width (size) as needed */
	height: 8px;	/* Adjust the height if vertical scrollbar */
}

::-webkit-scrollbar-track	/* Track (the area behind the thumb) */
{
	background: #f1f1f1;	/* Optional:  Color of the track */
}

::-webkit-scrollbar-thumb	/* Handle (the draggable thumb) */
{
	background: #888;	/* Optional:  Color of the thumb */
	border-radius: 4px;	/* Optional: Rounded corners */
}

::-webkit-scrollbar-thumb:hover	/* Handle on hover */
{
	background: #555;	/* Optional: Color on hover */
}

html
{
	overflow-y: scroll;
	scrollbar-width: thin; /*  'auto', 'thin', or 'none' */
}

body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #00FFFF;
	background-color: #000000;
}

a:link { color: deepskyblue; }
a:visited, a:hover, a:active { color: #0FF; }

.p2000 { width: 99%; margin: 3px auto auto 3px; }
.datetime { color: #9cf; vertical-align: top; white-space: nowrap; }
.type  { color: #0c0; vertical-align: top; text-align: center; white-space: nowrap; }
.capcode { margin-left: 1px; color: #fff; white-space: nowrap; text-align: center; }
.hits { margin-left: 1px; text-align: right; color: #fff; white-space: nowrap; }

.MSGambu, .MSGbrw, .MSGpol, .MSGkw, .MSGrb, .MSGheli, .MSG, .MSGg { color: #9cf; vertical-align: top; }
.MSGn { color: #f00; vertical-align: top; }
.MSGinc { text-align: center; }

.c01, .c02 { color: #ff0; }
.c03, .c18 { color: #f00; }
.c04, .c15 { color: #f90; }
.c05 { color: #60f; }
.c06 { color: #099; }
.c07 { color: #bbb; }
.c08 { color: #3c3; }
.c09 { color: #ccc; }
.c10 { color: #760; }
.c11 { color: #f3f; }
.c12, .c19 { color: #003df5; }
.c13 { color: #f3f; }
.c14 { color: #3d9; }
.c16 { color: #00f; }
.c17 { color: #cfc; }
.c20 { color: #3d9; }
.c21 { color: #f90; }
.INC a:link { color: #fff; }
.INC a:visited { color: #fff; }
.INC a:hover { color: #0FF; }
.INC
{
	display: block;
	background-color: #f00;
	color: #fff;
	font-size: 11px;
	text-align: center;
	margin: -3px 0px;
	padding: 3px 10px;
	text-shadow: 1px 1px 2px black;
}
span#inc.INC	/* whole incident block */
{
	border-radius: 5px;
}
span#inc1.INC	/* first incident block */
{
	border-radius: 5px 5px 0px 0px;
}
span#inc2.INC	/* second incident block */
{
	border-radius: 0px 0px 5px 5px;
}
span#mmt.INC	/* MMT block */
{
	border-radius: 5px;
	background-color: orange;
	display: inline;
	margin: 0px;
	padding: 3px 5px;
}

#F
{
	margin-left: 3px;
}
#B
{
	color: #f96;
}
#p2ktooltip
{
	position: absolute;
	max-width: 500px;
	color: #fff;
	border: 2px solid #757575;
	border-radius: 9px;
	font-size: 11px;
	font-family: Verdana, arial, helvetica, serif;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000000;
	padding: 2px 5px;
	background-color: #f60;
	visibility: hidden;
	z-index: 100;
}
#p2ktooltip h1
{
	font-size: 14px;
	margin: 0;
	padding: 0 0 5px 5px;
	color: yellow;
}
.brandbase
{
	padding-top: 10px;
	color: deepskyblue;
	font-size: 10px;
	text-shadow: 1px;
}

.TIP
{
	font-size: 11px;
	border-bottom: 1px dotted;
	font-family: Verdana, arial, helvetica, serif;
	margin-left: 0;
}
.TIP#BB
{
	color: deepskyblue;
}
.TIP:hover
{
	background-color: #f60;
	color: #fff;
	border-radius: 2px;
}
.TIPI
{
	font-size: 11px;
	font-style: oblique;
	font-family: Verdana, arial, helvetica, serif;
	margin-left: 0;
}
.pol
{
	color: #00F;
	background-color: #999;
	font-weight: bold;
}
.amb
{
	color: #000;
	background-color: #ff6;
	font-weight: normal;
}
.gri
{
	color: #000;
	background-color: #D9B3FF;
	font-weight: normal;
}
.med
{
	color: #000;
	background-color: #FC6;
	font-weight: normal;
}
.ond
{
	color: #000;
	background-color: #CF9;
	font-weight: normal;
}
.reg
{
	color: #000;
	background-color: #9CF;
	font-weight: normal;
}
.brw
{
	color: #000;
	background-color: #f55;
	font-weight: normal;
}

.pol, .amb, .med, .ond, .reg, .brw, .gri
{
	box-shadow: inset 0 0 5px #888;
	-moz-box-shadow: inset 0 0 5px #888;
	white-space: nowrap;
	padding: 0 3px;
}

.stt
{
	color: #000;
	background-color: #fff;
	padding: 0 3px 0 3px;
	white-space: nowrap;
}
#footer
{
	position:fixed;
	overflow-x: scrol;
	overflow-y: hidden;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 74px;
	background-color: #FFF;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, arial, helvetica, serif;
	font-weight: bold;
	transition: opacity 1s;
}

#result
{
	margin-top: 2px;
	font-size: 11px;
	font-family: Verdana, arial, helvetica, serif;
	font-weight: bold;
	margin-bottom: 25px;
}
#audio
{
	margin-top: -8px;
	margin-left: 0%;
	position: absolute;
}
#userimg
{
	margin-top: -7px;
	right: 110px;
	position: absolute;
}
#usercount
{
	text-align: left;
	margin-top: -4px;
	right: 55px;
	padding-left: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	position: absolute;
}
#colorbrw
{
	margin-top: -7px;
	right: 30px;
	position: absolute;
}
#collapseimg
{
	position: fixed;
	bottom: 0px;
	right: 0px;
}
.p2kflex_logo
{
	position: fixed;
	top: 6px;
	right: 50px;
	transition: transform 0.9s ease, opacity 0.9s ease; /* Adding transition for scaling and opacity */
}
.p2kflex_logo#hidden
{
    transform: scale(0); /* Scale down to 0 */
    opacity: 0; /* Fades out */
}

#telegram_logo
{
	position: fixed;
	top: 6px;
	right: 5px;
}
#feestdagen
{
	position: fixed;
	top: 44px;
	right: 5px;
}
#copyright
{
	font-family: Verdana, arial, helvetica, serif;
	font-size: 9px;
	color: #ff3;
	text-align: center;
	margin-bottom: 70px;
}
#phptime
{
	font-family: Verdana, arial, helvetica, serif;
	font-size: 9px;
	color: #ff3;
	text-align: center;
	margin-bottom: 85px;
}
#servererror
{
	height: 28px;
	margin-top: 3px;
	left: 88%;
	width: 10%;
	visibility: hidden;
	background: #f00;
	position: fixed;
}
#errorimg
{
	float: left;
	margin-top: 2px;
}
#errormsg
{
	float: left;
	margin-left: 10px;
	margin-top: 4px;
	font-weight: bold;
	color: #fff;
}
#sysmessage
{
	position: fixed;
	bottom: 80px;
	left: 10%;
	width: 80%;
	height: 18px;
	color: #fff;
	background: #223;
	visibility: hidden;
	text-align: center;
	font-weight: bold;
	padding: 9px;
}
.found_capcode
{
	color: yellow;
}

#airborne, #airborne a:link
{
	color: gold;
}

.collapsible
{
	background-color: #555;
	cursor: pointer;
}
.active, .collapsible:hover
{
	background-color: #777;
}
.collapsible_content
{
	display: none;
	overflow: hidden;
}

.extra_location
{
	font-size: 9px;
	text-align: center;
	font-weight: bold;
}

.clock
{
	font-size: 1.4rem;
	font-family: Verdana, arial, helvetica, serif;
	font-weight: bold;
	color: lightgray;
	text-align: center;
	line-height: 1;
	position: fixed;
	top: 15px;
	left: 4px;
	transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; /* Adding transition for scaling and opacity */
	display: block;
	opacity: 1;
}
.clock.shrink
{
	transform: scale(0);
}
.clock#hidden
{
	display: none; /* or visibility: hidden; */
	transition: transform 0.9s ease, opacity 0.9s ease; /* Adding transition for scaling and opacity */
	opacity: 0; /* Fades out */
}

h1
{
	color: white;
}

.progress-bar
{
	position: fixed;
	top: 0; /* Align to the top of the page */
	left: 0; /* Align to the left */
	height: 3px; /* Height of the progress bar */
	width: 100%; /* Start fully filled */
	background-color: black; /* Start color is black */
	transition: width 0.1s linear, background-color 0.1s linear; /* Smooth transition for both width and color */
	z-index: 9999; /* Ensure it’s on top */
}

.new-messages
{
	display: flex; /* Use flexbox for layout */
	align-items: center; /* Center vertically */
	justify-content: center; /* Center horizontally */
	position: relative; /* Position relative for the line */
	padding-top: 10px;
	font-weight: bold;
}

.newmsg-line
{
	flex-grow: 1; /* Line takes remaining space */
	border-top: 3px solid #aaa; /* Line style */
	margin: 0; /* Remove margin */
}

.new-messages span
{
	padding: 0 10px; /* Space around the text */
	background: black; /* Optional: background color */
}

.notification
{
	position: fixed;
	left: 30%; /* Horizontally */
	top: 25%; /* Center vertically */
	transform: translate(-50%, -50%); /* Offset the width and height to truly center */
	background-color: red; /* Red background color */
	color: white; /* White text color */
	font-size: 20px; /* Set your desired font size */
	font-weight: bold;
	border: 3px solid yellow; /* Yellow border */
	padding: 15px;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	z-index: 1000;
	text-align: center; /* Center text inside the notification */
}

#notification
{
	transform: scale(0); /* Start at scale 0 */
	transition: transform 0.6s ease, opacity 0.6s ease; /* Transition for scaling and fading out */
}
.hidden
{
	display: none; /* Hide the element; ensure to set this in CSS */
}
.visible
{
	display: block; /* Show the element when it's visible */
	opacity: 1; /* Ensure the opacity is full when visible */
}

.new-messages
{
	display: flex; /* Use flexbox for layout */
	align-items: center; /* Center vertically */
	position: relative; /* Position relative for the line */
	padding-top: 10px;
	color: #eee;
	text-shadow: 1px 1px 2px black;
}

.newmsg-line
{
	flex-grow: 1; /* Line takes remaining space */
	border-top: 2px solid #ddd; /* Line style */
	margin: 0; /* Remove margin */
}

.new-messages span
{
	padding: 2px 10px; /* Space around the text */
	margin-bottom: 19px;
	background: red; /* Optional: background color */
	border: 2px solid #ddd; /* Line style */
	border-radius: 5px 5px 0 0;
}

.highlight
{
	font-weight: bold;
	box-shadow: rgb(85, 91, 255) 0px 0px 0px 2px;
	background: gold;
}

/* Style for the Zoomed In notification */
#zoomNotification
{
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #444;
	color: #fff;
	padding: 12px 24px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.3);
	display: none; /* Hidden by default, managed via opacity */
	z-index: 9999;
	font-family: Arial, sans-serif;
	font-size: 14px;
	opacity: 0;
	transition: opacity 1s ease; /* Smooth transition for opacity */
}

/* When visible, show with opacity 1 */
#zoomNotification.show
{
	display: block;
	opacity: 1;
}

/* When hiding, fade out */
#zoomNotification.hide
{
	opacity: 0;
}
