:root {
	--cnvs-header-height: 150px;
	--cnvs-header-height-sm: 60px;
	--cnvs-header-height-md: 80px;
	--cnvs-header-height-lg: 150px;
	--cnvs-header-height-shrink: 60px;
	--cnvs-side-header-width: 260px;
	--cnvs-themecolor: #00468D;
	--cnvs-content-padding: 4rem;
}



.is-expanded-menu .full-header #logo {
	border-right: 0px;
}


.heading-block {
	margin-bottom: 30px;
}

.slider-caption h2,
.slider-caption .h2 {
	font-size: 3.7rem;
	text-shadow: 1px 1px 2px black;
}

.slider-caption p {
	text-shadow: 2px 2px 2px black;
}


.posts-sm .entry-image,
.posts-sm .entry-image>a,
.posts-sm .entry-image .slide a,
.posts-sm .entry-image img {
	--cnvs-post-image-size: 35px;
}


.footeri {
	--cnvs-footer-top-border: 5px solid rgba(var(--cnvs-contrast-rgb), 0.15);
	--cnvs-copyrights-link-color: var(--cnvs-contrast-500);
	position: relative;
	background-color: #00468D;
	color: #FFF;
	border-top: var(--cnvs-footer-top-border);
	padding-top: 50px;
	;
}

.footeri h4 {
	color: #FFF;
}

.copyright-links,
.copyright-links a {
	color: #333333;
}

.copyright-links a:hover {
	color: #FFF;
}


.is-expanded-menu .sub-title .menu-container>.menu-item>.menu-link span {
	text-transform: none;
}




/* grafiku 2 dhe 3  */




.chart-container {
	/* background: rgba(255, 255, 255, 0.95); */
	border-radius: 20px;
	padding: 30px;
	margin-bottom: 100px;
	/* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); */
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.chart-title {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 20px;
	color: #333;
	text-align: center;
}

.chart-wrapper {
	position: relative;
	height: 500px;
	margin-bottom: 20px;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 15px;
	margin-top: 20px;
}

.stat-card {
	background: linear-gradient(135deg, #667eea, #764ba2);
	color: white;
	padding: 15px;
	border-radius: 10px;
	text-align: center;
}

.stat-value {
	font-size: 1.2rem;
	font-weight: bold;
}

.stat-label {
	font-size: 0.9rem;
	opacity: 0.9;
}

.toggle-buttons {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.toggle-btn {
	background: #667eea;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 25px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-weight: 500;
}

.toggle-btn:hover {
	background: #764ba2;
	transform: translateY(-2px);
}

.toggle-btn.active {
	background: #764ba2;
	box-shadow: 0 4px 15px rgba(118, 75, 162, 0.4);
}




/* TABSET */

.canvas-alt-tabs.tabs-bb {
	--bs-nav-tabs-border-width: 0px;
	--bs-nav-tabs-border-radius: 0;
	--bs-nav-link-color: var(--cnvs-tab-base-color);
	padding: 0;
	/* border-bottom: 3px solid rgba(95, 87, 202, 0.295); */
	border: 0
}

.canvas-alt-tabs.tabs-bb .nav-link.active,
.canvas-alt-tabs.tabs-bb .nav-link.show {
	border-bottom: 7px solid #e59905;
}


.bg1 {
	background-color: #ebf8eb
}

.bg2 {
	background-color: #ebf1f8
}


.bg3 {
	background-color: #f8ebeb
}


.iconlist li a {

	color: #FFF;
}

.iconlist li a:hover {

	color: rgb(253, 255, 134);
}

.sdg label {
	font-size: 12px;
}














.dc_category-btn {
	width: 100%;
	margin-bottom: 10px;
}

.dc_sdg-container {
	margin-bottom: 30px;
}

.dc_sdg-row {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
	justify-content: flex-start;
}

.dc_sdg-cell {
	position: relative;
	width: 98px;
	height: 98px;
	border: 2px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s ease;
}

.dc_sdg-cell:hover {
	transform: scale(1.05);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.dc_sdg-cell img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dc_sdg-cell.dc_grayscale img {
	filter: grayscale(100%);
}

.dc_sdg-checkbox {
	position: absolute;
	bottom: 8px;
	right: 8px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	z-index: 10;
}

.dc_document-card {
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 0px;
	transition: box-shadow 0.3s ease;
}

.dc_document-card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.dc_document-image {
	width: 100%;
	max-height: 200px;
	object-fit: cover;
	border-radius: 4px;

}

.dc_active-category {
	background-color: #00468d !important;
	color: white !important;
}

.dc_tag-cloud {
	background-color: #f8f9fa;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 30px;
}

.dc_tag-cloud h5 {
	margin-bottom: 15px;
	color: #333;
}

.dc_tag-item {
	display: inline-block;
	margin: 5px 8px;
	padding: 5px 12px;
	background-color: #e9ecef;
	border-radius: 20px;
	text-decoration: none;
	color: #495057;
	transition: all 0.3s ease;
	cursor: pointer;
}

.dc_tag-item:hover {
	background-color: #00468D;
	color: white;
	transform: scale(1.1);
	text-decoration: none;
}

.dc_tag-item.dc_active-tag {
	background-color: #00468D;
	color: white;
}

.no-border {
	border: none !important;
}