<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*/ Polylog SA @ 2023 /*/

/*/ Panel dashboard /*/

.fwk-panel { 
	overflow: scroll;
	max-height: 100px;
	white-space: nowrap;    
	overflow-x: scroll;
	overflow-y: hidden;
	border-radius: var(--round2);
	margin: 15px 0;
	}
	
.fwk-panel::-webkit-scrollbar{
	display: none;
	}
	  
.fwk-panel-box { 
	vertical-align: bottom;
	border-radius: var(--round2);
	background: var(--main-light);
	color: var(--fixdark);
	position: relative;
	padding: 0;
	margin-right: 10px;
	display: inline-block;
	min-width: 225px;
	}
	
.fwk-panel-box a { 
	position: absolute;
	top: 0;
	right: 0;
	border-radius: var(--round1);
	margin: 10px;
	height: 25px;
	width: 25px;
	line-height: 25px;
	font-size: 10px;
	text-align: center;
	background: var(--main);
	color: var(--fixlight);
	}
	
.fwk-panel-box h1 { 
	margin: 0;
	padding: 15px 20px 20px;
	font-size: 20px;
	line-height: 25px;
	text-align: left;
	font-weight: 600;
	}

.fwk-panel-box h1 i { 
	float: left;
	font-size: 18px;
	line-height: inherit;
	margin-right: 15px;
	}
	
.fwk-panel-box h1 b { 
	font-size: inherit;
	}
	
.fwk-panel-box h1.small { 
	font-size: 16px;
	}
		
.fwk-panel-box p { 
	padding: 20px 40px 0 20px;
	border-radius: 3px 3px 0 0;
	width: 100%;
	max-height: 60px;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
	}
	
.fwk-panel-href { 
	background: var(--gray1);
	margin: 0;
	border-radius: var(--round1);
	display: inline-block;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 10px;
	text-align: center;
	}</pre></body></html>