html,
body {
  height: 100%;
}

.full-screen {
  height: 100%;
  width: 100%;
  display: flex;
}

.full-screen > .container {
  margin: auto;
}

.ui-multiselect {
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
}

.link {
  background: none;
  border: none;
  color: #069;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
}
