.uif-bg-light {
    background-color: #f8f8f8 !important;
}

.bg-dark{
    background-color: #ffa500 !important;
}

.text-white{
   color: #fff !important;
}

.nav-link {
   background-color: transparent;
   color: #ffa500 !important;
   text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
}

.nav-link.active{
   background-color: rgb(230 248 237);
   color: #007fff !important;
}

.uif-w-50{
   width:50%;
}

.uif-w-75{
  width:75%;
}