.map {
	/* height: 100%; */
	height: 30rem;
	width:100%;
	border: 2px solid #003399;
}

.minisite-map{
	margin:0px 250px;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

/* Sidebar and Toggle */
.right-sidebar {
	height: 490px;
	background-color: #fff;
	position: absolute !important;
	z-index: 1;
	float: right !important;
	right: 0;
	/* overflow-y: scroll;
	overflow-x: hidden; */
}

@media (min-width: 601px) {
	.projectContainerText{
		font-size: 13px;
	}
}
@media (max-width: 600px) {
	.projectContainerText{
		font-size: 7px;
	}
}

@media (min-width: 601px) {
	.projectContainerSmallText{
		font-size: 10px;
	}
}
@media (max-width: 600px) {
	.projectContainerSmallText{
		font-size: 6px;
	}
}


#partnerName{
	font-size: 14px;
	padding: 2px;
}

@media only screen and (min-width: 768px) {
	.right-sidebar {
		height: 490px;
		width: 45%;
		margin-right:50px;
		background-color: #fff;
		position: absolute !important;
		z-index: 1;
		float: right !important;
		right: 0;
		/* overflow-y: scroll;
	overflow-x: hidden; */
	}
}

/* .btn-sidebar {
	float: right;
	z-index: 1;
	display: block;
	position: absolute;
	right: 0;
	padding: 8px;
	background-color: white;
	color: #003399;
} */

.btn-sidebar{
	background-color: transparent;
	position: absolute;
	z-index: 1;
	float: right;
	right: 0;
}

.btn-close{
	background-color: transparent;
	border: none;
	/* border-radius: 25px; */
	height: 25px;
	width: 25px;
}

.icon-close{
	font-size: 16px !important;
	color: white;
	position: relative;
	top: -4px;
	left: -9px;
}

.btn-sidebar:focus {
	box-shadow: none !important;
	outline: none !important;
}

.toggled {
	display: block !important;
}

.toggled-btn-mobile {
	margin-right: 280px;
}

.toggled-btn {
	margin-right: 400px;
}

.initial-hidden{
	display: none !important;
}
/* Partner and Prjoects */
.projects-container {
	margin: 2px;
	overflow-y: auto;
	scrollbar-color: #e3e3e3 transparent;
	scrollbar-width: thin;
	/* height: 430px;
	padding: 4px; */
}

.partner-projects-container {
	display: flex;
	/* position: absolute; */
	flex-direction: column;
	height: 490px;
}

.partner-header {
	background-color: #003399;
	flex-shrink: 0;
}

.logo-partner {
	width: 80px;
	height: 80px;
}

.negative-left-margin{
	margin-left: -10px !important;
}

@media only screen and (min-width: 768px) {
	.logo-partner {
		width: 120px;
		height: 120px;
	}
}

.btn-view_project {
	background-color: white;
	border: #003399 solid 2px;
	color: #003399 !important;
	text-align: center;
	width: 100%;
}

/* Scrollbar */
.scrollbar::-webkit-scrollbar-track {
	border: 4px solid transparent;
	padding: 4px 0;
	background-color: transparent;
}

.scrollbar::-webkit-scrollbar {
	width: 5px;
}

.scrollbar::-webkit-scrollbar-thumb {
	border-radius: 25px;
	background-color: #e3e3e3;
	border: none;
}

.scrollbar-face-color {
	background-color: pink;
}

/* Searchbar */
.search-filter {
	background-color: #F3F3F3;
	padding: 20px 0 48px 0;
}

@media only screen and (min-width: 768px) {
	.search-filter {
		background-color: #F3F3F3;
		padding: 20px 0;
	}
}

.search-filter .search-button {
	color: #003399 !important;
	border: none !important;
	font-size: 1rem;
	position: absolute;
	top: 0;
	right: 10px;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

/* Elenco partners minisito */
.minisite-partners-container{
	padding: 20px 10% !important;
}

.lead-partner-container{
	padding-bottom: 20px;
	border-bottom: 2px solid #6c757d;
}

.minisite-partner-info{
	color: #003399;
	font-size: 14px;
}

.logo-partner-minisite{
	height: 100px;
	width: 100px;
}


/* span .select2-selection{
	border-radius: 0 !important;
} */