body {
	/* background-color: black !important; */
    	font-family: Raleway, sans-serif !important;

}

.app-main__inner {
	background-color: #fff !important;
	background: #fff !important;
}

.navbar-nav {
	background-color: #1997d2;
	margin-top: 10px !important;
	border-radius: 4px;
}
.navbar-nav > li > a {
	font-family: Raleway, sans-serif !important;
    color: #000 !important;
	font-style: normal;
	line-height: 10px !important;
	/* color: #000000; */
	font-size: 16px;
} /* TOP BAR */
.topbar {
	width: 100%;
	background: #fff;
	padding: 4px 0;
	border-bottom: 1px solid #ddd;
}
.topbartop{
    width: 100%;
	background: #fff;
	padding: 16px 0;
}
.search-box input {
	border-radius: 20px 0 0 20px;
	border: 1px solid #ccc;
	padding-left: 15px;
	height: 40px;
}
.search-box button {
	border-radius: 0 20px 20px 0;
	border: 1px solid #ccc;
	background: #eee;
	height: 40px;
}
.btn-subscribe:hover{
background-color: #ff751a;
}
.btn-subscribe {
	background: #ff751a;
	color: #fff !important;
	padding: 8px 20px;
	border-radius: 6px;
	margin-left: 15px;
} /* MAIN NAVBAR */
.main-nav {
	background: #ffffff;
	padding: 10px 0;
	border-bottom: 1px solid #eaeaea;
}
.navbar-nav .nav-item {
	font-weight: 500;
	padding: 8px 18px;
	color: #000;
}
.main-nav .nav-link:hover {
	/* color:rgb(255, 255, 255); */
}
.language-switch img {
	width: 18px;
	margin-right: 5px;
}
a {
	color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
	text-decoration: none;
}


/* archives phytos */
.issuenodisplay{
        color: #000 !important;
        font-weight:500 !important; 
                 font-size: 16px !important; 

}

.issue-card{
    cursor: pointer; 
    border-radius: 10px; 
    padding: 20px;               
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.articlearticle_count{
    padding: 20px; 
     color: #000 !important;
        font-weight:500 !important;   
         font-size: 14px !important; 
}

.latest_date{
    font-size: 12px !important; 
     color: #000 !important;
        font-weight:500 !important; 
}