.btn_icon_margin {
	margin: 0px 2px;
}
.navbar-toggler:focus {
	outline: 1px solid !important;
}
.dashboard_menu_item {
	border: 3px solid #000000;
}
.select2-container .select2-selection--single {
    height: 40px; /* Set your desired height */
}
.select2-container .select2-selection__rendered {
	line-height: 36px !important;
}
.select2-container {
    z-index: 9999 !important; /* Ensure it's above the modal */
}
/*@media (min-width: 576px) and (max-width: 768px) {
	#mainLogo {
		width: 368px;
	}
	#profilePic {
		width: 50%;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	#mainLogo {
		width: 368px;
	}
	#profilePic {
		width: 50%;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	#mainLogo {
		width: 368px;
	}
	#profilePic {
		width: 50%;
	}
}
@media (min-width: 1200px) {
	#mainLogo {
		width: 368px;
	}
	#profilePic {
		width: 50%;
	}
}*/