@import url('https://fonts.googleapis.com/css2?family=Jost:wght@500;600;700;800&family=Nunito:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800&family=Raleway:wght@500;600;700;800&family=Rubik:wght@400;500;600;700;800;900&display=swap');


/* font-family: 'Jost', sans-serif;
font-family: 'Nunito', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Rubik', sans-serif; */


* {
  margin: 0;
  padding: 0;
  /* font-family: 'Raleway', sans-serif; */
  /* font-family: 'Rubik', sans-serif; */
  font-family: 'Jost', sans-serif;
}

:root {
  --bg-color: #62ad00;
  --bg-color-hower: #508e00;
  --theme-green: #43A047;
  --accordion-background-color: #b8ebba;

}


p {
  margin-bottom: 0px;
}

.accordion-button:not(.collapsed) {
  background-color: var(--accordion-background-color) !important;
}
.accordion-body {
  padding: 10px !important;
}
.accordion-button {
  padding: 10px !important;
}
.accordion-item h2,p{
  margin: 0px !important;
}

/* For react leaflet draw */
.sr-only {
  display: none;
}

a {
  text-decoration: none;
  color: black;
}


hr.dashed {
  border-top: 2px dashed #999;
  margin-top: 50px;
  margin-bottom: 50px;
}

hr.dotted {
  border-top: 2px dotted #999;
  margin-top: 50px;
  margin-bottom: 50px;
}

hr.solid {
  border-top: 2px solid #999;
  margin-top: 50px;
  margin-bottom: 50px;
}

.drawing-mode .leaflet-container {
  cursor: pointer !important;
}


.main_page_container {
  height: 90vh;
  margin-top: 10vh;
  overflow: auto;

  /* position:absolute;
  bottom: 0px;
  left: 0px;
  right: 0px; */
}

.navbar_container {
  position: fixed;
  height: 10vh;
  width: 100%;
  top: 0px;
  background-color: rgb(255, 255, 255);
  padding: 0px 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
  z-index: 1000000;
}


.nav__content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: rgb(255, 255, 255);

  justify-content: space-between;
}

.main_nav_company_logo {
  height: 10vh;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main_nav_company_logo img {
  /* width: 100%; */
  height: 100%;
}


.main_nav_logo {
  height: 10vh;
  margin-left: 20px;

}

.main_nav_logo img {
  /* width: 100%; */
  height: 100%;
}

.logo_text h1 {
  font-size: 42px;
  font-weight: 600;
  /* font-family: 'Nunito', sans-serif; */
  color: green;
}



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

.nav__item {
  align-items: center;
  margin-left: 0px;
  padding: 28px 10px;
  line-height: 22.5px;
  font-size: 16px;
  color: black;
  /* background-color: #0e81cf; */
}



.nav__item:hover {
  color: var(--bg-color);

}





.breadcrumbs{
  padding: 10px;
  height: 50px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  font-size: 16;
  background-color: var(--accordion-background-color);
  /* margin-bottom: 10px; */
}
.breadcrumbs a{
  text-decoration: none;
  font-size: 16;
}

.left_panel {
  width: 20vw;
  height: calc(90vh);
  /* display:grid; */

  /* align-items: flex-end; */

}

.left_panel_controls {
  /* height: 100%; */
  height: calc(90vh);
  overflow-y: auto;
  /* border-right: 2px solid whitesmoke; */


}
.panel_heading{
  background-color: var(--theme-green);
  border: none;
  color: #ffffff;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);

}
.panel_heading h3{
  font-size: 22px;
  margin: 0px;
}

.logout_btn {
  /* position: fixed; */
  border: none;
  color: white;
  padding: 10px 20px;
  font-size: 20px;
  background-color: var(--theme-green);
  width: 100%;
  height: 50px;

  /* bottom: 0px; */
  /* left: 0px; */
  /* width: 15vw; */
}


.right_panel {
  width: 80vw;
  height: 100%;
}










.auth_container {
  height: 90vh;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  background-color: whitesmoke;
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}






.auth_form_box {
  min-width: 380px;
  min-height: 400px;
  background-color: rgb(255, 255, 255);
  box-shadow: 30px 14px 28px rgba(0, 0, 5, 0.2), 0 10px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* opacity:0.5; */
  border-radius: 20px;
  text-align: center;
}

.auth_item {
  width: 100%;
  margin: 10px 0px;
  display: flex;
  align-items: center;
  /* padding: 5px; */
  background-color: whitesmoke;
  border-radius: 5px;

}

.auth_item_icon {
  padding: 5px 10px;
  background-color: transparent;
  color: var(--theme-green);
  margin: 0;
  font-size: 20px;
  background-color: #ececec;
  border-radius: 5px 0px 0px 5px;

}

.auth_item_icon button {
  border: none;
  background-color: #ececec;
}

.auth_item input {
  width: 100%;
  padding: 5px 10px;
  font-size: 16px;
  background-color: transparent;
  border: none;
}

.auth_item textarea {
    width: 100%;
    padding: 5px 10px;
    font-size: 16px;
    background-color: transparent;
    border: none;
  }
  




.auth_item input:focus {
  border: none;
  outline: none;
}

.auth_item textarea:focus {
  border: none;
  outline: none;
}


.auth_button {
  margin-top: 20px;
}

.auth_button button{
  width: 100%;
  border: none;
  padding: 10px;
  border-radius: 10px;
  background-color: var(--theme-green);
  color: white;
  font-weight: bold;

}

.auth_button button:hover {
  background-color: var(--bg-color-hower);

}

.auth_profile {
  font-size: 80px;
  text-align: center;
  color: var(--theme-green);
}





#alert_container {

  position: fixed;
  top: 12vh;
  right: 0px;
  min-width: 20vw;
  /* color: rgb(0, 43, 63);
      background-color: #6ed5f7; */
  color: rgb(0, 0, 0);
  background-color: #FFC107;
  padding: 15px 25px;
  border-radius: 5px 0px 0px 5px;
  opacity: 1;
  visibility: visible;
  animation: fade-in 0.5s ease-out forwards;
  z-index: 1000000000;
}
.show_alert{
    display: block;
    animation: fade-in 0.5s ease-out forwards;

}
.hide_alert{
    display: none;
    animation: fade-out 0.5s ease-in forwards;
}

