/* Nav bar customisation */
.custom-logo{
   height: 40px;
}

.bg-dark{
    background-color: #12753C!important;
}

nav .navbar-nav li a{
    color: #ffffff !important;
}

.dropdown-menu{
    background-color:  #12753C !important; /*rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important;*/
}

.dropdown-divider { 
    border-top: 1px solid #f0562e!important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    /*color: var(--bs-navbar-active-color);*/
   text-decoration: underline #f0562e;
   font-weight: bold;
}

/* Profile Picture */
.profile-pic{
    display: inline-block;
    vertical-align: middle;
     width: 50px;
     height: 50px;
     overflow: hidden;
    border-radius: 50%;
 }
 
 .profile-pic img{
    width: 100%;
    height: auto;
    object-fit: cover;
 }
 .profile-menu .dropdown-menu {
   right: 0;
   left: unset;
 }
 .profile-menu .fa-fw {
   margin-right: 10px;
 }
 
 .toggle-change::after {
   border-top: 0;
   border-bottom: 0.3em solid;
 }

 .profile-link{
    padding: 0 0 0 0;
 }

 /*Accordions*/

 .accordion-button:not(.collapsed) {
    background-color: #12753C !important;
    color : #ffffff !important;    
 }

 .accordion-button{
    font-weight: bold;
    text-transform: capitalize !important;
 }


   /* map */
 #map {
    height: 750px;
    margin-top: 1rem;
  }

  /* color scheme */

  .card {
    border-color: #12753C !important;
  }

.text-primary {
    color: #12753C !important;  
 }

 span.small {
   font-size: x-small;
   font-style: italic;
   font-weight: bold;
 }