@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	font-family: 'Montserrat';
}
.left-prev {
	border-style: hidden;
	outline-style: solid;
	outline-width: 1.5px;
	outline-color: #6cd18e;
	padding: 10px;
	padding-left: 30px;
	line-height: 2;
	background-color: #e5fdef;
	margin-left: 0;
	border-radius: 5px;
	width: 40%;
	align-items: center;
	font-weight: 400s;
}

.left-prev:hover {
	outline-color: rgba(0, 68, 56, 255);
	background-color: #dafde9;
}

.right-next {
	border-style: hidden;
	width: 40%;
	outline-style: solid;
	outline-width: 1.5px;
	outline-color: #6cd18e;
	padding: 10px;
	padding-right: 30px;
	line-height: 2;
	background-color: #e5fdef;
	margin-right: 0;
	border-radius: 5px;
	text-align: right;
	justify-content: flex-end;
	align-items: center;
	font-weight: 400;
}

.right-next:hover {
	outline-color: rgba(0, 68, 56, 255);
	background-color: #dafde9;
}

.prev-next-area a p.prev-next-title {
	display: flex;
	justify-content: space-between;
	font-weight: 400;
	font-size: medium;
	color: #003535;
}

.fa-angle-left {
	padding-left: 20px;
}

.fa-angle-right {
	padding-right: 20px;
}

tr:nth-child(even) {
	background-color: #dafde9;
	border: 1px solid #014337;
}

table {
	border: 1px solid #014337;
}

.article {
	min-height: 81%;
}

#main-content {
	min-height: 85%;
}

.prev-next-title > strong {
	font-weight: 400;
	font-size: medium;
}

.note {
	background-color: #dafde9;
	border-left: 4px solid #55fc9d;
	border-bottom: 1px solid #55fc9d;
	border-top: 1px solid #55fc9d;
	border-right: 1px solid #55fc9d;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 25px;
	padding-left: 40px;
}

.logo {
	width: 23px;
	height: 23px;
}

.note-def:first-line {
	line-height: 2;
}

th {
	border: 1px solid #014337;
	background-color: #014337;
}

th > p {
	color: rgb(255, 255, 255);
}

img {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
		rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.note-def::first-line {
	line-height: 3;
}

/* /additional nav bar css/ */

.navbar-light {
	box-shadow: none;
	background-color: #004437 !important;
}

#navbar-main {
	padding-bottom: 22px;
	width: 100%;
	margin: 0 auto;
}

.navbar-light .navbar-nav li a.nav-link {
	margin-right: 1.5rem;
	color: white;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	letter-spacing: normal;
	font-size: 13px;
	line-height: 1.5;
	padding: 0 !important;
}

footer {
	margin: 0 auto;
	padding: 0;
	max-width: 1440px;
	background-color: white;
	border: none;
}
footer div {
	max-width: 100% !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
footer .footer-banner {
	position: relative;
	display: flex;
	padding-inline: 2.5em !important;
	padding-top: 0.7em;
	padding-bottom: 1.3em;
	border-radius: 80px 80px 0 0;
	background: #004437;
	font-family: 'Montserrat';
	text-align: center;
	font-weight: 600;
	font-size: 1rem;
}
footer .footer-banner p {
	color: white !important;
}
footer .footer-banner > img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-shadow: none;
}
footer .footer-banner > div {
	display: grid;
	place-items: center;
	flex-basis: 25%;
}
footer .footer-banner .brand-section {
	text-align: center;
	font-weight: normal;
	font-size: 0.9rem;
	justify-content: flex-start;
}
footer .footer-banner .brand-section img {
	width: 11.5em;
}
footer .footer-banner .copyright-section {
	position: relative;
	flex-basis: 30%;
	margin-inline: auto;
}
footer .footer-banner .copyright-section p {
	position: absolute;
	bottom: 0;
}
footer .footer-banner .contact-section {
	align-items: flex-end;
	justify-content: flex-end;
}
#navbar-main-elements > li > .nav-link.nav-link:hover {
	border-bottom: 2px solid #004437;
}

#navbar-center {
	margin-top: 30px;
}

img.logo {
	height: 77px !important;
	width: 202px !important;
	margin-top: 1rem;
	box-shadow: none;
	margin-left: 4rem;
}

.navbar-light .navbar-nav li a.nav-link:hover {
	color: white !important;
	border-bottom: 2px solid #00da49;
}

#navbar-main-elements > li > .nav-link.nav-link {
	border-bottom: 2px solid #004437;
}

.bd-sidebar .nav .active:hover > a,
.bd-sidebar .nav .active > a {
	color: #004437;
	font-weight: 400;
}

.navbar-light .navbar-nav > .active > .nav-link {
	color: white;
}

.container-xl {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	max-width: 1440px;
}

/* / Custom css/ */

a.nav-active:hover {
	color: #003535 !important;
	border-bottom: 2px solid #00da49;
	text-decoration: none;
}

a.nav-active {
	margin-right: 1.5rem;
	box-shadow: none;
}

.nav-active {
	background-color: white !important;
	color: #003535 !important;
	border-bottom: 2px solid white;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: normal;
	line-height: 1.5;
}

body {
	overflow-x: hidden;
	font-family: 'Montserrat';
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat';
	color: #004437;
}
.org-link {
	color: #004437;
}

.bd-sidenav > li > a > strong {
	font-weight: 400 !important;
}
.current strong {
	font-weight: 400 !important;
}
