body {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
	/*background-color: #f2f8f5;*/
	background-color: #FFF;
}
.mobile_view_dashboard,.card-list{
	display:none;
}
.dashboard {
	display: flex;
	min-height: 100vh;
}

/* Left Sidebar */
.sidebar {
	width: 280px;
	background-color: #BEE4DD;
	display: flex;
	flex-direction: column;
	padding: 23px 0;
	position:relative;
}
.dash-nav-bar{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;	
}

.logo {
	text-align: center;
	margin-bottom: 26px;
}
.logo-mini{
	display:none;
	width:60px;
	margin-top:20px;
}
.logo-img {
	width: 110px;
	height: 85px;
	object-fit: cover;
}

.user-info {
	padding: 0 30px;
	margin-bottom: 42px;
}

.user-info h2 {
	font-weight: bold;
	color: #1f0609;
	font-size: 18px;
	margin: 0 0 8px;
}

.user-info p {
	font-weight: 500;
	color: #181818;
	font-size: 12px;
	margin: 0;
}

.navigation {
	display: flex;
	flex-direction: column;
}

.nav-item {
	all: unset;
	height: 56px;
	padding-left: 24px;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s;
}
.dash_nav_icon{
	margin-right:8px;
	font-size:25px;
}
.nav-item a {
	color:black
}

.nav-item.active {
	background-color:#034D50;
	background-size: 100% 100%;
	color: white;
}
.nav-item.active a {
	color:white;
}

.nav-item:not(.active):hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.logout-btn {
	all: unset;
	display: flex;
	align-items: center;
	color: #df0303 !important;
	font-weight: 500;
	font-size: 16px;
	margin-top: auto;
	padding: 0 24px;
	cursor: pointer;
	height:56px;
}

.logout-btn a{
	color:#df0303!important;
	display:flex;
}	
.logout-btn svg {
	margin-right: 8px;
}

.sidebar-footer {
	padding: 16px 21px;
	margin-top: auto;
}

.sidebar-footer p {
	color: #545454;
	font-size: 12px;
	text-align: center;
	margin: 0;
}

.sidebar-footer span {
	color: #000;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 19px;
}

/* Main Content */
.main-content {
	flex-grow: 1;
	padding: 12px 24px;
	width: calc(100% - 288px);
	overflow:auto;
}

.main-content h1 {
	font-weight: 500;
	color: #1f0609;
	font-size: 20px;
	margin: 0 0 20px;
}

.date {
	display: flex;
	align-items: center;
}

.date span:first-child {
	font-weight: 600;
	color: #5b5b5b;
	font-size: 14px;
	margin-right: 8px;
}

.date span:last-child {
	font-weight: 400;
	color: #5b5b5b;
	font-size: 14px;
}

/* Right Sidebar */
.announcements {
	width: 262px;
	background-color: white;
	padding: 59px 42px;
}

.announcements h3 {
	font-weight: 600;
	color: black;
	font-size: 16px;
	margin: 0 0 10px;
}

.announcements hr {
	border: none;
	border-top: 1px solid #e0e0e0;
	margin-bottom: 35px;
}

.announcement-item {
	margin-bottom: 20px;
	padding: 0 10px;
}

.announcement-item h4 {
	font-weight: 600;
	color: black;
	font-size: 12px;
	margin: 0 0 8px;
}

.announcement-item p {
	font-weight: 300;
	color: black;
	font-size: 12px;
	text-align: justify;
	margin: 0;
}
.pj_card_tab{
	margin-top:10px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.pj_card_tab select{
	margin-left:10px;
	margin-right:10px;
	height:35px;
}
