admin-page .root {
  height: 100%;
  display: flex;
  flex-direction: column; }

admin-page .table-container {
  height: 600px;
  background: #343b42;
  border-radius: 4px; }

admin-page .nav-link {
  cursor: pointer; }

admin-page .nav-tabs {
  border-color: #858c93; }