@keyframes fade-in {
    from {
      opacity: 0;
      transform: translateX(50px);
    }
  
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes fade-out {
    from {
      opacity: 1;
      transform: translateX(0);
    }
  
    to {
      opacity: 0;
      /* transform: translateX(50px); */
    }
  }
  
  
  





.item_table th {
  padding: 5px;
  text-align: left;
  background-color: #91d9fa;
  font-size: 16px;
}



.item_table {
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0px;
}

.item_table td,
.item_table th {
  border: 1px solid #ddd;
  padding: 3px;
  font-size: 16px;

}

.item_table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.item_table tr:hover {
  background-color: #ddd;
  font-size: 16px;
}

.table_company_logo {
  width: 100px;
}

.table_company_logo img {
  width: 100%;
  height: 100%;
}

.section_content {
  background-color: white;
  padding: 10px;
  margin-bottom: 10px;
}

.project_details_container {
  padding: 10px;
  display: flex;
}
.sidebar {
  /* position: fixed; */
  /* top: 10vh; */
  /* bottom: 0; */
  /* left: 0; */
  width: 15vw;
  height: calc(90vh - 20px);
  padding: 10px 0 0;
  /* Height of navbar */
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
  z-index: 600;
}
.tabs_container{
  width: 85vw;
  padding: 0px 20px;
  height: calc(90vh - 20px);
  overflow-y: auto;

}

.collapse:not(.show){
  display: block !important;
}
.sidebar .list-group-item {
  border-radius: 0;
  cursor: pointer;
  border: none;
}

.sidebar .list-group-item.active {
  background-color: var(--theme-green);
  border: none;
  color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.side_nav_backBtn {
  border-radius: 5px;
  /* box-shadow: 0 1px 1px ; */
  border: none;
  background: var(--theme-green);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  margin: auto;
  cursor: pointer;
  margin-top: 50px;
  width: 100%;
  text-align: left;
}

.tab-content {
  display: none;
  padding: 20px;
  /* margin-left: 260px; */
  background-color: #fff;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}

.tab-content.active {
  display: block;
}
.tab-content h2{
  font-size: 28px;
  margin-bottom: 20px;
}

.admin_container {
  padding: 0px 5vw;
  /* background-color: whitesmoke; */
}

.admin_container h1 {
  text-align: center;

}



.btn_general {
  border-radius: 5px;
  /* box-shadow: 0 1px 1px ; */
  border: none;
  background: var(--theme-green);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  border-color: #000000;
  text-decoration: none;
  margin: auto;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 10px;
}

.btn_general:hover {
  box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.4);
  background-color: var(--bg-color-hower);
  transition: ease-in 0.2s;
}

.btn_general_button {
  border-radius: 20px;
  /* box-shadow: 0 1px 1px ; */
  border: 1px solid #008ecf;
  background: var(--theme-green);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  border-color: #000000;
  text-decoration: none;
  margin: auto;

}

.input_file_upload_link {
  display: flex;
  justify-content: space-between;
  background-color: whitesmoke;
  margin-top: 5px;
  padding: 3px;
}
.layer_controler{
  display: flex;
  justify-content: center;
  align-items: center;
}
.delete_btn {
  border: none;
  padding: 0px 0px;
  background-color: white;
  border-radius: 4px;
  margin: 3px;
  font-size: 18px;
  color: rgb(254, 75, 96);
}
.user_layer_option{
  width: 100%;
  display: flex !important;
  justify-content: space-between;
}
.download_btn {
  border: none;
  margin: 3px;
  padding: 0px 0px;
  background-color: white;
  border-radius: 4px;
  font-size: 18px;
  color: rgb(38, 0, 255);
}
.boundary_color{
  border: none;
  width: 20px;
  height: 20px;

}

.table_delete_btn {
  border: none;
  padding: 2px 5px;
  background-color: none;
  border-radius: 2px;
  font-size: 18px;
  background-color: red;
  color: white;

}



.user_delete_btn button {
  border: none;
  font-size: 14px;
  padding: 10px;
  background: #ef5024;
  color: white;
  border-radius: 20px;
  align-items: center;
}

.user_update_btn button {
  border: none;
  font-size: 14px;
  padding: 10px;
  background: #6AD3F9;
  border-radius: 20px;
  align-items: center;
}

.user_update_btn button:hover {
  background-color: #25a8e4;
  transition: ease-in 0.2s;

}

.navbar_btn {

  border: none;
  color: white;
  padding: 10px 20px;
  font-size: 20px;
  background-color: var(--theme-green);
  width: 100%;
  border-radius: 5px;

}

.btn_color{
  background-color: rgb(201, 137, 0) !important;
  color: white !important;
}

.site_photo{
  width: 100%;

}
.site_photo img{
  width: 100%;
}
#site_photos_panel{
  height: 70vh;
  overflow-y: auto;

}

.register_page {
  padding: 20px 5vw;
}

.register_page h3 {
  font-size: 36px;
  text-align: center;
}

.add_user_btn {
  border: none;
  padding: 5px;
  font-size: 26px;
  margin-right: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  align-items: center;
  display: inline-flex;
  text-align: center;
  background-color: var(--bg-color);
}


.input_file_upload {
  display: flex;
}

.input_file_upload button {
  border: none;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 2px;
  background-color: var(--theme-green);
  color: white;
}

.input_file_upload button:hover {
  /* background-color: rgb(220, 220, 220); */
  background-color: var(--theme-green);
}




.loader_container {
  position: absolute;
  top: 10vh;
  height: 90vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  right: 0px;
  left: 0px;
  bottom: 0px;
  justify-content: center;
  display: flex;
  align-items: center;
}



.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid var(--bg-color);
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}





