ul.sf-menu a,
ul.sf-menu span.nolink {
  color: #fff;
  padding: 1em 1em;
  text-decoration: none;
}

ul.sf-menu .sf-sub-indicator:after {
    font-family: bootstrap-icons !important;
    content: "\F124";
    left: 0;
    line-height: 1;
    position: absolute;
    text-indent: 0;
    top: 0;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}

ul.sf-menu.sf-horizontal.sf-shadow ul, ul.sf-menu.sf-vertical.sf-shadow ul, ul.sf-menu.sf-navbar.sf-shadow ul ul {
    background: #1666a5;
    /*background-image: radial-gradient(100% 100% at 100% 0, #14a39a 0, #1666a5 100%);*/
    margin-top: 7px!important;
}

ul.sf-menu .sf-with-ul {
     padding-right: 1em; 
}

ul.sf-menu .sf-sub-indicator {
     opacity: unset; 
     right: unset; 
}

ul.sf-menu ul .sf-sub-indicator::after {
   font-family: bootstrap-icons !important;
    content: "\F135";
}

.sf-depth-2 .sf-sub-indicator {
    right: 5px!important;
    top: 52%!important;
}

a.is-active.sf-depth-2 {
    background-color: #00837b;
}

a.is-active.sf-depth-3 {
    background-color: #00837b;
}

a.is-active.sf-depth-1 {
    background-color: #00837b;
}

.active-trail {
    background: #00837b !important;
}
