/* LOGIN FORM GREEN THEME */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
html,body{
  display: grid;
  height: 100%;
  width: 100%;
  place-items: center;
  background: -webkit-linear-gradient(left, #317E58, #4A9871, #69B18D, #8bc1a8);
}
::selection{
  background: #4A9871;
  color: #fff;
}
.wrapper{
  overflow: hidden;
  max-width: 390px;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 15px 20px rgba(105, 177, 141, 0.1);
}
.wrapper .title-text{
  display: flex;
  width: 200%;
}
.wrapper .title{
  width: 50%;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
  color: #317E58;
}
.wrapper .slide-controls{
  position: relative;
  display: flex;
  height: 50px;
  width: 100%;
  overflow: hidden;
  margin: 30px 0 10px 0;
  justify-content: space-between;
  border: 1px solid #ECF2EC;
  border-radius: 15px;
}
#loginModal input[type="radio"] {
  display: none;
}
.slide-controls .slide{
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  transition: all 0.6s ease;
  line-height: 60%;
}
.slide-controls label.signup{
  color: #000;
}
.slide-controls .slider-tab{
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  z-index: 0;
  border-radius: 15px;
  background: -webkit-linear-gradient(left, #317E58, #4A9871, #69B18D, #8bc1a8);
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
#signup:checked ~ .slider-tab{
  left: 50%;
}
#signup:checked ~ label.signup{
  color: #fff;
  cursor: default;
  user-select: none;
}
#signup:checked ~ label.login{
  color: #000;
}
#login:checked ~ label.signup{
  color: #000;
}
#login:checked ~ label.login{
  cursor: default;
  user-select: none;
}
.wrapper .form-container{
  width: 100%;
  overflow: hidden;
}
.form-container .form-inner{
  display: flex;
  width: 200%;
}
.form-container .form-inner form{
  width: 50%;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.form-inner form .field{
  height: 50px;
  width: 100%;
  margin-top: 20px;
}
.form-inner form .field input{
  height: 100%;
  width: 100%;
  outline: none;
  padding-left: 15px;
  border-radius: 15px;
  border: 1px solid #ECF2EC;
  border-bottom-width: 2px;
  font-size: 17px;
  transition: all 0.3s ease;
}
.form-inner form .field input:focus{
  border-color: #4A9871;
}
.form-inner form .field input::placeholder{
  color: #999;
  transition: all 0.3s ease;
}
form .field input:focus::placeholder{
  color: #4A9871;
}
.form-inner form .pass-link{
  margin-top: 5px;
}
.form-inner form .signup-link{
  text-align: center;
  margin-top: 30px;
}
.form-inner form .pass-link a,
.form-inner form .signup-link a{
  color: #4A9871;
  text-decoration: none;
}
.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover{
  text-decoration: underline;
}
form .btn{
  height: 50px;
  width: 100%;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
form .btn .btn-layer{
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  background: -webkit-linear-gradient(right, #317E58, #4A9871, #69B18D, #8bc1a8);
  border-radius: 15px;
  transition: all 0.4s ease;
}
form .btn:hover .btn-layer{
  left: 0;
}
form .btn input[type="submit"]{
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  padding-left: 0;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  line-height: 50px; /* Match the button height */
  padding: 0;
}

body{
  padding-top:80px;
  background-image:url('../img/bg_pattern.svg');
}

.bigForm h3 {
  color: #5f7b6d;
}

a{
  color: #4A9871;
}

.bigForm ol{
  padding-left:28px!important;
}
.bigForm {
  background-color:white;
  border-radius: 8px!important;
}
.bigFormContainer{
background-color:#ECF2EC;
}

.mainContent{
  max-width:1100px!important;
  background-color:white;
  border-radius:8px;
}
.mainContentInner{
  background-color:white;
  padding-bottom:40px;
  padding-top:50px;
  padding-left:150px;
  padding-right:150px;
  border-radius:8px;
}

.whiteBg{
  background-color: #ffffff;
  border-radius:8px;
}

.headerImageBg{
  border-top-left-radius: 8px;
border-top-right-radius: 8px;
width:100%;
height:200px;
background-image:url('../img/bg.jpg');
background-color:#DFFCDF;
background-repeat:no-repeat;
}
.headerTitle{
background-color:rgba(255,255,255,0.9);;
padding-top:6px;
padding-bottom:1px;
padding-left:20px;
padding-right:20px;

}

.extraInfo{
  background-color:#DFFCDF;
  padding-top:40px;
  padding-bottom:50px;
  border-radius:8px;

}

.colouredBg{
  background-color: #ECF2EC;
}

/* background color of all buttons */
.btn {
 color:white;
  background-color: #69B18D!important;
  border: #69B18D!important;
  border-radius: 8px!important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3)!important;

}

.btnMain{
  padding: 8px 20px!important;
  font-size: 20px!important;
}
.btnSmall{
  padding: 4px 16px!important;
  font-size: 16px!important;

}

.btn:hover {
  background-color: #4A9871!important;
  border: #4A9871!important;
}

.btn:focus {
  background-color: #4A9871!important;
  border: #4A9871!important;
}


.btn:active {
  background-color: #317E58!important;
  border: #317E58!important;
}

/* submit button */
#submitButton {
  background-color: #00B85C!important;
  border: #00B85C!important;
}

#submitButton:hover {
  background-color: #009249!important;
  border: #009249!important;
}

