﻿:root{
  --accent: #1079BF;
}

.navbar-toggler {
  border: 0;
}
.navbar-toggler-icon {
  background-image: var(--bs-navbar-toggler-icon-bg, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,.7)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"));
}

a { color: var(--accent); }

table.table th:nth-child(2),
table.table td:nth-child(2){
  width: 180px;
  min-width: 180px;
  max-width: 180px;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.card { border-radius: .75rem; }
