/* custom.css */

.ls .sf-menu > li > a {
	color: #ffffff;
}
.ls.affix-wrapper .sf-menu > li > a {
	color: #202020;
}
.ls.affix-wrapper .sf-menu > li.active > a {
	color: #438ac9;
}


.rounded-box {
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.6); 
	box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.6);
	background-color: #f6f6f9;
	display: flex;
	justify-content: center; /* Centers content horizontally */
	align-items: center;    /* Centers content vertically */
	min-height: 120px;
	flex-wrap: wrap;
	margin: 10px 0;
	padding: 20px;
	text-align: center;
}

.rounded-box p {
	/* max-width: 200px; */
	/* word-break: break-word; 
	overflow-wrap: anywhere; Firefox */
	/* font-size: 9pt; */
}


.item-content .label_float {
	position: absolute !important;
	width: 95%;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}