@charset "UTF-8";
/* General */
:root,
[data-bs-theme=light] {
   --bs-template: #005C35;
   --bs-template_hover_link: #00a35f;   
   --bs-link-hex-color: #005C35;
   --bs-primary: #005C35;
}
.icon-svg {
    filter: brightness(0) saturate(100%) 
            invert(24%) sepia(85%) saturate(530%) 
            hue-rotate(116deg) brightness(110%) contrast(95%);
}
.btn-search:hover {
  box-shadow: rgb(255, 255, 255) 0 0 0 0, rgba(0, 92, 53, 0.87) 0 0 0 1px, rgba(0, 0, 0, 0.05) 0 1px 2px 0;
}
.text-primary { 
    color: #005C35 !important;
}
#edit-actions .form-submit:hover {
    background-color: #00a35f;
}