.level {
    border: 1px solid #178d0d00!important;
    background: #0e5e0500!important;
    color: #ffffff!important;
}

.primary-solid-btn:hover {
    border: 1px solid #178d0d00!important;
    background: #0e5e0500!important;
    color: #ffffff!important;
}
.custom-nav-link {
    font-size: 11px;
    line-height: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 510;
    color: #0c0a0a;
    position: relative;
}
.custom-nav-item:hover .custom-nav-link, .custom-nav-item:focus .custom-nav-link {
    color: #4dc911;
}
.gradient-overly-right:before {
    background: -webkit-gradient(linear, left top, right top, from(#174b07), to(rgba(25, 52, 167, 0.5)));
    background: linear-gradient(90deg, #123f04, rgba(25, 52, 167, 0.5));
}

 a {
    color: #63c912;
}
a:hover {
    color: #63c912;
}
.topbar-text ul li a {
    color: #13950c;
  
}