.nav-link.active {
color: #FFDE17 !important;
}

.navbar-dark .navbar-nav .show>.nav-link, .navbar-dark .navbar-nav .nav-link.active {
    color: #FFDE17 !important;
}

thead.sticky-top{
background: #E5F1FB;
color: #000;
}

th .header-title {
max-width: 100px;
text-wrap: auto;
line-height: 18px;
}

.btn-outline-secondary.dropdown-toggle.show{
  transition: 0.2s;
border: 1px solid #00529C !important;
}

ul.dropdown-menu.show
  {
  transition: 0.2s;
border: 2px solid #00529C !important;
}

.btn-outline-secondary.dropdown-toggle.show{
background: #00529C;
color: #fff;
}

.table-row:hover .btn-secondary {
    color: #00529C;
    background-color: #FFDE17;
    border-color: #00529C;
    transition: 0.3s;
}

a{
color: #D5242c;
transition: 0.3s;
}

a:hover{
color: #1565C0;
}