.map_layer_loader_container {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 10px;



}

.map_loader_container {
  position: absolute;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  right: 0px;
  left: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;


}

.map_loader_container .map_loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #05aa83;
  width: 120px;
  height: 120px;
  -webkit-animation: spinMapLayerLoader 2s linear infinite;
  animation: spinMapLayerLoader 2s linear infinite;
}

@-webkit-keyframes spinMapLayerLoader {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spinMapLayerLoader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.zoom_btn {
  z-index: 1000 !important;
  position: absolute;
  top: 10px;
  left: 50px;
  background-color: #ececec;
  /* padding: 10px; */
  border: none;
  font-size: 16px;
  border-radius: 4px;
  width: 30px;
  height: 30px;
}

.vactor_layer_container {
  margin-top: 15px;
  margin-bottom: 10px;
  border-top: 2px dashed rgb(130, 130, 130);
}

#layerControler{
    position: absolute;
  top: 20px;
  right: 10px;
  background-color: white;
  padding: 10px;
  width: 150px;
  border-radius: 3px;
  z-index: 100000;
  font-size: 16px;


}
.coordinates_container {
  position: absolute;
  bottom: 20px;
  right: 10px;
  background-color: white;
  padding: 5px;
  width: 200px;
  border-radius: 3px;
  z-index: 100000;
}
.raster_pixel_value {

  z-index: 1000 !important;
  position: absolute;
  bottom: 50px;
  left: 10px;
  background-color: white;
  padding: 5px;

}

.map_layer_collapse_body {
  padding: 5px !important;
  font-size: 14px !important;
}

.map_layer_collapse_body select {
  width: 100%;
  margin: 0px;
  margin-bottom: 5px;
}

.legend_container {
  /* width: 100%; */
  /* background-color: rgba(255, 255, 255, 0.8); */
  /* padding: 5px; */
  width: 120px;

  z-index: 1000 !important;
  position: absolute;
  bottom: 70px;
  right: 10px;

}



.color-legend {
  width: 100%;
  height: 30px;
}

.legend-values {
  width: 100%;
  display: flex;
  justify-content: space-between;

}

