.widget-rounded{
  border-radius: 26px;
  min-height: 175px;
  }
  
  .widget-rounded:hover {
  /*  background-color: #f5f5f5; /* Your preferred hover color */
    background-color: rgba(241, 241, 241, 0.3);
  
    cursor: pointer; /* Changes the cursor to indicate the panel is clickable */
  }
  
  .widget-background-green {
  background-color:#EBFBEB;
  }
  
  .widget-background-orange {
  background-color:#fef0ce;
  }

   .widget-background-merino-100 {
  background-color: #EEEBE1;
  }

  .widget-background-merino-100:hover {
  background-color: #F1EFE7;
}

  .widget-background-merino-60 {
  background-color: #F1EFE7;
  }

  .widget-background-merino-60:hover {
  background-color: #F5F3ED;
  }

.widget-background-merino-40 {
  background-color: #F1EFE7;
  }

  .widget-background-merino-40:hover {
  background-color: #F8F7F3;
}

.widget-background-merino-20 {
  background-color: #F8F7F3;
  }

  .widget-background-merino-20:hover {
  background-color: #F8F7F3;
}



.widget-background-dandelion-40 {
  background-color: #FDEFBF;
  }

  .widget-background-dandelion-40:hover {
  background-color: #FEF7DF;
}

.widget-background-dandelion-20{
  background-color: #FEF7DF;
  }

  .widget-background-dandelion-20:hover {
  background-color: #FEF7DF;
}

  
  .widget-background-grey {
  /*background-color:#F1F1F1;*/
  /*background-color: rgba(241, 241, 241, 0.5);*/
  backdrop-filter: blur(10px);
  /*background: rgba(255, 255, 255, 0.2);*/
  /*border: 1px solid rgba(255, 255, 255, 0.3);*/
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  
  }
  
  .widget-background-white {
    background-color: rgba(255, 255, 255, 0.6);
    }
  
  .nav-pills{
  font-size: 14px;
  font-weight: 300;
  font-family: 'Muli', sans-serif;
  }
  
  .widget-nav-pills-green > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color:#003333;
  background-color:#EBFBEB;
  border-radius: 35px;
  font-size: 13px;
  font-weight: 300;
  font-family: 'Muli', sans-serif;
  }
  
  .widget-nav-pills-grey > li > a, 
  .nav-pills > li > a {
    color: grey; /* Set the desired text color for non-active pills */
    background-color: transparent; /* Set the desired background color for non-active pills */
    border-radius: 35px;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Muli', sans-serif;
  }
  
  .widget-nav-pills-grey > li > a:hover, 
  .nav-pills > li > a:hover {
    color: white; /* Optionally change color on hover */
    background-color: rgba(32, 32, 34, 0.5); /* Optionally change background color on hover */
  }
  
  .widget-nav-pills-grey > li.active > a, 
  .nav-pills > li.active > a:hover, 
  .nav-pills > li.active > a:focus {
    color: white;
    background-color:rgba(32, 32, 34, 0.7);
    border-radius: 35px;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Muli', sans-serif;
  }
  
  .widget-header{
    font-size: 14px;
    font-weight: 300;
    font-family: 'Muli', sans-serif;
    color: white;
    /*background-color: white;*/
    background: rgba(32, 32, 34, 0.7);
    border-top-right-radius: 26px;
    border-top-left-radius: 26px;
    padding: 18px 15px;
    min-height: 62px;
  }
  
  /*
  @media (min-width: 768px) and (max-width: 991px) {
    
    .widget-header{
      font-size: 12px;
    }
  
  }
  */
