/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
body{
  	font-family: 'Poppins', sans-serif;
	font-size: 11pt;
  	min-height: 100vh;
  	display: flex;
  	align-items: center;
  	justify-content: center;
	background: #256314;
}

/* #page-content-wrapper{

} */

img {
	border:0 none;
	display:block;
}

.wrapper {
	/* position: absolute; */
	position: relative;
	top:50px;
	bottom:50px; 
	overflow:auto;
	max-width: 1400px;
	background: #fff;
	padding: 20px;
	/* border-radius: 6px; */
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin: 0px auto;
}

H1{
	font-size:18px;
	font-weight:bold;
	color:#005538;
	padding-top:5px;
	padding-bottom:5px;
}

H2{
	font-size:16px;
	color:#005538;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px
}

H3{
	font-size:14px;
	color:#005538;
	padding:0px;
	margin:0px;
	padding-bottom:5px;
}
H4{
	font-size:14px;
	color:#005538;
	padding:0px;
	margin:0px;
}
H2 A:link{
	font-size:16px;
	color:#005538;
	text-decoration:none
}

H2 A:active{
	font-size:16px;
	color:#005538;
	text-decoration:none
}

H2 A:visited{
	font-size:16px;
	color:#005538;
	text-decoration:none
}

H2 A:hover{
	font-size:16px;
	color:#036;
	text-decoration:none
}
label{
	padding:2px 5px;
}
.linkWhite{color:#FFF}
.linkWhite A{color:#FFF}
.linkWhite A:visited{color:#FFF}
.linkBlack{color:#000}
.linkBlack A{color:#000}
.linkBlack A:visited{color:#000}

.readmore A{
	font-weight:bold;
	text-decoration:none;
	word-wrap:break-word!important	
}
.centered{
  	align-items: center;
	margin-left:auto;
	margin-right:auto;
}

.popup{
    display:none;
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 725px;
    width: 100%;
    background: #fff;
    padding: 20px; /* Adjusted padding for more space */
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 1001; /* Ensure the pop-up is above the footer */
    overflow-y: auto;
    max-height: calc(80vh - 60px); /* Reduced height to accommodate the footer */
    padding-bottom: 100px; /* Space for the footer */
}
/* header */
#site-header{
	position:fixed; 
	top:0px; 
	left:0px; 
	height:50px; 
	width:100%; 
	background-color:#003a25;
	z-index:2;
}

#header-container{
	width:100%; 
	height:46px; 
	padding:4px;
	color:#FFFFFF; 
	position:relative;
}

#header-menu{
	position:absolute; 
	top:2px; 
	left:10px; 
	padding:3px; 
	width:120px
}
#header-login{
	position:absolute; 
	top:2px; 
	right:10px; 
	padding:3px; 
}
#header-map-menu{
	position:absolute; 
	top:2px; 
	right:10px; 
	padding:3px; 
}
.header a{
	color: #003a25 !important;
	border-width: 3px !important;
	border-color: #ffffff;
	border-radius: 5px;
	letter-spacing: 0px;
	font-size: 16px;
	font-weight: 700 !important;
	background-color: #FFFFFF;
	padding: 8px 12px;
	text-decoration: none;
}

.header-title{
	padding-top:5px; 
	font-weight:500; 
	font-size:24px;
}

/*footer*/
#site-footer{
	position:fixed; 
	left:0px; 
	bottom:0px;
	height:40px; 
	width:100%; 
	background-color:#003a25; 	
}
#footer-container{
	width:100%; 
	max-width:1400px; 
	height:46px; 
	margin:2px auto; 
	color:#FFFFFF; 
	position:relative;
}
.footer-tilte{
	padding-top:5px; 
	font-weight:400 !important; 
	font-size:20px;
	margin:0 auto 0 auto;
}
#footer-side-left{
	position:absolute; 
	top:0px; 
	left:0px; 
	padding:3px; 
	border:3px; 
	border-radius: 3px; 
	width:150px
}
#footer-side-right{
	position:absolute; 
	top:0px; 
	right:0px; 
	padding:3px; 
	border:3px; 
	border-radius: 3px; 
	width:150px;
	align-content: flex-end;
	text-align: right;
}
.footer-button {
    padding: 2px 12px;
    font-size: 16px;
	font-weight:bold;
    color: #003a25;
    background-color: #FFFFFF;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.rs-buttons-div{
	padding-top:10px;
}
.rs-button{
	background-color: #003a25;
	color: #FFFFFF;
}
.form-button{
	color: #FFFFFF !important;
    border-width: 3px !important;
    border-color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700 !important;
    background-color: #003a25;
    padding: 8px 12px;
    text-decoration: none;
}

.footer-button-fieldsheet{
	font-size:20px;
}
.footer-button:hover {
    background-color: #585656;
	color:#ffffff;
}

.footer-button:active {
    background-color: #E4E4E4;
}

.footer-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
}

.middleContainer{
	width:980px;
	margin:0 auto 0 auto;
}

#pop-up-window{
	margin: auto;
	display:none;
	background-color: #FFFF;
	border:5px solid;
	border-color: #000000;
	padding: 15px;
    border-radius: 5px;
	z-index:99;
	position: absolute;
	align-content: top center;
	min-width:280px;
	min-height:300px;
}

#cover-div {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:gray;
	filter:alpha(Opacity=75);
	opacity:0.75;
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
	z-index:98;
}

.errors{
	font-weight: bold;
	font-size:-1em;
	color: #FF0000;
}

/* Customize the scrollbar globally */
::-webkit-scrollbar {
	width: 8px; /* Adjust scrollbar width */
  }
  
  ::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2); /* Scrollbar color */
	border-radius: 4px; /* Matches container border radius */
  }
  
  ::-webkit-scrollbar-track {
	background: transparent;
  }
  
