h2 {
  padding-top: 40px;
}
h3 {
  padding-top: 20px;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.breadcrumb {
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 20px;
  background-color: #ffffff;
}
.breadcrumb-item.active {
  color: #343a40;
}
.breadcrumb-item a {
  color: grey;
}
.breadcrumb-item a:hover {
  color: #343a40;
  text-decoration: none;
}
.chart {
  width: 100%;
  min-height: 350px;
}
.badge a {
  color: inherit;
}

.badge a:hover {
  text-decoration: none;
}
.bg-blue {
  background-color: #04274f;
}
.btn-primary {
  border-color: #3891b7;
  background-color: #04274f;
}
.btn-primary:hover {
  border-color: #3891b7;
  background-color: #3891b7;
}
.malpedia:after {
  content: url('/images/icons/link-external.svg');
  zoom: 80%;
}