.description_info {
  /* padding: 5px; */
}


.project_description_popup {
  position: absolute;
  display: none;
  background-color: white;
  border: 1px solid rgb(209, 209, 209);
  padding: 5px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
  z-index: 1000000;
  width: 200px;
  max-height: 500px;
  overflow: auto;
  border-radius: 5px;

}

.project_selection span:hover {
  cursor: pointer;
}

.project_selection span:hover+.project_description_popup {
  display: block;

}

.project_description_popup:hover {
  display: block;

}






.contact_form_container {
  background-color: #fff;
  padding: 40px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  margin-top: 50px;
}

.contact_form {
  padding: 20px;
}


.contact_page_card {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  margin-bottom: 10px;


}

.contact_card_item {
  display: flex;
  margin-bottom: 20px;
}

.contact_card_item_icon i {
  font-size: 26px;
  padding: 0px 5px;
  color: var(--bg-color);
}

.contact_card_item_content p {
  margin: 0px;
}





.form_group {
  /* margin: 10px 0px; */
  border-color: #e1e6eb;
  box-shadow: none;
  font-size: 14px;
  border-bottom: 1px solid rgb(229, 229, 229);
  /* line-height: 20px; */
  /* padding: 9px 12px; */
  margin: 20px 10px;
}

.input_group {
  display: flex;

}

.input_group input {
  width: 100%;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  padding: 5px 15px;
  margin-bottom: 5px;
  border: none;
  background-color: #ffffff;

}

.input_group select {
  width: 100%;

  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  padding: 5px 15px;
  margin-bottom: 5px;
  border: none;
  background-color: #ffffff;

}

.input_group textarea {
  border: none;
  padding: 5px 10px;
  margin-bottom: 5px;
  width: 100%;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  background-color: #ffffff;

}


.input_group input:focus {
  border: none;
  outline: none;

}

.input_group select:focus {
  border: none;
  outline: none;

}

.input_group textarea:focus {
  border: none;
  outline: none;

}

.input_group_addon i {
  color: #6cc000;
  font-size: 31px;
  /* line-height: 31px; */
  /* display: flex;
  align-items: center;
  justify-content: center; */

}

.page_section {
  margin: 120px 0px;
  padding: 0px 10vw;
}

.page_section_heading {
  width: 100%;
  padding: 10px;
  background-color: whitesmoke;
  margin-bottom: 20px;
}

.page_section_heading h2 {
  text-align: center;

  font-size: 36px;
  color: #58468c;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;

}



.card_btn button {
  padding: 10px;
  border: 2px solid var(--bg-color);
  background: white;
  color: var(--bg-color);
  border-radius: 5px;
  transition: all 0.2s;
  min-width: 180px;

}

.card_btn button:hover {

  padding: 10px;
  border: 2px solid var(--bg-color);
  background: var(--bg-color);
  color: white;
  border-radius: 5px;

}


.card_btn button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.2s;
}



.card_btn button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.2s;
  color: white;
}

.card_btn button:hover span {
  padding-right: 25px;
}

.card_btn button:hover span:after {
  opacity: 1;
  right: 0;
}

.uploaded_file_container {
  padding: 10px;
  background-color: whitesmoke;
  margin-top: 10px;
}


.bound_delete_btn {
  display: flex;
  justify-content: flex-end;
  background-color: whitesmoke;
  margin-top: 5px;
  border-radius: 5px;

}

.bound_delete_btn button {
  width: 100%;
  padding: 6px 12px;

  background-color: whitesmoke;

}



























.link-button label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 110%;
}

.leaflet-touch .link-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;

  background: #fff;
  /* margin-bottom: 5px; */
  /* padding: 5px; */
  color: #000000;

}
.leaflet-touch .link-button i{
    font-size: 12px;
    color: #000000;
}


.link-button:hover {
  background-color: #f4f4f4;
  /* fill: #a200ff; */
}

.leaflet-draw-draw-polyline:hover:after,
.leaflet-draw-draw-rectangle:hover:after,
.leaflet-draw-draw-marker:hover:after,
.leaflet-draw-draw-polygon:hover:after {
  position: absolute;
  display: flex;
  justify-content: end;
  content: attr(title);
  left: 40px;
  width: auto;
  white-space: nowrap;
  background: #fff;
  padding: 0px 5px;
}

.link-button:hover:after {
  position: absolute;
  display: flex;
  justify-content: end;
  content: attr(title);
  left: 40px;
  width: auto;
  white-space: nowrap;
  background: #fff;
  padding: 5px;
}

#geojson {
  display: none;
}

#geojson {
  font-size: 0;
}
::file-selector-button {
  font-size: initial;
}

.icon-geojson {
  width: 25px;
  height: 25px;
}