#submitButton:focus {
  background-color: #009249!important;
  border: #009249!important;
}

#submitButton:active {
  background-color: #026835!important;
  border: #026835!important;
}

/* end buttons */

.steps {
color: grey;
}
.hidden {
  display: none;
}

.logo{
  width:100px;
}

.point_details{
  color: #ACACAC;
}

label{margin-top:16px;
margin-bottom:4px;}

.required-field {
  color:red;
}
/* Add a red border to the required Select2 dropdown when not filled out */
.select2-container--bootstrap-5.required-field .select2-selection--single {
  border: 1px solid red;
}
#warningDiv{
  margin:auto;
  color:red;
  text-align:center;
}
#warningDivSecond{
  margin:auto;
  color:red;
  text-align:center;
}
.error-label{  color:red;}

/* menu */
.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 1000; /* Ensures the menu is above other content */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Adds a shadow for visual separation */
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.menu ul li {
  display: inline-block;
  margin: 0 10px; /* Adjust spacing between menu items */
}

.menu ul li a {
  display: block;
  padding: 10px 20px; /* Adjust padding as needed */
  text-decoration: none;
  color: black; /* Adjust text color */
  font-weight: regular;
}

/* Adjust styles for hover and active states as needed */
.menu ul li a:hover {
  background-color: #DFFCDF; /* Background color on hover */
}
.menu ul li a.active {
  background-color: #DFFCDF; /* Background color for active menu item */
}
/* Add styling for the active menu item */
.menu ul li a.active {
 /* background-color: #CDF6CD;  Background color for active menu item */
  color: black; /* Adjust text color for active menu item */
}

/* ACCORDION */

.accordion-item {
  margin-bottom: 10px;
}

.accordion-button {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 10px;
  text-align: left;
  width: 100%;
}

.accordion-body {
  background-color: white;
  border: 1px solid #ECF2EC;
  border-top: 0;
  border-radius: 0 0 .25rem .25rem;
  padding: 20px;
}
.accordion-button:not(.collapsed){
  background-color:white!important;
  border:none!important;
  box-shadow:none!important;
}
.outer{
  border:none;
}
.accordion-button {
  position: relative;
}

.accordion-button .bi-chevron-down {
  position: absolute;
  top: 50%;
  right: 5px; /* Adjust as needed */
  transform: translateY(-50%);
}

.research_label{
  color:grey;

}
.accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.arrow-icon {
  order: 2; /* Put the arrow icon at the end */
}
#accordion p{
  margin-bottom:12px;
}

.map_popup_container{
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 0px;
}

.map_popup_container h5{
  font-size:12pt;
}

.map_popup_container ul{
  padding-left: 16px;
  padding-bottom: 0px;
}
.map_popup_container a{
  border:0px;
}

.map-container {
  border: 2px solid #333;
  border-radius: 8px;
  padding: 10px;
  width: 90vw;
  max-width: 900px;
  margin: 30px auto;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
#map {
  height: 500px;
  width: 100%;
  min-width: 300px;
  min-height: 300px;
}

@media only screen and (max-width: 600px) {
  .mainContentInner{
    background-color:white;
    padding-bottom:40px;
    padding-top:10px;
    padding-left:20px;
    padding-right:20px;
    border-radius:8px;
  }


}
/* CHARTS */
.highcharts-title {
  font-size: 16px!important;
  font-weight:normal!important;
}
